Skip to content

Commit

Permalink
cl_ext_buffer_device_address: Revision 1.0.2
Browse files Browse the repository at this point in the history
Converted the clSetKernelArgDevicePointerEXT() address parameter to
a value instead of a pointer to the value.
  • Loading branch information
pjaaskel committed Feb 4, 2025
1 parent e5fa28a commit 2ef0476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion api/cl_ext_buffer_device_address.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include::{generated}/meta/{refprefix}cl_ext_buffer_device_address.txt[]
=== Other Extension Metadata

*Last Modified Date*::
2025-01-28
2025-02-04
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down Expand Up @@ -74,3 +74,7 @@ can allocate.
clSetKernelExecInfo() and clSetKernelArgDevicePointerEXT() now only
error out if no devices in the context associated with kernel support
device pointers.
* Revision 1.0.2, 2025-02-04
** Converted the clSetKernelArgDevicePointerEXT() address parameter to
a value instead of a pointer to the value.

4 changes: 2 additions & 2 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3741,7 +3741,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>cl_mem_device_address_ext</type>* <name>arg_value</name></param>
<param><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 @@ -7204,7 +7204,7 @@ server's OpenCL/api-docs repository.
<command name="clSetContentSizeBufferPoCL"/>
</require>
</extension>
<extension name="cl_ext_buffer_device_address" revision="1.0.0" supported="opencl" depends="CL_VERSION_3_0">
<extension name="cl_ext_buffer_device_address" revision="1.0.2" supported="opencl" depends="CL_VERSION_3_0">
<require>
<type name="cl_mem_device_address_ext"/>
</require>
Expand Down

0 comments on commit 2ef0476

Please sign in to comment.