Skip to content

Commit d48388f

Browse files
Revert "[SYCL][E2E] Disable AOT tests on more platforms (#17317)"
This reverts commit e780eff.
1 parent aed8b0b commit d48388f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

sycl/test-e2e/AOT/early_aot.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// REQUIRES: ocloc, gpu, target-spir
44

5-
// UNSUPPORTED: linux
6-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
5+
// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
77

88
// Build the early AOT device binaries
99
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DADD_CPP %s -o %t_add.o

sycl/test-e2e/ProgramManager/uneven_kernel_split.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// REQUIRES: any-device-is-cpu, gpu, opencl-aot, ocloc, target-spir, opencl-cpu-rt
22

3-
// UNSUPPORTED: linux
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
5-
63
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -I %S/Inputs/ %S/uneven_kernel_split.cpp -c -o %t.o
74
// 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
85
// 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

sycl/test-e2e/SpecConstants/2020/image_selection.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: (opencl || level_zero) && gpu && ocloc
22

3-
// UNSUPPORTED: linux
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
3+
// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
55

66
// Check the case when -fsycl-add-default-spec-consts-image option is used which
77
// results in generation of two types of images: where specialization constants

0 commit comments

Comments
 (0)