Skip to content

Commit

Permalink
address review comments (apart from half definitions)
Browse files Browse the repository at this point in the history
Change-Id: I514c0b80530f696669b8fb3882ea7c4f3a075092
  • Loading branch information
kpet committed Jul 10, 2024
1 parent a4a5a16 commit 260e5db
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4394,6 +4394,7 @@ server's OpenCL/api-docs repository.
<type name="cl_ulong"/>
<type name="cl_float"/>
<type name="cl_half"/>
<type name="cl_double"/>
</require>
<require comment="Constants">
<enum name="CL_CHAR_BIT"/>
Expand Down Expand Up @@ -4986,7 +4987,6 @@ server's OpenCL/api-docs repository.
<type name="cl_kernel_arg_access_qualifier"/>
<type name="cl_kernel_arg_type_qualifier"/>
<type name="cl_image_desc"/>
<type name="cl_double"/>
</require>
<require comment="Constants">
<enum name="CL_DBL_DIG"/>
Expand Down Expand Up @@ -5617,7 +5617,6 @@ server's OpenCL/api-docs repository.
<extension name="cl_khr_fp64" revision="1.0.0" supported="opencl" promotedto="CL_VERSION_1_2" ratified="opencl">
<require>
<type name="CL/cl.h"/>
<type name="cl_double"/>
</require>
<require condition="!defined(CL_VERSION_1_2)" comment="cl_device_info - defined in CL.h for OpenCL 1.2 and newer">
<enum name="CL_DEVICE_DOUBLE_FP_CONFIG"/>
Expand Down Expand Up @@ -5664,7 +5663,6 @@ server's OpenCL/api-docs repository.
<extension name="cl_khr_icd" revision="1.0.0" supported="opencl" ratified="opencl">
<require>
<type name="CL/cl.h"/>
<type name="cl_icd_dispatch"/>
</require>
<require comment="cl_platform_info">
<enum name="CL_PLATFORM_ICD_SUFFIX_KHR"/>
Expand All @@ -5679,6 +5677,7 @@ server's OpenCL/api-docs repository.
<extension name="cl_loader_layers" revision="1.0.0" supported="opencl">
<require>
<type name="CL/cl_icd.h"/>
<type name="cl_icd_dispatch"/>
</require>
<require>
<type name="cl_layer_info"/>
Expand Down Expand Up @@ -6598,9 +6597,6 @@ server's OpenCL/api-docs repository.
<extension name="cl_khr_gl_depth_images" revision="1.0.0" depends="cl_khr_gl_sharing" comment="no API - reuses tokens from core API" supported="opencl" ratified="opencl">
<require>
<type name="CL/cl.h"/>
<type name="cl_GLint"/>
<type name="cl_GLenum"/>
<type name="cl_GLuint"/>
</require>
<require comment="cl_channel_order">
<enum name="CL_DEPTH_STENCIL"/>
Expand All @@ -6622,6 +6618,9 @@ server's OpenCL/api-docs repository.
<extension name="cl_khr_gl_sharing" revision="1.0.0" supported="opencl" ratified="opencl">
<require>
<type name="CL/cl.h"/>
<type name="cl_GLint"/>
<type name="cl_GLenum"/>
<type name="cl_GLuint"/>
</require>
<require>
<type name="cl_gl_context_info"/>
Expand Down

0 comments on commit 260e5db

Please sign in to comment.