Skip to content

Commit

Permalink
[SYCL][E2E] Fix XFAIL condition in launch_policy_lmem.cpp (#15303)
Browse files Browse the repository at this point in the history
It actually fails on OCL only, not L0.

Fixes postcommit.

Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex authored Sep 5, 2024
1 parent 2e777b5 commit f5cb3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/properties/properties.hpp>
Expand Down

0 comments on commit f5cb3bc

Please sign in to comment.