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 a1c536c commit 30caf32Copy full SHA for 30caf32
SYCL/InvokeSimd/invoke_simd_conv.cpp
@@ -13,6 +13,9 @@
13
14
// RUN: %clangxx -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t.out
15
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %GPU_RUN_PLACEHOLDER %t.out
16
+// RUN: %clangxx -O0 -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t0.out
17
+// TODO: enable execution of test generated with -O0 once crash issue is
18
+// resolved
19
20
#include <sycl/ext/intel/esimd.hpp>
21
#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>
0 commit comments