Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions sycl/test-e2e/ESIMD/slm_init_no_inline.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// 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
// DEFINE: %{O0flags} = %if cl_options %{/clang:-O0%} %else %{-O0%}
// 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 <iostream>
Expand Down