Skip to content

Commit 49c2c81

Browse files
authored
1 parent a6be3f1 commit 49c2c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def add_fn(x, y):
9292
#
9393
# .. note::
9494
#
95-
# ``torch.compile`` only supports configs and key arguments to ``triton.autotune``.
95+
# ``torch.compile`` only supports configs, keys, restore_value, and reset_to_zero arguments to ``triton.autotune``.
9696

9797
if not has_triton():
9898
print("Skipping because triton is not supported on this device.")

0 commit comments

Comments
 (0)