File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
sycl/test-e2e/ProgramManager Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
- #include < iostream>
2
- #include < sycl/detail/kernel_properties.hpp>
3
- #include < sycl/ext/intel/esimd.hpp>
4
- #include < sycl/ext/intel/experimental/kernel_execution_properties.hpp>
5
1
#include < sycl/sycl.hpp>
6
2
7
3
class KernelTest1 ;
Original file line number Diff line number Diff line change 1
- // REQUIRES: gpu, TEMPORARY_DISABLED
1
+ // REQUIRES: gpu, opencl-aot, ocloc
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_pvc -I %S/Inputs/ %S/Inputs/gpu_kernel1.cpp -c -o %t1.o
6
- // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -I %S/Inputs/ %S/Inputs/gpu_kernel2.cpp -c -o %t2.o
7
- // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,intel_gpu_pvc %t.o %t1.o %t2.o -o %t.out
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
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