Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 7f29b50

Browse files
authored
[SYCL] Modified targets to reduce compile time. (#1643)
1 parent 5dc16c8 commit 7f29b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/DeviceCodeSplit/aot-gpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %clangxx -fsycl -fsycl-device-code-split=per_source \
66
// RUN: -fsycl-targets=spir64_gen \
77
// RUN: -Xsycl-target-backend=spir64_gen \
8-
// RUN: %gpu_aot_target_opts -I %S/Inputs -o %t.out \
8+
// RUN: "-device tgllp" -I %S/Inputs -o %t.out \
99
// RUN: %S/split-per-source-main.cpp \
1010
// RUN: %S/Inputs/split-per-source-second-file.cpp \
1111
// RUN: -fsycl-dead-args-optimization

0 commit comments

Comments
 (0)