AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 2.0.16. * Synchronize with OpenCL v3.0.10 specification release.
- Update to version 2.0.15. * Synchronize with OpenCL v3.0.8 specification release.
- Include the actual headers: cl2.hpp is just importing the new opencl.hpp now.
- Update to version 2.0.14. * Synchronize with OpenCL v3.0.7 specification release.
- 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.
- Update to version 2.0.12. * Relicense under Apache 2.0 * Remove deprecated cl.hpp * Add support for cl_khr_extended_versioning * Various fixes / clean ups
- Update to version 2.0.11.
- Added conflict with opencl-headers-1_2. The C++ headers were separated from the C headers starting only with version 2.0.
- Created package based on version 2.0.10.