mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* start on test rewrite map [pr] * chatgpt writes dumb tests * comment out failing * fix that test * fix gc issue * oh, frame 2 * remove uop mutability * map is only the map * simplier + more tests * test tiny passes * tests that need to pass * parent test passes * child test passes * remove uop mutability [pr] * test fixups * most tests pass * more tests pass * lil test fixups * them too * fix test * unneeded * err, that * fix test_hcq * fix test failures * fix that test * tensor universe * does this pass test * Revert "does this pass test" This reverts commit |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_allreduce.py | ||
| test_device.py | ||
| test_disk_cache.py | ||
| test_disk_tensor.py | ||
| test_elf.py | ||
| test_gguf.py | ||
| test_gradient.py | ||
| test_graph_rewrite.py | ||
| test_helpers.py | ||
| test_pattern_matcher.py | ||
| test_qcom.py | ||
| test_rewrite_map.py | ||
| test_shapetracker.py | ||
| test_shapetracker_math.py | ||
| test_shm_tensor.py | ||
| test_simplify_valid_idx.py | ||
| test_tar.py | ||
| test_tensor_io.py | ||
| test_tensor_uop_representation.py | ||
| test_tqdm.py | ||
| test_transcendental_helpers.py | ||
| test_uop_resolve.py | ||
| test_uop_symbolic.py | ||
| test_uop_vmin_vmax.py | ||
| test_verify_ast.py | ||
| test_view.py | ||