Ben Ashbaugh
Ben Ashbaugh
This issue is slightly related to #146, which also has to do with handling extensions. #146 seems to have more to do with extension defined than extension function pointers though,...
Fixes #146 This PR removes many of the extension defines from the C++ bindings and enables support for extensions based on defines in the OpenCL headers instead. Specifically, the following...
PR https://github.com/KhronosGroup/OpenCL-CLHPP/pull/159 added definitions for the OpenCL 2.2 API deprecation prefixes and suffixes, but there are similar definitions for the OpenCL 1.0, 2.0, and 2.1 prefixes and suffixes that are...
Creating this issue in response to a review comment: https://github.com/KhronosGroup/OpenCL-CLHPP/pull/140#pullrequestreview-725536988 We currently have a handful of defines in the C++ bindings for extensions. Are these needed? If not, we can...
In the [OpenCL panel discussion](https://youtu.be/sIk6JXRzRDs) at [IWOCL](https://www.iwocl.org/) there were several questions and comments regarding vendor-independent tooling in OpenCL, especially for profiling and debugging. We should add a page to the...
To unblock an upcoming release, PR https://github.com/KhronosGroup/OpenCL-SDK/pull/103 changed the GitHub runner for Ruby testing from macos-latest back to macos-13. This issue is to track fixing the CI config for Ruby...
To unblock an upcoming release, PR https://github.com/KhronosGroup/OpenCL-SDK/pull/103 disabled CI tests for Python on macos, since this appears to be a CI configuration issue and the Python samples have not changed....
Several C-based samples are checking for the C++-based CL_HPP_TARGET_OPENCL_VERSION define, see comment here: https://github.com/KhronosGroup/OpenCL-SDK/pull/91#discussion_r1395576205 We should change these to look for CL_VERSION_X_Y enums instead, or remove them entirely.
I think we should add signposting to other curated samples that aren't necessarily ported to the SDK repo yet or perhaps never will be. As an example, the University of...
This issue is to track tasks related to the April 2024 spec release. * [x] Merge any last-minute fixes - done! * [x] Add extension headers to OpenCL-Headers - https://github.com/KhronosGroup/OpenCL-Headers/pull/249...