Skip to content

v2023.12.14

Latest
Compare
Choose a tag to compare
@bashbaug bashbaug released this 14 Dec 21:01
· 5 commits to main since this release
83cc072

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.