Sieds Lykles
|
572a3c15c6
|
Move Ops.SPECIAL arg to src (#11918)
* initial moving bound to src
* arg to src
* remove import
* fixup linearizer
* arg to src
* fix test_uop_graph
* fix more tests
* fix python renderer
* get const value from const uop
* ssimplify uop estimates
* fix webgpu locals
* fix old test
* gate Ops.SPECIAL in linearizer
* use ssimplify() for local/global_size
* remove toposort gate_parents_instead_of_self
* fix rendering in comment
* cleanup
* rename and add comments
* add BottomUpGate with test
|
2025-09-04 09:31:44 +02:00 |
|
chenyu
|
c8e5c4d7c3
|
insert_before -> insert_at [pr] (#11257)
more precise
|
2025-07-15 17:44:34 -04:00 |
|
George Hotz
|
411392dfb7
|
move files into uop dir (#10399)
* move files into uop dir [pr]
* tinygrad.uop is a thing
* fix uop docs, no pr
* fix viz
|
2025-05-18 11:38:28 -07:00 |
|
George Hotz
|
9823752397
|
make uops.add private (#4950)
* make uops.add private
* modernize all tests
|
2024-06-14 03:23:25 -07:00 |
|
George Hotz
|
e63701fbd4
|
RDNA3 assembly support (#3637)
* amazing that i can use comgr for this
* compile empty kernel
* cleanups
* tiny_add compiles
* ugh
* more work
* put that in extra
|
2024-06-13 09:09:24 +02:00 |
|