From 4f600ac88236484ef7080f7c727f295094f43b78 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Thu, 15 Aug 2024 07:56:00 +0100 Subject: [PATCH] Update clGetMutableCommandInfoKHR table --- api/opencl_runtime_layer.asciidoc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/api/opencl_runtime_layer.asciidoc b/api/opencl_runtime_layer.asciidoc index ee7ab4d5..2eeff258 100644 --- a/api/opencl_runtime_layer.asciidoc +++ b/api/opencl_runtime_layer.asciidoc @@ -16228,9 +16228,8 @@ 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 @@ -16238,10 +16237,8 @@ include::{generated}/api/version-notes/CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR. 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[]