chenyu
|
761ce8c0d3
|
fix Invalid combine rules (#15345)
* fix Invalid combine rules
wrong conditions broke setiem into invalids
* fix
|
2026-03-18 04:58:02 -04:00 |
|
chenyu
|
fae400d300
|
update assign tests to also test the expected behavior (#15132)
|
2026-03-04 11:34:43 -05:00 |
|
chenyu
|
5fd06f4f02
|
differentiable setitem (#15054)
* differentiable setitem
go through the where path for bw
* no return
|
2026-02-27 17:25:15 -05:00 |
|
chenyu
|
db6b3e1edc
|
fix mixed setitem with both basic and tensor indexing (#15050)
|
2026-02-27 15:35:48 -05:00 |
|
chenyu
|
1406d49eef
|
failed test cases for advanced setitem (#15048)
|
2026-02-27 10:50:18 -05:00 |
|
chenyu
|
8f6772fd8c
|
more setitem kernel mem tests (#14749)
* more setitem kernel mem tests
test only the slice is accessed
* update
|
2026-02-14 11:01:03 -05:00 |
|
chenyu
|
446909fb7a
|
more setitem kernel tests (#14748)
check where realize happened
|
2026-02-14 09:57:46 -05:00 |
|
chenyu
|
dca7819f76
|
more setitem into unrealized tests (#14737)
* more setitem into unrealized tests
into empty, const with alu, and arange
* typo
|
2026-02-13 20:28:51 -05:00 |
|
chenyu
|
8b205a007e
|
lazy setitem for realized target (#14735)
|
2026-02-13 12:20:14 -05:00 |
|
George Hotz
|
c331798201
|
move tests to test/backend (#14691)
* move tests to test/backend
* fix imports
* fix CI
* revert that one
* Fix formatting in README for test command
|
2026-02-12 11:09:44 +08:00 |
|