From 3a4df475f845318eebf0ba3ddb241afae7b3ab4d Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 4 Mar 2025 13:41:18 -0800 Subject: [PATCH] [SYCL][E2E] XFAIL AOT tests failing on new driver Signed-off-by: Sarnie, Nick --- sycl/test-e2e/AOT/early_aot.cpp | 3 +++ sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp | 3 +++ sycl/test-e2e/SpecConstants/2020/image_selection.cpp | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sycl/test-e2e/AOT/early_aot.cpp b/sycl/test-e2e/AOT/early_aot.cpp index f74f1745e4809..3b971a0244f8e 100644 --- a/sycl/test-e2e/AOT/early_aot.cpp +++ b/sycl/test-e2e/AOT/early_aot.cpp @@ -2,6 +2,9 @@ // REQUIRES: ocloc, gpu, target-spir +// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2) +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305 + // Build the early AOT device binaries // 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 // 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 diff --git a/sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp b/sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp index 8262d3f655b37..ffe9a4ed19ccb 100644 --- a/sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp +++ b/sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp @@ -5,6 +5,9 @@ // REQUIRES: opencl-aot, ocloc, gpu-intel-gen12, any-device-is-gpu +// XFAIL: linux +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305 + // RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend "-device gen12lp" %s -o %t.out // RUN: %if gpu %{%{run} %t.out %} diff --git a/sycl/test-e2e/SpecConstants/2020/image_selection.cpp b/sycl/test-e2e/SpecConstants/2020/image_selection.cpp index d473098defeb1..e07393815d07e 100644 --- a/sycl/test-e2e/SpecConstants/2020/image_selection.cpp +++ b/sycl/test-e2e/SpecConstants/2020/image_selection.cpp @@ -1,5 +1,8 @@ // REQUIRES: (opencl || level_zero) && gpu && ocloc +// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2) +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305 + // Check the case when -fsycl-add-default-spec-consts-image option is used which // results in generation of two types of images: where specialization constants // are replaced with defaults and original images.