Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4094,6 +4094,9 @@ server's OpenCL/api-docs repository.
<type name="cl_profiling_info"/>
<type name="cl_image_format"/>
<type name="cl_buffer_region"/>
<!-- cl_khronos_vendor_id was actually added in OpenCL 3.0, but the
assigned IDs can be used in any OpenCL version. -->
<type name="cl_khronos_vendor_id"/>
</require>
<require comment="Constants">
<enum name="CL_CHAR_BIT"/>
Expand Down Expand Up @@ -4445,6 +4448,10 @@ server's OpenCL/api-docs repository.
<enum name="CL_SUBMITTED"/>
<enum name="CL_QUEUED"/>
</require>
<require comment="cl_khronos_vendor_id">
<enum name="CL_KHRONOS_VENDOR_ID_CODEPLAY"/>
<enum name="CL_KHRONOS_VENDOR_ID_POCL"/>
</require>
<require comment="Platform APIs">
<command name="clGetPlatformIDs"/>
<command name="clGetPlatformInfo"/>
Expand Down Expand Up @@ -5013,7 +5020,6 @@ server's OpenCL/api-docs repository.
<require>
<type name="cl_device_atomic_capabilities"/>
<type name="cl_device_device_enqueue_capabilities"/>
<type name="cl_khronos_vendor_id"/>
<type name="cl_mem_properties"/>
<type name="cl_version"/>
<type name="cl_name_version"/>
Expand Down