We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ecaef commit 731b20dCopy full SHA for 731b20d
numba_dpex/experimental/launcher.py
@@ -301,7 +301,7 @@ def intrin_launch_trampoline(
301
sycl kernel bundle. The arguments to the kernel are also packed into
302
flattened arrays and the sycl queue to which the kernel will be submitted
303
extracted from the args. Finally, the actual kernel is extracted from the
304
- kernel bundle and submited wot the sycl queue.
+ kernel bundle and submitted to the sycl queue.
305
"""
306
kernel_args_list = list(kernel_args)
307
# signature of this intrinsic
0 commit comments