mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
reenable the actual schedule cache
This commit is contained in:
parent
bf5de6ba5f
commit
74fb405cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue