Skip to content

Commit

Permalink
Update clGetMutableCommandInfoKHR table
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanC committed Aug 15, 2024
1 parent 3ebee01 commit 3a3d14e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16158,20 +16158,17 @@ include::{generated}/api/version-notes/CL_MUTABLE_COMMAND_COMMAND_TYPE_KHR.ascii
| {CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR_anchor}

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

If the properties argument specified on creation of _command_ was not
`NULL`, the implementation must return the values specified in the
properties argument in the same order and without including additional
properties.

If the properties argument specified on creation of _command_ was
`NULL`, or _command_ was not recorded from a
{clCommandNDRangeKernelKHR} command, the implementation must return
_param_value_size_ret_ equal to 0, indicating that there are no
properties to be returned.
`NULL`, the implementation must return _param_value_size_ret_ equal to 0,
indicating that there are no properties to be returned.
| {CL_MUTABLE_DISPATCH_KERNEL_KHR_anchor}

include::{generated}/api/version-notes/CL_MUTABLE_DISPATCH_KERNEL_KHR.asciidoc[]
Expand Down

0 comments on commit 3a3d14e

Please sign in to comment.