Skip to content

Commit

Permalink
Fix a typo in torch_compile_user_defined_triton_kernel_tutorial.py (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcodns authored Oct 15, 2024
1 parent 79d1723 commit b7cca68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def add_fn(x, y):
# * **Tensor Subclasses:** Currently, there is no support for
# tensor subclasses and other advanced features.
# * **Triton Features:** While ``triton.heuristics`` can be used either standalone or
# before ``triton.autotune``, it cannot be used after ```triton.autotune``. This
# before ``triton.autotune``, it cannot be used after ``triton.autotune``. This
# implies that if ``triton.heuristics`` and ``triton.autotune`` are to be used
# together, ``triton.heuristics`` must be used first.
#
Expand Down

0 comments on commit b7cca68

Please sign in to comment.