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

Commit 67734e7

Browse files
authored
[SYCL][HIP] Mark more AtomicRef tests unsupported (#1318)
These tests occasionally fail on the CI.
1 parent 2d6858c commit 67734e7

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)