Skip to content

Commit e5aaa9a

Browse files
zou3519svekars
andauthored
Update recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 4f9eede commit e5aaa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def setup_context(ctx, inputs, output):
306306
######################################################################
307307
# Adding a CPU Fallback
308308
# ^^^^^^^^^^^^^^^^^^^^^
309-
# triton kernels don’t run on CPU. Use ``register_kernel`` to add a CPU (or any other device) fallback for the ``triton_op``:
309+
# Triton kernels don’t run on CPU. Use ``register_kernel`` to add a CPU (or any other device) fallback for the ``triton_op``:
310310

311311
@mysin.register_kernel("cpu")
312312
def _(x):

0 commit comments

Comments
 (0)