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

Commit 08100b0

Browse files
authored
Disable failing tests to fix CI checks. (#868)
1 parent dacacdf commit 08100b0

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)