We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddfeb9 commit bc3861fCopy full SHA for bc3861f
sycl/test-e2e/ESIMD/slm_init_no_inline.cpp
@@ -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
4
// DEFINE: %{inlineflags} = %if cl_options %{/clang:-fno-inline-functions%} %else %{-fno-inline-functions%}
5
// RUN: %{build} %{inlineflags} -o %t.out
6
// RUN: %{run} %t.out
7
// DEFINE: %{O0flags} = %if cl_options %{/clang:-O0%} %else %{-O0%}
8
// RUN: %{build} %{O0flags} -o %t0.out
9
// RUN: %{run} %t0.out
10
-// TODO: gpu driver cannot yet handle the IR generated without
-// inlining and especially without optimizations.
-// XFAIL: gpu && !esimd_emulator
11
-
12
#include "esimd_test_utils.hpp"
13
14
#include <iostream>
0 commit comments