Skip to content

Commit 665cd6e

Browse files
zou3519svekars
andauthored
Update recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 58bc83d commit 665cd6e

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
@@ -269,7 +269,7 @@ def setup_context(ctx, inputs, output):
269269

270270
######################################################################
271271
# Note that the backward must be a composition of PyTorch-understood operators.
272-
# If you want the backward to call triton kernels, then those must be wrapped in ``triton_op`` as well:
272+
# If you want the backward to call Triton kernels, then those must be wrapped in ``triton_op`` as well:
273273

274274
@triton.jit
275275
def cos_kernel(

0 commit comments

Comments
 (0)