From f7f82acda409815bb9990fa0bb603429e8cc97c8 Mon Sep 17 00:00:00 2001 From: "will b." <212922539+catswe@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:44:35 -0500 Subject: [PATCH] Update torch_compile_user_defined_triton_kernel_tutorial.py --- .../torch_compile_user_defined_triton_kernel_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py b/recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py index 10ecd74ce91..5131068b99d 100644 --- a/recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py +++ b/recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py @@ -92,7 +92,7 @@ def add_fn(x, y): # # .. note:: # -# ``torch.compile`` only supports configs and key arguments to ``triton.autotune``. +# ``torch.compile`` only supports configs, keys, restore_value, and reset_to_zero arguments to ``triton.autotune``. if not has_triton(): print("Skipping because triton is not supported on this device.")