Commit graph

13 commits

Author SHA1 Message Date
chenyu
4a8bf07a87
remove CONST(DEVICE) (#16506) 2026-06-04 11:29:46 -04:00
chenyu
19eb72ff60
remove use of full with buffer=False and non-None device= (#16489) 2026-06-03 16:21:24 -04:00
chenyu
3115952266
more unique const removal prerequisite (#16328) 2026-05-21 23:51:40 -04:00
Christopher Milan
172f9493e1
move is_dtype_supported to renderer (#16226) 2026-05-20 21:19:37 -04:00
chenyu
890b731b1e
more prerequisuite test changed for deviceless const (#16264) 2026-05-19 15:43:45 -04:00
chenyu
c1076ed56c
Tensor.device and UOp.device can be None (#16255) 2026-05-18 22:08:10 -04:00
chenyu
db639ebe3e
deviceless const from UOp (#16243) 2026-05-18 14:14:12 -04:00
nimlgen
d2ab6ea7a6
remove schedule batch 3 (#15924)
* remove shcedule batch 3

* batch 6

* batch 7
2026-04-25 11:53:16 +03:00
oxrinz
f551a4bded
add threefry const folding (#15787)
* prim threefry

* test fix

* clean test

* cleanup

* cleanup 2

* cleanup 3

* fix conflict markers in test_const_folding.py

* update test

* fix lint

* use const instead of value for test
2026-04-20 09:30:03 +08:00
George Hotz
2d72a4a90c
fix copying padded const (#15116)
* fix const padding cpu

* remove comment
2026-03-04 10:39:45 +08:00
chenyu
0f94a4bb73
failed test case for early fixup const copy (#15038)
* failed test case for early fixup const copy

wrong with PAD

* test no copy
2026-02-26 19:09:33 -05:00
George Hotz
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 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
Renamed from test/test_const_folding.py (Browse further)