Skip to content

Commit 207c9d6

Browse files
committed
Changes to get tests working
1 parent 62f9840 commit 207c9d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sycl/test-e2e/Matrix/joint_matrix_tensorcores_sm72.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: cuda
9+
// REQUIRES: target-nvidia
1010
// RUN: %{build} -Xsycl-target-backend --cuda-gpu-arch=sm_72 -o %t.out
1111
// RUN: %{run} %t.out
1212
//

sycl/test-e2e/Matrix/joint_matrix_tensorcores_sm80.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: cuda
9+
// REQUIRES: target-nvidia
1010
// RUN: %{build} -Xsycl-target-backend --cuda-gpu-arch=sm_80 -o %t.out
1111
// RUN: %{run} %t.out
1212
//

sycl/test-e2e/Regression/build_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: gpu
22
// RUN: %{build} -o %t.exe
3-
// RUN: %{run} %t.exe 2> %t.out || true
3+
// RUN: %{run} %t.exe 2> %t.out
44

55
// RUN: FileCheck %s --check-prefix=CHECK-EXPECTED-ERROR --input-file %t.out
66
// CHECK-EXPECTED-ERROR: error: backend compiler failed build

sycl/test-e2e/Regression/kernel_bundle_ignore_sycl_external.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// XFAIL: cuda
4+
// XFAIL: target-nvidia
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16417
66
// UNSUPPORTED: hip
77

0 commit comments

Comments
 (0)