Skip to content

Commit 4f9eede

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

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

206206
from torch.library import triton_op, wrap_triton
207207

0 commit comments

Comments
 (0)