Skip to content

Commit 2a7246d

Browse files
[SYCL][E2E] ProgramManager/uneven_kernel_split.cpp: make AOT options more common (#11256)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent e51864f commit 2a7246d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/test-e2e/ProgramManager/uneven_kernel_split.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// UNSUPPORTED: cuda, hip
33

44
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -I %S/Inputs/ %S/uneven_kernel_split.cpp -c -o %t.o
5-
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -I %S/Inputs/ %S/Inputs/gpu_kernel1.cpp -c -o %t1.o
6-
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -I %S/Inputs/ %S/Inputs/gpu_kernel2.cpp -c -o %t2.o
7-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,intel_gpu_cfl %t.o %t1.o %t2.o -o %t.out
5+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel1.cpp -c -o %t1.o
6+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel2.cpp -c -o %t2.o
7+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %t.o %t1.o %t2.o -o %t.out
88
// RUN: %{run} %t.out
99

1010
// Test require the following device image structure: cpu target device image

0 commit comments

Comments
 (0)