From f5cb3bc6fc6c9801acd44aaef6aa96068f819924 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Fri, 6 Sep 2024 03:06:38 +0900 Subject: [PATCH] [SYCL][E2E] Fix XFAIL condition in launch_policy_lmem.cpp (#15303) It actually fails on OCL only, not L0. Fixes postcommit. Signed-off-by: Sarnie, Nick --- sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp b/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp index 4e52fceca8a2a..b948790afa352 100644 --- a/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp +++ b/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp @@ -27,7 +27,7 @@ // RUN: %{run} %t.out // https://github.com/intel/llvm/issues/15275 -// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2) +// XFAIL: linux && opencl && (gpu-intel-gen12 || gpu-intel-dg2) #include #include