We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c07ec6 commit 66b9005Copy full SHA for 66b9005
tests/pjit_test.py
@@ -3411,6 +3411,9 @@ def test_device_assignment_mismatch_apply_primitive(self):
3411
def test_device_put_grad(self):
3412
if jax.device_count() < 8:
3413
self.skipTest("Requires >=8 devices.")
3414
+ if jtu.is_device_tpu(5, 'e'):
3415
+ self.skipTest('TPU v5e does not support computations that run on a '
3416
+ 'non-singleton subset of cores.')
3417
3418
def _test(fun, inp, np_inp, in_s):
3419
out = fun(inp)
0 commit comments