| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 2023.12.14.
* Synchronize with OpenCL v3.0.15 specification release.
* 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().
* 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.
- Update to version 2023.04.17. * Synchronize with OpenCL v3.0.14 specification release.
- Update to version 2023.02.06.
* Synchronize with OpenCL v3.0.13 specification release.
* Note: this is the first OpenCL-CLHPP release with the new
date-based naming convention.
- Update to version 2.0.19.
* Synchronize with OpenCL v3.0.12 specification release (with
OpenCL-SDK fix).
- Update to version 2.0.18. * Synchronize with OpenCL v3.0.12 specification release.
- Update to version 2.0.17. * Synchronize with OpenCL v3.0.11 specification release.