tinygrad/tinygrad
chenyu d47530c0d4
fix device canonicalize for :0 in middle [pr] (#8193)
replace is wrong because it does not check if `:0` is at the end. use re.sub instead
2024-12-12 16:32:36 -05:00
..
codegen remove upcast_in_mid_reduce_axes [pr] (#8176) 2024-12-11 22:14:28 -05:00
engine delete fuzz uops (not tested) [pr] (#8181) 2024-12-12 01:41:27 -08:00
nn tiny gguf_load cleanup [pr] (#8174) 2024-12-11 21:32:52 -05:00
renderer Cast pattern touchup in AMDRenderer [pr] (#8185) 2024-12-12 15:12:14 +01:00
runtime add "tinygrad" to be part of cache_dir [pr] (#8188) 2024-12-12 12:09:44 -05:00
shape clean up reshape size check [pr] (#8067) 2024-12-06 07:51:19 -05:00
viz replace all sparents with toposort (#7983) 2024-12-02 15:00:30 +08:00
__init__.py UOp.variable (#7010) 2024-10-12 18:20:44 +08:00
device.py fix device canonicalize for :0 in middle [pr] (#8193) 2024-12-12 16:32:36 -05:00
dtype.py mypy==1.13.0 (#7990) 2024-12-06 12:09:14 +08:00
function.py rename LazyBuffer -> UOp [pr] (#8169) 2024-12-11 16:15:52 -08:00
helpers.py add "tinygrad" to be part of cache_dir [pr] (#8188) 2024-12-12 12:09:44 -05:00
multi.py rename LazyBuffer -> UOp [pr] (#8169) 2024-12-11 16:15:52 -08:00
ops.py delete lazy [pr] (#7801) 2024-12-12 05:05:19 +08:00
py.typed add a single py.typed (#6083) 2024-08-14 17:31:46 -07:00
tensor.py remove had_counter from rand (#8191) 2024-12-12 13:35:39 -05:00