Skip to content

Commit

Permalink
Disable a pallas export compatibility test that fails on TPU v6e.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673295487
  • Loading branch information
hawkinsp authored and jax authors committed Sep 11, 2024
1 parent 808003b commit 49dd6ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pallas/export_back_compat_pallas_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def add_one(x_ref, o_ref):

@jax.default_matmul_precision("bfloat16")
def test_mosaic_matmul(self):
if jtu.is_device_tpu(6, "e"):
self.skipTest("TODO(apaszke): Test fails on TPU v6e")
dtype = jnp.float32
def func():
# Build the inputs here, to reduce the size of the golden inputs.
Expand Down

0 comments on commit 49dd6ed

Please sign in to comment.