mirror of https://github.com/commaai/tinygrad.git
disable that test on LLVM. i have to stop pushing to master
This commit is contained in:
parent
ea3194f68e
commit
ee2c8423c7
|
@ -19,6 +19,7 @@ class TestSpecific(unittest.TestCase):
|
|||
w = Tensor.randn(2048, 512)
|
||||
(x @ w).reshape(1, 128, 4).contiguous().realize()
|
||||
|
||||
@unittest.skipIf(Device.DEFAULT == "LLVM", "Broken on LLVM")
|
||||
def test_big_vec_mul(self):
|
||||
# from LLaMA
|
||||
# 0 buffer<4096, dtypes.float> [View((1024, 1, 1, 4), (4, 0, 0, 1), 0, None)]
|
||||
|
|
Loading…
Reference in New Issue