Skip to content

Commit bc9c98e

Browse files
authored
Update recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py
1 parent a88cf38 commit bc9c98e

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
@@ -145,7 +145,7 @@ def add_fn(x, y):
145145
#
146146
# User-defined Triton kernels do not automatically support all PyTorch
147147
# subsystems. This can be seen in the following use cases:
148-
148+
#
149149
# - Adding a CPU fallback
150150
# - Adding a ``FlopCounter`` formula
151151
# - Composing with Tensor Subclasses

0 commit comments

Comments
 (0)