skip more multi remote tests (#12410)

This commit is contained in:
qazal
2025-10-02 04:50:46 +03:00
committed by GitHub
parent 3770dd9d80
commit 8b48e19ce2

View File

@@ -17,6 +17,7 @@ class TestRemoteMultiHost(unittest.TestCase):
np.testing.assert_equal(b.numpy(), np.arange(0, 16))
@Context(JIT_BATCH_SIZE=2**32)
@unittest.skip("kernel must all be multibuffer")
def test_multihost_matmul_jit_graph(self):
@TinyJit
def do(a:Tensor, b:Tensor): return (a @ b).contiguous().realize()