Skip to content

Commit a0fbcbf

Browse files
authored
[PROTON][CI] Skip hip overhead tests (#8665)
1 parent f81125b commit a0fbcbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/proton/test/test_instrumentation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ def add_kernel(x_ptr, y_ptr, output_ptr, n_elements, BLOCK_SIZE: tl.constexpr):
685685
assert ts_diff >= target[0]["dur"]
686686

687687

688+
@pytest.mark.skipif(is_hip(), reason="not stable overhead numbers on AMD GPUs")
688689
def test_overhead(tmp_path: pathlib.Path):
689690
temp_file_cycles = tmp_path / "test_overhead.hatchet"
690691
temp_file_time = tmp_path / "test_overhead_time.hatchet"

0 commit comments

Comments
 (0)