From 110cb0a9d93dbfdfd96edfae19e88cbc08dcf8ea Mon Sep 17 00:00:00 2001 From: Christopher Anderson Date: Tue, 26 Aug 2025 08:43:31 +1000 Subject: [PATCH] Deleted torch.backends.cudnn.benchmark line, defaults are fine --- comfy/customzluda/zluda.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/comfy/customzluda/zluda.py b/comfy/customzluda/zluda.py index d9b6f48f2..57050627f 100644 --- a/comfy/customzluda/zluda.py +++ b/comfy/customzluda/zluda.py @@ -437,8 +437,7 @@ try: print(" :: Enabled cuDNN") else: print(" :: Disabled cuDNN") - torch.backends.cudnn.benchmark = False - + @triton.jit def _zluda_kernel_test(x_ptr, y_ptr, n_elements, BLOCK_SIZE: tl.constexpr): pid = tl.program_id(axis=0)