File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sycl/test-e2e/ProgramManager Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// UNSUPPORTED: cuda, hip
3
3
4
4
// 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
8
8
// RUN: %{run} %t.out
9
9
10
10
// Test require the following device image structure: cpu target device image
You can’t perform that action at this time.
0 commit comments