ignaciosica
|
597a239e28
|
Remove UnaryOps, BinaryOps, TernaryOps, MetaOps [pr] (#7725)
* remove unaryops
* remove ternaryops
* remove metaops
* hotfix
* remove binaryops
* hotfix: test_pattern_matcher
---------
Co-authored-by: qazal <77887910+Qazalin@users.noreply.github.com>
|
2024-11-16 20:56:56 +08:00 |
|
Carl Basho
|
630a7f37cf
|
update tests (#7554)
Co-authored-by: John Doe <null@mail.com>
Co-authored-by: chenyu <chenyu@fastmail.com>
|
2024-11-05 11:35:15 -05:00 |
|
George Hotz
|
c8bf09b7d4
|
s/UOps/Ops (#7500)
* s/UOps/Ops [pr]
* fix
|
2024-11-03 11:26:10 +08:00 |
|
George Hotz
|
ded1b38b84
|
minor dtype cleanup [pr] (#7124)
* minor dtype cleanup [pr]
* use ptr() function
|
2024-10-17 17:41:23 +08:00 |
|
qazal
|
20d3c2d113
|
unify UOps.SHAPETRACKER and UOps.SWIZZLE with UOps.VIEW (#6955)
* add UOps.VIEW
* update hardcoded asts
* update sops.gz
|
2024-10-09 02:00:17 +08:00 |
|
chenyu
|
acef3e67fa
|
add an example that idx is const and valid cannot be removed (#6625)
very weird
|
2024-09-20 05:46:27 -04:00 |
|
chenyu
|
1683b274b6
|
main example we want the valid removed (#6527)
* main example we want the valid removed
* ast lines are long
|
2024-09-15 21:49:10 -04:00 |
|