Ben Ashbaugh
Ben Ashbaugh
Found while investigating https://github.com/KhronosGroup/OpenCL-Docs/issues/1241: We do not seem to test the `get_image_num_mip_levels` built-in function added by `cl_khr_mipmap_image`. Scenarios to test: 1. Images created with `num_mip_levels` equal to zero, one, and...
Found while investigating https://github.com/KhronosGroup/OpenCL-Docs/issues/1241. We do not seem to be testing `clEnqueueFillImage` on image with mipmaps. According to the spec this should be supported: https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#image-mipmap-access > When the [cl_khr_mipmap_image](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#cl_khr_mipmap_image) extension...
PR #226 changed the ICD loader version on Linux slightly, see: https://github.com/KhronosGroup/OpenCL-ICD-Loader/commit/c2cbdb33605ef9cfa02aa2a77e9cd7306c57e32a#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR124 Specifically, we used to build an OpenCL ICD loader with version 1.2 and soversion 1, and now we're...
We should add -Wcast-qual to our CI builds to catch casting problems in the future. _Originally posted by @haonanya in https://github.com/KhronosGroup/OpenCL-ICD-Loader/issues/241#issuecomment-2372736110_: > Which compiler / compiler flags did you use...
As per discussion in the February 4th teleconference. Also, updates several links with new redirects, so the awesome_bot runs correctly.
* Adds the define to CL_ENABLE_BETA_EXTENSIONS * Adds support for cl_ext_buffer_device_address * Updates all copyright dates to 2025
Whenever I update the OpenCL SDK and build into an existing build directory I get a link error: ``` [ 74%] Linking CXX shared library libOpenCLSDKCpp.so /usr/bin/ld: libsfml-system-s.a(Err.cpp.o): warning: relocation...
found while responding to #121 The SDK has the same file names in the two directories `lib/include/CL/SDK` and `lib/include/CL/Utils`. * `Context.h` * `Context.hpp` * `InteropContext.hpp` Is this intended?
Diff: https://github.com/KhronosGroup/OpenCL-Docs/compare/v3.0.17...main
This issue is to track tasks related to the April 2025 spec release: * [x] Merge any last-minute spec fixes * [x] https://github.com/KhronosGroup/OpenCL-Docs/pull/1355 * [x] Update OpenCL-Headers * [x] https://github.com/KhronosGroup/OpenCL-Headers/pull/261...