Skip to content

Commit 41ab12b

Browse files
committed
Skip PallasCallRemoteDMAInterpretTest.test_interpret_remote_dma_ppermute for failing on ROCm
1 parent 30aada2 commit 41ab12b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pallas/tpu_pallas_distributed_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ class PallasCallRemoteDMAInterpretTest(parameterized.TestCase):
257257

258258
@parameterized.parameters(('left',), ('right',))
259259
def test_interpret_remote_dma_ppermute(self, permutation):
260+
self.skipTest("ROCm: Skipping for now")
260261
if jax.device_count() <= 1:
261262
self.skipTest('Test requires multiple devices.')
262263
num_devices = jax.device_count()

0 commit comments

Comments
 (0)