mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
#sdy Enable test_partial_auto_of_random_keys under Shardy.
PiperOrigin-RevId: 720731202
This commit is contained in:
parent
23c8607bab
commit
9cbff64251
@ -2197,9 +2197,6 @@ class ShardMapTest(jtu.JaxTestCase):
|
||||
# f(x) # don't crash
|
||||
|
||||
def test_partial_auto_of_random_keys(self):
|
||||
if config.use_shardy_partitioner.value:
|
||||
self.skipTest('Shardy does not support full-to-shard.')
|
||||
|
||||
mesh = jtu.create_mesh((4, 2), ('i', 'j'))
|
||||
keys = jax.random.split(jax.random.key(0), 8)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user