Skip to content

Commit c95e15f

Browse files
fzou1jsji
authored andcommitted
[Cuda] Disable tests since they're failed as llvm.nvvm intrinsics cannot be selected.
1 parent 7d07eac commit c95e15f

23 files changed

+69
-2
lines changed

sycl/test-e2e/AtomicRef/compare_exchange.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: target-nvidia,cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36

sycl/test-e2e/AtomicRef/compare_exchange_local.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: target-nvidia, cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

sycl/test-e2e/AtomicRef/max.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: target-nvidia,cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36

sycl/test-e2e/AtomicRef/max_local.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: target-nvidia,cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36

sycl/test-e2e/AtomicRef/min.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: target-nvidia,cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36

sycl/test-e2e/AtomicRef/min_local.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: target-nvidia,cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36

sycl/test-e2e/BFloat16/bfloat16_vec.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// UNSUPPORTED: target-nvidia,cuda
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
11+
912
// RUN: %{build} -o %t.out
1013
// RUN: %{run} %t.out
1114
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %}

sycl/test-e2e/Basic/code_location_e2e.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: target-nvidia,cuda
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214
3+
// UNSUPPORTED: target-nvidia,cuda
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
5+
36
// RUN: %{build} -DNDEBUG -o %t1.out
47
// RUN: %{run} %t1.out | FileCheck %s
58

sycl/test-e2e/Basic/compare_exchange_strong.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: target-nvidia,cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36

sycl/test-e2e/Basic/stream/auto_flush.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: target-nvidia,cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20109
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out %if !gpu || linux %{ | FileCheck %s %}
36

0 commit comments

Comments
 (0)