Skip to content

Commit 99f44dd

Browse files
authored
[AMD][Test] disable test_globaltime on gfx950 (#8805)
#8763 enabled it. But it can still nondeterministically fail.
1 parent 29009f1 commit 99f44dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/proton/test/test_instrumentation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
is_cuda,
1616
is_hip,
1717
is_hip_cdna2,
18+
is_hip_cdna4,
1819
supports_tma,
1920
supports_ws,
2021
)
@@ -643,6 +644,7 @@ def foo(x, y, size: tl.constexpr):
643644
assert trace_events[-1]["args"]["call_stack"][-2] == "test"
644645

645646

647+
@pytest.mark.skipif(is_hip_cdna4(), reason="nondeterministic failure")
646648
def test_globaltime(tmp_path: pathlib.Path):
647649
temp_file = tmp_path / "test_globaltime.chrome_trace"
648650
mode = proton.mode.Default(

0 commit comments

Comments
 (0)