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 89a27e6 commit 8e60236Copy full SHA for 8e60236
test/spmd/test_dynamo_spmd.py
@@ -52,6 +52,9 @@ def test_dynamo_spmd_basic(self):
52
# TODO(JackCaoG): add counter checks after ExecuteReplicated also creates
53
# a ExecuteMetric.
54
55
+ @unittest.skip(
56
+ "test is flaky, UncachedOutputSharding sometime doesn't show up. most likely a waitdeviceop issue"
57
+ )
58
def test_dynamo_spmd_output_sharding_cache(self):
59
met.clear_all()
60
device = xm.xla_device()
0 commit comments