move that to resolve time

This commit is contained in:
George Hotz
2022-07-02 14:26:13 -07:00
parent dbf4aa09db
commit 07b438aa8b

View File

@@ -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