mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* preallocate all realized buffers
* contiguous
* work
* comment that out
* move to schedule
* better
* correct fix
* just buffer
* disk bufs
* fixes disk tensor stuff
* fix symbolic stuff
* fix multi
* 162 failures
* bugfixes
* don't check that anymore
* fix schedule tests
* mnist should be contiguious
* type and buffer
* fix tests
* shrink axis correction
* mypy fixes
* tests skips
* same 37 failures
* dedup
* no shrink in the graph
* 29 failures
* skips
* fix custom kernel
* fix training
* those optimizations aren't supported currently
* simpler
* more correct
* tests
* 14 failures
* works
* fix that test
* broken
* 11 failures
* only kernel counts left
* fixes
* all tests pass
* remove tensor_map
* op test
* 200 -> 230
* test fixes
* fixes
* revert test_tiny thing
* guard
* revert that
* test tiny passes
* no contigs there
* base realize back
* Revert "no contigs there"
This reverts commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_allreduce.py | ||
| test_assign.py | ||
| test_attention.py | ||
| test_call.py | ||
| test_conv.py | ||
| test_disk_tensor.py | ||
| test_dtype_spec.py | ||
| test_getitem_ops.py | ||
| test_gguf.py | ||
| test_gradient.py | ||
| test_hashing.py | ||
| test_hcq_graph.py | ||
| test_helpers.py | ||
| test_indexing.py | ||
| test_linalg.py | ||
| test_llm_moe.py | ||
| test_llm_server.py | ||
| test_masked_tensor.py | ||
| test_realize_is_realize.py | ||
| test_rearrange_einops.py | ||
| test_schedule_cache.py | ||
| test_setitem_schedule.py | ||
| test_shm_tensor.py | ||
| test_symbolic_tensor.py | ||
| test_system_pci_scan_bus.py | ||
| test_tar.py | ||
| test_tensor_data.py | ||
| test_tensor_io.py | ||
| test_winograd.py | ||