Skip to content

Commit bc3861f

Browse files
authored
[ESIMD] Enable E2E test slm_init_no_inline.cpp passing with new GPU driver (#11280)
1 parent bddfeb9 commit bc3861f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sycl/test-e2e/ESIMD/slm_init_no_inline.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1+
// TODO: Investigate fail of this test on Gen12 platform
2+
// REQUIRES-INTEL-DRIVER: lin: 26516, win: 101.4827
3+
// REQUIRES: gpu-intel-pvc
14
// DEFINE: %{inlineflags} = %if cl_options %{/clang:-fno-inline-functions%} %else %{-fno-inline-functions%}
25
// RUN: %{build} %{inlineflags} -o %t.out
36
// RUN: %{run} %t.out
47
// DEFINE: %{O0flags} = %if cl_options %{/clang:-O0%} %else %{-O0%}
58
// RUN: %{build} %{O0flags} -o %t0.out
69
// RUN: %{run} %t0.out
710

8-
// TODO: gpu driver cannot yet handle the IR generated without
9-
// inlining and especially without optimizations.
10-
// XFAIL: gpu && !esimd_emulator
11-
1211
#include "esimd_test_utils.hpp"
1312

1413
#include <iostream>

0 commit comments

Comments
 (0)