forked from tinygrad/tinygrad
arange stack regression test (#17250)
* simple failing test * commend out stack * a little smaller * work
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user