tinygrad/test/unit
chenyu 74cc6fd3c2
remove AndNode.__floordiv__ special case (#2996)
* remove AndNode.__floordiv__

AndNode produces a Node that min/max is bounded by [0, 1] so `//` on top of that is almost always 0.
we don't really use that either

* keep the test
2024-01-03 17:44:55 -05:00
..
__init__.py more test cleanups (#2631) 2023-12-05 16:17:57 -08:00
test_disk_cache.py use unique table name for each disk_cache test (#2184) 2023-10-30 13:49:49 -07:00
test_disk_tensor.py apply the multitensor optimizations in lazy.py (#2901) 2023-12-21 13:55:49 -08:00
test_flopcounter.py move dtypes to dtype.py (#2964) 2024-01-01 14:58:48 -08:00
test_helpers.py move one last dtype test from test_helpers to test_dtype (#2975) 2024-01-02 12:37:56 -05:00
test_shapetracker.py Fix reshape merging with masks (#2877) 2023-12-20 14:00:58 -08:00
test_shapetracker_math.py new lazy, benchmark (#2878) 2023-12-20 14:33:21 -08:00
test_shm_tensor.py ops_shm removed (#2351) 2023-11-18 11:41:58 -08:00
test_symbolic.py remove AndNode.__floordiv__ special case (#2996) 2024-01-03 17:44:55 -05:00