mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
[JAX Shardy] Unskip stream annotation test when shardy is enabled, since the underlying issue is now resolved.
PiperOrigin-RevId: 738802372
This commit is contained in:
parent
7fa7db7a9f
commit
c098b363fb
@ -1664,8 +1664,6 @@ class StreamAnnotationTest(jtu.JaxTestCase):
|
||||
def test_stream_annotation_inside_shmap(self):
|
||||
if not jtu.test_device_matches(["gpu"]):
|
||||
self.skipTest("Stream annotation is only supported on GPU.")
|
||||
if config.use_shardy_partitioner.value:
|
||||
self.skipTest("Doesn't work with shardy")
|
||||
|
||||
mesh = jtu.create_mesh((2,), ('x',))
|
||||
s = NamedSharding(mesh, P('x'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user