Skip to content

Commit 20e86d0

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

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
@@ -153,7 +153,7 @@ def add_fn(x, y):
153153
# To compose with additional PyTorch subsystems, use ``torch.library.triton_op``.
154154
#
155155
# triton_op is a structured way of defining a custom operator that is backed by one
156-
# or more triton kernels: like regular custom operators (``torch.library.custom_op``),
156+
# 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 w.r.t.
159159
# ``torch.compile``, ``torch.compile`` traces into ``triton_op`` to apply optimizations.

0 commit comments

Comments
 (0)