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 9073865 commit ee566b6Copy full SHA for ee566b6
sycl/test-e2e/ESIMD/ext_math_fast.cpp
@@ -6,7 +6,7 @@
6
//
7
//===----------------------------------------------------------------------===//
8
// DEFINE: %{slpflags} = %if cl_options %{/clang:-fno-slp-vectorize%} %else %{-fno-slp-vectorize%}
9
-// RUN: %{build} -fsycl-device-code-split=per_kernel -ffast-math %{slpflags} -o %t.out
+// RUN: %{build} -fsycl-device-code-split=per_kernel -ffast-math -Wno-overriding-option %{slpflags} -o %t.out
10
// RUN: %{run} %t.out
11
12
// This test checks extended math operations. Combinations of
0 commit comments