Skip to content

Commit 845d817

Browse files
[SYCL][E2E] Use UNSUPPORTED: target-nvidia instead of cuda (#19717)
So that I can pre-build E2E binaries for use in trunk backward compatibility CI.
1 parent 05e047c commit 845d817

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: cuda
8+
// UNSUPPORTED: target-nvidia
99
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18432
1010
// Separate kernel sources and host code sources
1111
// Test with `--offload-new-driver`

sycl/test-e2e/NewOffloadDriver/split-per-source-main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: target-nvidia
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18432
33
// RUN: %{build} -Wno-error=unused-command-line-argument -fsycl-device-code-split=per_source -I %S/Inputs -o %t.out %S/Inputs/split-per-source-second-file.cpp \
44
// RUN: --offload-new-driver -fsycl-dead-args-optimization

sycl/test-e2e/NewOffloadDriver/sycl-external-with-optional-features.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: target-nvidia
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18432
33
// Test with `--offload-new-driver`
44
// RUN: %{build} -DSOURCE1 --offload-new-driver -c -o %t1.o

0 commit comments

Comments
 (0)