reenable the actual schedule cache

This commit is contained in:
George Hotz
2025-12-03 15:03:42 -08:00
parent bf5de6ba5f
commit 74fb405cc9

View File

@@ -173,7 +173,7 @@ def complete_create_schedule_with_vars(big_sink:UOp) -> tuple[dict[UOp, UOp], li
# save in schedule cache
tensor_map_sink = UOp.sink(*flatten([(k,v) for k,v in tensor_map.items()]))
#schedule_cache[sched_cache_key] = (big_sink, tensor_map_sink)
schedule_cache[sched_cache_key] = (big_sink, tensor_map_sink)
else:
# schedule cache hit
del big_sink_cache