Commit Graph
14 Commits
Author SHA1 Message Date
geohot 2f27e93e64 those optimizations aren't supported currently 2026-02-19 13:11:42 +08:00
geohot 6271b3bf33 fix training 2026-02-19 13:08:30 +08:00
geohot e50e5e626e skips 2026-02-19 12:42:41 +08:00
geohot 4850178108 dedup 2026-02-19 12:21:00 +08:00
George HotzandGitHub ec14daf0b7 Merge branch 'master' into prealloc_bufs 2026-02-19 11:37:53 +08:00
George HotzandGitHub ab61c16730 fixes and test relaxations from prealloc_bufs (#14875)
* fixes and test relaxations from prealloc_bufs

* fix error type and guard _mop

* revert that

* contiguous makes extra/torch_backend/test_kernel_fusion.py fail
2026-02-19 11:37:25 +08:00
George HotzandGitHub 7d40b84390 Merge branch 'master' into prealloc_bufs 2026-02-19 09:46:03 +08:00
chenyuandGitHub f771de6738 gc.collect() to get the correct GlobalCounters.mem_used in tests (#14868)
test can be flaky if gc happens in between
2026-02-18 15:01:23 -05:00
geohot 262984167c tests skips 2026-02-18 19:43:51 +08:00
George HotzandGitHub ab55e8c6b9 assign should be used as output buffer (#14845)
* assign should be used as buffer

* late removed

* the fix

* better fix

* backward slice
2026-02-18 09:37:46 +08:00
chenyuandGitHub 72cf603805 removed if self.buffer.is_allocated() in realized (#14836)
automatically fixes is_realized issue for empty
2026-02-17 15:35:56 -05:00
George HotzandGitHub 8dc46dde07 everything has dtype.long now (#14661)
* everything has dtype.long now

* int64/uint64 are everywhere now

* that doesn't work
2026-02-10 15:08:50 +08:00
George HotzandGitHub cc9bf8ccbc move more to null/unit tests (#14658)
* move more to null tests

* move test_gc

* no test fusion op
2026-02-10 13:35:17 +08:00
George HotzandGitHub d59e6e7a37 move more tests to test/null, split some existing ones (#14512)
* move more tests to test/null, split some existing ones

* null work

* null work

* move more

* fixes

* move PIL

* PIL in CLIP

* don't move that
2026-02-03 20:20:20 +08:00