mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
split out unique_const and cache const [pr] (#13493)
* split out unique_const * add cache to const * call const in unique_const
This commit is contained in:
1
test/external/external_uop_gc.py
vendored
1
test/external/external_uop_gc.py
vendored
@@ -72,6 +72,7 @@ if __name__ == "__main__":
|
||||
apply_movement_op.cache_clear()
|
||||
_apply_reshape.cache_clear()
|
||||
fold_divmod_general.cache_clear()
|
||||
UOp.const.cache_clear()
|
||||
Tensor._device_seeds.clear()
|
||||
Tensor._device_rng_counters.clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user