From 769db23df657922add632ef290b8a908bdd4da98 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Fri, 3 Oct 2025 10:45:47 +0800 Subject: [PATCH] that --- tinygrad/codegen/late/expander.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tinygrad/codegen/late/expander.py b/tinygrad/codegen/late/expander.py index 11ad6bb56a..d2d0a41162 100644 --- a/tinygrad/codegen/late/expander.py +++ b/tinygrad/codegen/late/expander.py @@ -157,9 +157,6 @@ pm_pre_expander = PatternMatcher([ # fix REDUCEs with UNROLLs (UPat(Ops.REDUCE, name="x"), fix_reduce_unroll), (UPat(Ops.STORE, name="x"), fix_store_unroll), -]) - -pm_group_for_reduce = PatternMatcher([ # fix group for reduce (UPat(Ops.REDUCE, name="x"), fix_group_for_reduce), -]) \ No newline at end of file +])