Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit abc3d36

Browse files
authored
[SYCL][HIP] Disable flaky HIP test (#1126)
This test was re-enabled as it passed locally but unfortunately it seems that it is flaky on the CI, so revert it to unsupported for now. See ticket intel/llvm#6520 for further investigations.
1 parent c4d6c14 commit abc3d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/Assert/assert_in_simultaneous_kernels.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: linux
2+
// FIXME: Flaky on HIP
3+
// UNSUPPORTED: hip
24
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
46
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

0 commit comments

Comments
 (0)