Skip to content

Commit 07b2cc6

Browse files
baderbb-sycl
authored andcommitted
Disable failing tests to fix CI checks. (intel#868)
1 parent b4c4987 commit 07b2cc6

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

SYCL/AtomicRef/add.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// separately. This is controlled by macros, defined by RUN commands. Defaults
44
// (no macro for a group) are: 32 bit, relaxed and device.
55

6+
// See https://github.com/intel/llvm-test-suite/issues/867 for detailed status
7+
// UNSUPPORTED: hip
8+
69
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_60
710
// RUN: %HOST_RUN_PLACEHOLDER %t.out
811
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/max.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// separately. This is controlled by macros, defined by RUN commands. Defaults
44
// (no macro for a group) are: 32 bit, relaxed and device.
55

6+
// See https://github.com/intel/llvm-test-suite/issues/867 for detailed status
7+
// UNSUPPORTED: hip
8+
69
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_60
710
// RUN: %HOST_RUN_PLACEHOLDER %t.out
811
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/min.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// separately. This is controlled by macros, defined by RUN commands. Defaults
44
// (no macro for a group) are: 32 bit, relaxed and device.
55

6+
// See https://github.com/intel/llvm-test-suite/issues/867 for detailed status
7+
// UNSUPPORTED: hip
8+
69
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_60
710
// RUN: %HOST_RUN_PLACEHOLDER %t.out
811
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/sub.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// separately. This is controlled by macros, defined by RUN commands. Defaults
44
// (no macro for a group) are: 32 bit, relaxed and device.
55

6+
// See https://github.com/intel/llvm-test-suite/issues/867 for detailed status
7+
// UNSUPPORTED: hip
8+
69
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_60
710
// RUN: %HOST_RUN_PLACEHOLDER %t.out
811
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)