Skip to content

Commit 8d13bfa

Browse files
author
Pekka Jääskeläinen
committed
cl_ext_buffer_device_address: Revision 1.0.2
Converted the clSetKernelArgDevicePointerEXT() address parameter to a value instead of a pointer to the value.
1 parent 5015843 commit 8d13bfa

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

api/cl_ext_buffer_device_address.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::{generated}/meta/{refprefix}cl_ext_buffer_device_address.txt[]
66
=== Other Extension Metadata
77

88
*Last Modified Date*::
9-
2025-01-28
9+
2025-02-04
1010
*IP Status*::
1111
No known IP claims.
1212
*Contributors*::
@@ -74,3 +74,7 @@ can allocate.
7474
clSetKernelExecInfo() and clSetKernelArgDevicePointerEXT() now only
7575
error out if no devices in the context associated with kernel support
7676
device pointers.
77+
* Revision 1.0.2, 2025-02-04
78+
** Converted the clSetKernelArgDevicePointerEXT() address parameter to
79+
a value instead of a pointer to the value.
80+

xml/cl.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3741,7 +3741,7 @@ server's OpenCL/api-docs repository.
37413741
<proto><type>cl_int</type> <name>clSetKernelArgDevicePointerEXT</name></proto>
37423742
<param><type>cl_kernel</type> <name>kernel</name></param>
37433743
<param><type>cl_uint</type> <name>arg_index</name></param>
3744-
<param>const <type>cl_mem_device_address_ext</type>* <name>arg_value</name></param>
3744+
<param><type>cl_mem_device_address_ext</type> <name>arg_value</name></param>
37453745
</command>
37463746
<command suffix="CL_API_SUFFIX__VERSION_2_0">
37473747
<proto><type>cl_int</type> <name>clSetKernelExecInfo</name></proto>
@@ -7204,7 +7204,7 @@ server's OpenCL/api-docs repository.
72047204
<command name="clSetContentSizeBufferPoCL"/>
72057205
</require>
72067206
</extension>
7207-
<extension name="cl_ext_buffer_device_address" revision="1.0.0" supported="opencl" depends="CL_VERSION_3_0">
7207+
<extension name="cl_ext_buffer_device_address" revision="1.0.2" supported="opencl" depends="CL_VERSION_3_0">
72087208
<require>
72097209
<type name="cl_mem_device_address_ext"/>
72107210
</require>

0 commit comments

Comments
 (0)