File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,11 +175,11 @@ to ${x}CommandBufferUpdateKernelLaunchExp along with the command handle of
175175the kernel command to update. Configurations that can be changed are the
176176kernel handle, the parameters to the kernel and the execution ND-Range.
177177
178- To update the kernel handle, it is necessary to first register the new
179- kernel handle before the command-buffer is finalized . This can be done
178+ Kernel handles that might be used to update the kernel of a command, need
179+ to be registered when the command is created . This can be done
180180using the ``phKernelAlternatives `` parameter of
181- ${x}CommandBufferUpdateKernelLaunchExp . The command-buffer can then
182- be updated to use the new kernel handle by passing it to
181+ ${x}CommandBufferAppendKernelLaunchExp . The command can then be updated
182+ to use the new kernel handle by passing it to
183183${x}CommandBufferUpdateKernelLaunchExp.
184184
185185.. parsed-literal ::
You can’t perform that action at this time.
0 commit comments