tinygrad/test/unit
chenyu 2da734920e
use __getnewargs__ to fix unpickling Variable (#3441)
it's recommended to use __getnewargs__ to update the args of classes that use __new__ when unpickling.
It's preferred because it does not change the __new__ behavior.
2024-02-18 10:28:37 -05:00
..
__init__.py more test cleanups (#2631) 2023-12-05 16:17:57 -08:00
test_device.py fix UnboundLocalError when running Compiler with DISABLE_COMPILER_CACHE (#3296) 2024-02-01 21:12:33 -05:00
test_disk_cache.py fast resnet eval (#3135) 2024-01-15 14:15:18 -08:00
test_disk_tensor.py Remove Interpreted device & remaining CPU/TORCH ref (#3423) 2024-02-16 00:30:21 -05:00
test_flopcounter.py move dtypes to dtype.py (#2964) 2024-01-01 14:58:48 -08:00
test_helpers.py move TestGetContraction to test_helpers (#3313) 2024-02-04 06:05:01 -05:00
test_shapetracker.py move TestGetContraction to test_helpers (#3313) 2024-02-04 06:05:01 -05:00
test_shapetracker_math.py remove unused expr node (#3170) 2024-01-18 14:18:43 -08:00
test_shm_tensor.py ops_shm removed (#2351) 2023-11-18 11:41:58 -08:00
test_symbolic.py use __getnewargs__ to fix unpickling Variable (#3441) 2024-02-18 10:28:37 -05:00
test_view.py fix merging condition in merge_dims (#3363) 2024-02-12 11:50:26 +01:00