Ben Ashbaugh
Ben Ashbaugh
While we're at it, we also should document a few other OpenCL C requirements in the OpenCL SPIR-V environment spec, or decide that they have defined behavior via SPIR-V: >...
Merging as discussed in the October 1st teleconference.
The function clGetSemaphoreHandleForTypeKHR is also listed in the summary for cl_khr_external_semaphore_sync_fd also, whereas it should be listed in the summary for cl_khr_external_semaphore.
Instructions to generate extension headers from `cl.xml` may be found in the "scripts" directory in the OpenCL-Headers repo: https://github.com/KhronosGroup/OpenCL-Headers/tree/main/scripts Thanks!
Merging as discussed over Slack.
> What asciidoctor version are you using? Odd, I'm using 2.0.16: ```sh $ asciidoctor -V Asciidoctor 2.0.16 [https://asciidoctor.org] Runtime Environment (ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]) (lc:UTF-8 fs:UTF-8 in:UTF-8 ex:UTF-8)...
@EwanC, @alycm (and any others), do you have any more thoughts what might be causing the difference? I have a workflow that does automated spec builds using the Khronos docker...
FWIW, the incorrect rendering seems specific to certain browsers. Firefox appears to render it fine, but Chrome and Edge do not. Since this doesn't seem to be an issue with...
This may be the best we can do, but I'd like to at least explore some alternatives, since OpenCL currently does not provide a mechanism to ensure that all commands...
Discussed in the OpenCL teleconference on May 10th. Short summary: * We update the OpenCL specification to restrict the maximum number of kernel arguments to 255 if it is not...