Skip to content

Commit

Permalink
Reserve cl_mem_flags bit for cl_ext_immutable_memory_objects
Browse files Browse the repository at this point in the history
Relates to KhronosGroup#1280

Signed-off-by: Kevin Petit <[email protected]>
Change-Id: I66b553b4708b913a219d803e45ab7dd6cfb8fe93
  • Loading branch information
kpet committed Nov 12, 2024
1 parent 97adb9a commit 2ff2cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ server's OpenCL/api-docs repository.
<enum bitpos="3" name="CL_MEM_USE_HOST_PTR"/>
<enum bitpos="4" name="CL_MEM_ALLOC_HOST_PTR"/>
<enum bitpos="5" name="CL_MEM_COPY_HOST_PTR"/>
<unused start="6" comment="reserved"/>
<unused start="6" comment="reserved for cl_ext_immutable_memory_objects"/>
<enum bitpos="7" name="CL_MEM_HOST_WRITE_ONLY"/>
<enum bitpos="8" name="CL_MEM_HOST_READ_ONLY"/>
<enum bitpos="9" name="CL_MEM_HOST_NO_ACCESS"/>
Expand Down

0 comments on commit 2ff2cb1

Please sign in to comment.