Skip to content

Commit daad350

Browse files
npmillerbb-sycl
authored andcommitted
[SYCL][HIP] Mark more AtomicRef tests unsupported (intel#1318)
These tests occasionally fail on the CI.
1 parent 22ae3a6 commit daad350

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

SYCL/AtomicRef/add_local.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// See https://github.com/intel/llvm-test-suite/issues/867 for detailed status
2+
// UNSUPPORTED: hip
3+
14
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: %GPU_RUN_PLACEHOLDER %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/min_local.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// See https://github.com/intel/llvm-test-suite/issues/867 for detailed status
2+
// UNSUPPORTED: hip
3+
14
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: %GPU_RUN_PLACEHOLDER %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/sub_local.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// See https://github.com/intel/llvm-test-suite/issues/867 for detailed status
2+
// UNSUPPORTED: hip
3+
14
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: %GPU_RUN_PLACEHOLDER %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)