mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* First version, caught a bug? * Nicely print failure to reproduce * Remove that * Put the assert back * Change fuzzing to use testing_unit so it has z3 * Test key to match * Add rule * Add test * Add test for edge case 0 * Merge patterns * update comment * consistent whitespace * whitespace * add condition * add test * update comment * use Variable * fuzzer using z3_renderer * Cleaned up printing and debugging * working new fuzzer * change some comments and printing * more formatting * fuzz failures in seperate file * fix fstring * more tests * naming * remove added line * remove comment * print number of skipped expressions * use self.assertEqual --------- Co-authored-by: chenyu <chenyu@fastmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_allreduce.py | ||
| test_attention.py | ||
| test_block_reorder.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_linearizer_rewrite.py | ||
| test_microbenchmarks.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_symbolic_failures.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_upat_compile.py | ||
| test_verify_ast.py | ||
| test_view.py | ||
| test_viz.py | ||