From 07b438aa8b2901ec3ebb78565a41d6e2aba98492 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sat, 2 Jul 2022 14:26:13 -0700 Subject: [PATCH] move that to resolve time --- accel/lazy/ops_lazy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel/lazy/ops_lazy.py b/accel/lazy/ops_lazy.py index eafc0e962f..b6c4bb132c 100644 --- a/accel/lazy/ops_lazy.py +++ b/accel/lazy/ops_lazy.py @@ -17,7 +17,7 @@ SHUFFLE_MOVEMENT_OPS = True SHUFFLE_SLICE_OPS = False # NOTE: 0/0 is NaN if you slice, so this can change the output REMOVE_MOVEMENT_NOPS = True MERGE_ELEMENTWISE_OPS = True -MERGE_ELEMENTWISE_INTO_CONV_OUTPUT = True +MERGE_ELEMENTWISE_INTO_CONV_OUTPUT = False # TODO: this should be done at resolve time FOLD_CONSTANTS_INTO_KERNELS = True CACHE_LAZYBUFFERS = True # this leaks tons of memory. TODO: only cache unresolved LazyBuffers