Skip to content

Commit 53b6ab7

Browse files
author
Rafal Rudnicki
committed
Revert "[Cuda] Disable tests since they're failed as llvm.nvvm intrinsics cannot be selected."
This reverts commit c95e15f.
1 parent cc169e2 commit 53b6ab7

23 files changed

+2
-69
lines changed

sycl/test-e2e/AtomicRef/compare_exchange.cpp

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

sycl/test-e2e/AtomicRef/compare_exchange_local.cpp

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

sycl/test-e2e/AtomicRef/max.cpp

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

sycl/test-e2e/AtomicRef/max_local.cpp

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

sycl/test-e2e/AtomicRef/min.cpp

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

sycl/test-e2e/AtomicRef/min_local.cpp

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

sycl/test-e2e/BFloat16/bfloat16_vec.cpp

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

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

sycl/test-e2e/Basic/code_location_e2e.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// UNSUPPORTED: target-nvidia,cuda
1+
// UNSUPPORTED: 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-
63
// RUN: %{build} -DNDEBUG -o %t1.out
74
// RUN: %{run} %t1.out | FileCheck %s
85

sycl/test-e2e/Basic/compare_exchange_strong.cpp

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

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

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

0 commit comments

Comments
 (0)