Skip to content

Commit c944014

Browse files
authored
[AMD][TEST] Disable test_globaltimer given flaky (#7494)
1 parent 2274705 commit c944014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/test/unit/language/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,9 +6042,9 @@ def kernel(Out):
60426042

60436043

60446044
def test_globaltimer(device):
6045-
if is_hip_cdna2():
6046-
pytest.skip("test_globaltimer is flaky on gfx90a")
60476045
check_cuda_or_hip(device)
6046+
if is_hip():
6047+
pytest.skip("test_globaltimer is flaky on AMD GPUs")
60486048

60496049
@triton.jit
60506050
def kernel(Out1, Out2, func: tl.constexpr):

0 commit comments

Comments
 (0)