Skip to content

Releases: KhronosGroup/OpenCL-CLHPP

v2023.12.14

14 Dec 21:01
83cc072
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.15 specification release.

This release includes several changes that affect backward compatibility:

  • The device query for CL_DEVICE_PLATFORM now returns a cl::Platform instead of a cl_platform_id. Code wanting a cl_platform_id instead can access this from a cl::Platform using operator().

In addition, the following changes were made for provisional extensions that affect backward compatibility:

  • Querying the device handle list for a semaphore now requires using the semaphore-specific CL_SEMAPHORE_DEVICE_HANDLE_LIST_KHR enum, since the CL_DEVICE_HANDLE_LIST_KHR enum has been removed.

v2023.04.17

17 Apr 22:17
8f53665
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.14 specification release.

v2023.02.06

06 Feb 23:05
4a11574
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.13 specification release.

Note: this is the first OpenCL-CLHPP release with the new date-based naming convention.

v2.0.19

01 Oct 01:02
4a11574
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.12 specification release (with OpenCL-SDK fix).

v2.0.18

24 Sep 00:47
4a11574
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.12 specification release.

v2.0.17

04 Jun 04:47
0af4767
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.11 specification release.

v2.0.16

04 Jan 20:25
1df82b9
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.10 specification release.

v2.0.15

30 Jun 21:52
f7237f3
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.8 specification release

v2.0.14

30 Apr 04:30
89d843b
Compare
Choose a tag to compare

Synchronize with OpenCL v3.0.7 specification release

v2.0.12

17 Jun 20:47
524f5ca
Compare
Choose a tag to compare

Maintenance release:

  • Relicense under Apache 2.0
  • Remove deprecated cl.hpp
  • Add support for cl_khr_extended_versioning
  • Various fixes / clean ups