Package Release Info

opencl-cpp-headers-2023.12.14-bp156.1.1

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

opencl-cpp-headers

Change Logs

* Mon Dec 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
- 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.
* Tue Apr 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 2023.04.17.
  * Synchronize with OpenCL v3.0.14 specification release.
Version: 2023.02.06-bp155.1.5
* Tue Feb 07 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
- 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.
* Tue Oct 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 2.0.19.
  * Synchronize with OpenCL v3.0.12 specification release (with
    OpenCL-SDK fix).
* Tue Sep 27 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 2.0.18.
  * Synchronize with OpenCL v3.0.12 specification release.
* Sat Jun 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 2.0.17.
  * Synchronize with OpenCL v3.0.11 specification release.