mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
1
test/external/external_test_opt.py
vendored
1
test/external/external_test_opt.py
vendored
@@ -117,6 +117,7 @@ class TestOptBinOp(unittest.TestCase):
|
||||
|
||||
@unittest.skipUnless(Device.DEFAULT == "GPU", "Not Implemented")
|
||||
class TestOptReduceLoop(unittest.TestCase):
|
||||
@unittest.skip("this is broken")
|
||||
def test_loop_left(self):
|
||||
a = Tensor.randn(16, 16)
|
||||
b = Tensor.randn(16, 16)
|
||||
|
||||
Reference in New Issue
Block a user