Skip to content

Commit 5b03d04

Browse files
authored
Update recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py
1 parent c307876 commit 5b03d04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ def add_fn(x, y):
144144
# -------------------------------------------------------------------
145145
#
146146
# User-defined triton kernels do not automatically support all PyTorch
147-
# subsystems, like in the following use cases:
147+
# subsystems. This can be seen in the following use cases:
148+
148149
# - Adding a CPU fallback
149150
# - Adding a ``FlopCounter`` formula
150151
# - Composing with Tensor Subclasses

0 commit comments

Comments
 (0)