Skip to content

Commit b9c5a9c

Browse files
[SYCL] Enable E2E test for program manager (#10897)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent c479443 commit b9c5a9c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

sycl/test-e2e/ProgramManager/Inputs/inc.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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>
51
#include <sycl/sycl.hpp>
62

73
class KernelTest1;

sycl/test-e2e/ProgramManager/uneven_kernel_split.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// REQUIRES: gpu, TEMPORARY_DISABLED
1+
// REQUIRES: gpu, opencl-aot, ocloc
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_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
88
// RUN: %{run} %t.out
99

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

0 commit comments

Comments
 (0)