Skip to content

Commit ff9ee8c

Browse files
committed
[NFC] Unsupport 4 NewOffloadDriver for now
Tracked in #18432
1 parent 993b42c commit ff9ee8c

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/free_function_kernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Ensure -fsycl-allow-device-dependencies can work with free function kernels.
22

3-
// REQUIRES: aspect-usm_shared_allocations
3+
// REQUIRES: aspect-usm_shared_allocations, pdtracker
44
// RUN: %{build} -o %t.out --offload-new-driver -fsycl-allow-device-image-dependencies
55
// RUN: %{run} %t.out
66

sycl/test-e2e/E2EExpr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class E2EExpr(BooleanExpression):
3838
"cuda_options",
3939
"true",
4040
"false",
41+
"pdtracker",
4142
}
4243

4344
def __init__(self, string, variables, build_only_mode, final_unknown_value):

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
// REQUIRES: pdtracker
89
// Separate kernel sources and host code sources
910
// Test with `--offload-new-driver`
1011
// RUN: %{build} --offload-new-driver -c -o %t.kernel.o -DINIT_KERNEL -DCALC_KERNEL

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: pdtracker
12
// 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 \
23
// RUN: --offload-new-driver -fsycl-dead-args-optimization
34
// RUN: %{run} %t.out

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: pdtracker
12
// Test with `--offload-new-driver`
23
// RUN: %{build} -DSOURCE1 --offload-new-driver -c -o %t1.o
34
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o

0 commit comments

Comments
 (0)