Skip to content

Commit 58bc83d

Browse files
zou3519svekars
andauthored
Update recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 72d6007 commit 58bc83d

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
@@ -200,7 +200,7 @@ def add_fn(x, y):
200200
# Wrapping triton kernels with triton_op
201201
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
202202
#
203-
# Use ``torch.library.triton_op`` to wrap a function that may invoke one or more triton kernels.
203+
# Use ``torch.library.triton_op`` to wrap a function that may invoke one or more Triton kernels.
204204
# Use ``torch.library.wrap_triton`` to wrap the calls to the triton kernel.
205205

206206
from torch.library import triton_op, wrap_triton

0 commit comments

Comments
 (0)