Skip to content

Commit f5cb3bc

Browse files
authored
[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 <nick.sarnie@intel.com>
1 parent 2e777b5 commit f5cb3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// RUN: %{run} %t.out
2828

2929
// https://github.com/intel/llvm/issues/15275
30-
// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
30+
// XFAIL: linux && opencl && (gpu-intel-gen12 || gpu-intel-dg2)
3131

3232
#include <sycl/detail/core.hpp>
3333
#include <sycl/ext/oneapi/properties/properties.hpp>

0 commit comments

Comments
 (0)