arange stack regression test (#17250)

* simple failing test

* commend out stack

* a little smaller

* work
This commit is contained in:
qazal
2026-07-28 20:00:22 +09:00
committed by GitHub
parent e3b3eea1e2
commit 05e4727feb
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -123,6 +123,7 @@ class TestUOpsStats(unittest.TestCase):
# NOTE; ops also include indexing ops
assert expected_ops <= ops and ops <= expected_ops * 2
@unittest.expectedFailure
def test_cat_equal_pieces(self):
# concatenating equal-size pieces lowers to STACK: pure data movement, no arithmetic
equal = [Tensor.empty(256, 128) for _ in range(4)]