Skip to content

Commit 7b0fb12

Browse files
zou3519svekars
andauthored
Update recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 844ff02 commit 7b0fb12

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
@@ -152,7 +152,7 @@ def add_fn(x, y):
152152
#
153153
# To compose with additional PyTorch subsystems, use ``torch.library.triton_op``.
154154
#
155-
# triton_op is a structured way of defining a custom operator that is backed by one
155+
# ``triton_op is`` a structured way of defining a custom operator that is backed by one
156156
# or more Triton kernels: like regular custom operators (``torch.library.custom_op``),
157157
# you are able to specify the interactions with PyTorch subsystems via ``torch.library``.
158158
# However, unlike ``torch.library.custom_op``, which creates opaque callables with respect to

0 commit comments

Comments
 (0)