Skip to content

Commit

Permalink
cl_ext_buffer_device_address: fixed Karol-pointed issues in XML
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaaskel committed Dec 16, 2024
1 parent c99804d commit f9d2828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3736,7 +3736,7 @@ server's OpenCL/api-docs repository.
<proto><type>cl_int</type> <name>clSetKernelArgDevicePointerEXT</name></proto>
<param><type>cl_kernel</type> <name>kernel</name></param>
<param><type>cl_uint</type> <name>arg_index</name></param>
<param>const <type>void</type>* <name>arg_value</name></param>
<param>const <type>cl_mem_device_address_ext</type>* <name>arg_value</name></param>
</command>
<command suffix="CL_API_SUFFIX__VERSION_2_0">
<proto><type>cl_int</type> <name>clSetKernelExecInfo</name></proto>
Expand Down Expand Up @@ -7200,6 +7200,9 @@ server's OpenCL/api-docs repository.
</require>
</extension>
<extension name="cl_ext_buffer_device_address" revision="0.9.1" supported="opencl" depends="CL_VERSION_3_0" provisional="true">
<require>
<type name="cl_mem_device_address_ext"/>
</require>
<require>
<command name="clSetKernelArgDevicePointerEXT"/>
</require>
Expand All @@ -7212,9 +7215,6 @@ server's OpenCL/api-docs repository.
<require comment="cl_kernel_exec_info">
<enum name="CL_KERNEL_EXEC_INFO_DEVICE_PTRS_EXT"/>
</require>
<require>
<type name="cl_mem_device_address_ext"/>
</require>
</extension>
<extension name="cl_khr_command_buffer" revision="0.9.5" supported="opencl" depends="CL_VERSION_1_2" ratified="opencl" provisional="true">
<require>
Expand Down

0 comments on commit f9d2828

Please sign in to comment.