OpenCL-Registry
OpenCL-Registry copied to clipboard
OpenCL API and Extension Registry.
The following table lists 32 pages that have a broken link (404) on them, mostly in the /OpenCL/sdk/3.0 area: |Page|Anchor Text|Link URL|HTTP Status Code (link page)| |-|-|-|-| |https://registry.khronos.org/OpenCL/|Specification|https://registry.khronos.org/OpenCL/specs/opencl-2.0-openclc.pdf|404 Not found|...
A few SPIR-V related KHR extensions are missing from the list of Khronos extension specifications on the registry webpage. We should add links for at least these missing KHR extensions:...
There are 247 pages in the Khronos OpenCL Registry that do not have unique content. The URL is different but content identical. For example: https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/cl_event.html https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/cl_kernel.html https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/cl_command_queue.html https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/cl_mem.html https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/cl_platform_id.html Search...
Please publish the extension cl_intel_subgroup_buffer_prefetch. The asciidoc source for this extension was added with https://github.com/KhronosGroup/OpenCL-Docs/pull/1195. Note, this extension assigns number 85 since number 84 is assigned in #157, therefore this...
Please publish the extension cl_intel_subgroup_local_block_io. The asciidoc source for this extension was added with https://github.com/KhronosGroup/OpenCL-Docs/pull/1028.
It would be highly beneficial to implement a clEnqueueSetKernelArg() method, particularly for setting scalars or vectors allocated in host memory. This need arises, for example, during a reduction operation where...