diff --git a/test/test_specific_conv.py b/test/test_specific_conv.py index 57891285bc..8e79095da2 100644 --- a/test/test_specific_conv.py +++ b/test/test_specific_conv.py @@ -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)]