mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-12 07:35:16 -05:00
Add View lt support back [pr] (#8407)
* Revert "remove unused View.t and lt [pr] (#8374)"
This reverts commit 8fdcb60461.
* green test_masked_const_elementwise
This commit is contained in:
@@ -1992,8 +1992,6 @@ class TestBigGraph(unittest.TestCase):
|
||||
sink = tensor_rewrite(a)
|
||||
assert UPat.cvar().match(sink, {})
|
||||
|
||||
# failure: View doesn't support __lt__, UOp.tuplize needs it.
|
||||
@unittest.expectedFailure
|
||||
def test_masked_const_elementwise(self):
|
||||
a = Tensor.eye(10)@Tensor.eye(10)
|
||||
sink = tensor_rewrite(a)
|
||||
|
||||
Reference in New Issue
Block a user