Skip to content

Commit ab35747

Browse files
committed
[NFC] Add comments about tracking issues
1 parent 99df83d commit ab35747

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

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

33
// REQUIRES: aspect-usm_shared_allocations, pdtracker
4+
// PDTRACKER: https://github.com/intel/llvm/issues/18432
45
// RUN: %{build} -o %t.out --offload-new-driver -fsycl-allow-device-image-dependencies
56
// RUN: %{run} %t.out
67

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: pdtracker
9+
// PDTRACKER: https://github.com/intel/llvm/issues/18432
910
// Separate kernel sources and host code sources
1011
// Test with `--offload-new-driver`
1112
// 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,4 +1,5 @@
11
// REQUIRES: pdtracker
2+
// PDTRACKER: https://github.com/intel/llvm/issues/18432
23
// 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 \
34
// RUN: --offload-new-driver -fsycl-dead-args-optimization
45
// 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,4 +1,5 @@
11
// REQUIRES: pdtracker
2+
// PDTRACKER: https://github.com/intel/llvm/issues/18432
23
// Test with `--offload-new-driver`
34
// RUN: %{build} -DSOURCE1 --offload-new-driver -c -o %t1.o
45
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o

0 commit comments

Comments
 (0)