Skip to content

Commit

Permalink
Fixes from SunSerega
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaaskel committed Sep 30, 2024
1 parent 1931416 commit e9f1bbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ server's OpenCL/api-docs repository.
<enum bitpos="38" name="CL_MEM_RESERVED1_QCOM"/>
<enum bitpos="39" name="CL_MEM_RESERVED2_QCOM"/>
<enum bitpos="40" name="CL_MEM_RESERVED3_QCOM"/>
<enum bitpos="41" name="CL_MEM_DEVICE_ADDRESS_EXT"/>
<enum bitpos="42" name="CL_MEM_DEVICE_PRIVATE_EXT"/>
<enum bitpos="41" name="CL_MEM_DEVICE_SHARED_ADDRESS_EXT"/>
<enum bitpos="42" name="CL_MEM_DEVICE_PRIVATE_ADDRESS_EXT"/>
<unused start="43" end="63"/>
</enums>

Expand Down Expand Up @@ -7222,6 +7222,7 @@ server's OpenCL/api-docs repository.
<type name="cl_mem_device_address_pair_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>
<type name="CL/cl.h"/>
</require>
Expand Down

0 comments on commit e9f1bbc

Please sign in to comment.