Skip to content

Commit 09b326b

Browse files
authored
[SYCL][E2E] XFAIL AOT tests failing on new driver (#17306)
Currently failing in postcommit. See #17305 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 6383579 commit 09b326b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

sycl/test-e2e/AOT/early_aot.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
7+
58
// Build the early AOT device binaries
69
// 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
710
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DSUB_CPP %s -o %t_sub.o

sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
// REQUIRES: opencl-aot, ocloc, gpu-intel-gen12, any-device-is-gpu
77

8+
// XFAIL: linux
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
10+
811
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend "-device gen12lp" %s -o %t.out
912
// RUN: %if gpu %{%{run} %t.out %}
1013

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: (opencl || level_zero) && gpu && ocloc
22

3+
// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
5+
36
// Check the case when -fsycl-add-default-spec-consts-image option is used which
47
// results in generation of two types of images: where specialization constants
58
// are replaced with defaults and original images.

0 commit comments

Comments
 (0)