Skip to content

Commit fd97710

Browse files
author
Fábio Mestre
committed
Address review comments
1 parent d6469e7 commit fd97710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/core/EXP-COMMAND-BUFFER.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ to ${x}CommandBufferUpdateKernelLaunchExp along with the command handle of
175175
the kernel command to update. Configurations that can be changed are the
176176
kernel 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
180180
using 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::

0 commit comments

Comments
 (0)