Skip to content

Commit b7cca68

Browse files
authored
Fix a typo in torch_compile_user_defined_triton_kernel_tutorial.py (#3049)
1 parent 79d1723 commit b7cca68

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
# * **Tensor Subclasses:** Currently, there is no support for
153153
# tensor subclasses and other advanced features.
154154
# * **Triton Features:** While ``triton.heuristics`` can be used either standalone or
155-
# before ``triton.autotune``, it cannot be used after ```triton.autotune``. This
155+
# before ``triton.autotune``, it cannot be used after ``triton.autotune``. This
156156
# implies that if ``triton.heuristics`` and ``triton.autotune`` are to be used
157157
# together, ``triton.heuristics`` must be used first.
158158
#

0 commit comments

Comments
 (0)