This is a feature request to enable updating the cl_kernel argument to clCommandNDRangeKernelKHR commands with clUpdateMutableCommandsKHR. This can be done by extending the cl_khr_command_buffer_mutable_dispatch extension, or creating a layered extension ontop of cl_khr_command_buffer_mutable_dispatch.
This request is based on a desire to use OpenCL as a backend to support an equivalent feature in SYCL-Graph (See intel/llvm#14896 & intel/llvm#15700). The other SYCL-Graph backends implement this feature using similar functionality to this feature request:
This is a feature request to enable updating the
cl_kernelargument toclCommandNDRangeKernelKHRcommands withclUpdateMutableCommandsKHR. This can be done by extending the cl_khr_command_buffer_mutable_dispatch extension, or creating a layered extension ontop of cl_khr_command_buffer_mutable_dispatch.This request is based on a desire to use OpenCL as a backend to support an equivalent feature in SYCL-Graph (See intel/llvm#14896 & intel/llvm#15700). The other SYCL-Graph backends implement this feature using similar functionality to this feature request:
void * cudaKernelNodeParams::func.propertiesparameter toclCommandNDRangeKernelKHR.