From e14b3cfbbe7fe331e6eb14a25307eee75b914fee Mon Sep 17 00:00:00 2001 From: sherlock Date: Sat, 6 Sep 2025 17:48:51 +0530 Subject: [PATCH] init --- pytorch/optimized.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch/optimized.py b/pytorch/optimized.py index 8c70785..ec0aae4 100644 --- a/pytorch/optimized.py +++ b/pytorch/optimized.py @@ -35,7 +35,6 @@ def main(): # CUDA Graphs to reduce launch overhead when shapes are static graph = None - s_out = torch.zeros((), dtype=torch.float32, device=device) if device.type == "cuda": stream = torch.cuda.Stream() torch.cuda.synchronize()