Merge branch 'master' into prealloc_bufs

This commit is contained in:
George Hotz
2026-02-19 14:24:22 +08:00
committed by GitHub
4 changed files with 20 additions and 22 deletions
+1
View File
@@ -1255,6 +1255,7 @@ class TestView(unittest.TestCase):
s = check_schedule([late_mul, other_child], 3)
# the arange becomes a BUFFER
self.assertIs(b.uop.base.op, Ops.BUFFER)
# NOTE: no longer checked
# mul still collapses
#self.assertIs(late_mul.uop.base.op, Ops.CONST)
run_schedule(s)