diff --git a/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp b/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp index dc486c6ba2c0b..6cd99ccdaf04d 100644 --- a/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp +++ b/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp @@ -1,3 +1,6 @@ +// TODO: Investigate fail of this test on Gen12 platform +// REQUIRES-INTEL-DRIVER: lin: 26516, win: 101.4827 +// REQUIRES: gpu-intel-pvc // DEFINE: %{inlineflags} = %if cl_options %{/clang:-fno-inline-functions%} %else %{-fno-inline-functions%} // RUN: %{build} %{inlineflags} -o %t.out // RUN: %{run} %t.out @@ -5,10 +8,6 @@ // RUN: %{build} %{O0flags} -o %t0.out // RUN: %{run} %t0.out -// TODO: gpu driver cannot yet handle the IR generated without -// inlining and especially without optimizations. -// XFAIL: gpu && !esimd_emulator - #include "esimd_test_utils.hpp" #include