tinygrad/test/unit
chenyu 33211f356b
fix desc in tqdm (#5107)
per doc `https://tqdm.github.io/docs/tqdm/`, user does not need to put `: ` in desc, and `: ` is automatically removed after desc if the latter is empty.

updated test cases and added a test for set_description
2024-06-22 19:00:38 -04: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 helpers.diskcache_clear (#4436) 2024-05-05 14:19:01 -04:00
test_disk_tensor.py io_uring for copies from disk (#5035) 2024-06-21 11:36:51 +03:00
test_flopcounter.py ignore indexing in the flopcounter (#4993) 2024-06-16 08:59:55 -07:00
test_helpers.py easier llama3 + fetch subdir (#4938) 2024-06-14 13:47:27 -07:00
test_shapetracker.py unit test ShapeTracker.consecutive (#4800) 2024-06-01 10:10:51 -04: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 factor out partial in SumNode div int (#3841) 2024-03-20 16:34:33 -04:00
test_tqdm.py fix desc in tqdm (#5107) 2024-06-22 19:00:38 -04:00
test_uop_symbolic.py Remove BinaryOps.SUB. Replace SUB by ADD and NEG in all tests. Regenerate dataset (#4977) 2024-06-18 09:06:13 -04:00
test_view.py check contiguous in View.create after canonicalizing mask and offset (#4770) 2024-05-29 11:31:13 -04:00