Skip to content

Commit

Permalink
Rename query to CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanC committed Sep 5, 2024
1 parent 4f600ac commit 65907ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions api/cl_khr_command_buffer_mutable_dispatch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include::{generated}/meta/{refprefix}cl_khr_command_buffer_mutable_dispatch.txt[
=== Other Extension Metadata

*Last Modified Date*::
2024-06-19
2024-09-05
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down Expand Up @@ -86,7 +86,7 @@ void pointer using {cl_command_buffer_update_type_khr_TYPE}.
* {cl_mutable_command_info_khr_TYPE}
** {CL_MUTABLE_COMMAND_COMMAND_QUEUE_KHR}
** {CL_MUTABLE_COMMAND_COMMAND_BUFFER_KHR}
** {CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR}
** {CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR}
** {CL_MUTABLE_DISPATCH_KERNEL_KHR}
** {CL_MUTABLE_DISPATCH_DIMENSIONS_KHR}
** {CL_MUTABLE_DISPATCH_GLOBAL_WORK_OFFSET_KHR}
Expand Down Expand Up @@ -360,3 +360,6 @@ may be a introduced as a stand alone extension.
* Revision 0.9.2, 2024-06-19
** Change {clUpdateMutableCommandsKHR} API to pass configs as an array rather
than linked list (provisional).
* Revision 0.9.3, 2024-09-05
** Rename `CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR` to
`CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR` (provisional).
4 changes: 2 additions & 2 deletions api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16225,9 +16225,9 @@ include::{generated}/api/version-notes/CL_MUTABLE_COMMAND_COMMAND_TYPE_KHR.ascii

The list of supported event command types defined by {clGetEventInfo}
is used with the matching command.
| {CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR_anchor}
| {CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR_anchor}

include::{generated}/api/version-notes/CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR.asciidoc[]
include::{generated}/api/version-notes/CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR.asciidoc[]
| {cl_command_properties_khr_TYPE}[]
| Return the properties argument specified on _command_ recording.

Expand Down
6 changes: 3 additions & 3 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ server's OpenCL/api-docs repository.
<unused start="0x129A" end="0x129F" comment="Available to use"/>
<enum value="0x12A0" name="CL_MUTABLE_COMMAND_COMMAND_QUEUE_KHR"/>
<enum value="0x12A1" name="CL_MUTABLE_COMMAND_COMMAND_BUFFER_KHR"/>
<enum value="0x12A2" name="CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR"/>
<enum value="0x12A2" name="CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR"/>
<enum value="0x12A3" name="CL_MUTABLE_DISPATCH_KERNEL_KHR"/>
<enum value="0x12A4" name="CL_MUTABLE_DISPATCH_DIMENSIONS_KHR"/>
<enum value="0x12A5" name="CL_MUTABLE_DISPATCH_GLOBAL_WORK_OFFSET_KHR"/>
Expand Down Expand Up @@ -7331,7 +7331,7 @@ server's OpenCL/api-docs repository.
<enum name="CL_QUEUE_JOB_SLOT_ARM"/>
</require>
</extension>
<extension name="cl_khr_command_buffer_mutable_dispatch" revision="0.9.2" supported="opencl" depends="cl_khr_command_buffer" ratified="opencl" provisional="true" comment="requires cl_khr_command_buffer 0.9.0 or later">
<extension name="cl_khr_command_buffer_mutable_dispatch" revision="0.9.3" supported="opencl" depends="cl_khr_command_buffer" ratified="opencl" provisional="true" comment="requires cl_khr_command_buffer 0.9.5 or later">
<require>
<type name="CL/cl.h"/>
</require>
Expand Down Expand Up @@ -7368,7 +7368,7 @@ server's OpenCL/api-docs repository.
<enum name="CL_MUTABLE_COMMAND_COMMAND_QUEUE_KHR"/>
<enum name="CL_MUTABLE_COMMAND_COMMAND_BUFFER_KHR"/>
<enum name="CL_MUTABLE_COMMAND_COMMAND_TYPE_KHR"/>
<enum name="CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR"/>
<enum name="CL_MUTABLE_COMMAND_PROPERTIES_ARRAY_KHR"/>
<enum name="CL_MUTABLE_DISPATCH_KERNEL_KHR"/>
<enum name="CL_MUTABLE_DISPATCH_DIMENSIONS_KHR"/>
<enum name="CL_MUTABLE_DISPATCH_GLOBAL_WORK_OFFSET_KHR"/>
Expand Down

0 comments on commit 65907ff

Please sign in to comment.