Skip to content

Commit a165a7e

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

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
@@ -158,7 +158,7 @@ def add_fn(x, y):
158158
# However, unlike ``torch.library.custom_op``, which creates opaque callables with respect to
159159
# ``torch.compile``, ``torch.compile`` traces into ``triton_op`` to apply optimizations.
160160
#
161-
# Here’s a chart of which API to use when integrating triton kernels with PyTorch.
161+
# Here’s a chart of which API to use when integrating Triton kernels with PyTorch.
162162
#
163163
# .. list-table::
164164
# :header-rows: 1

0 commit comments

Comments
 (0)