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 834df47 commit f0f3613Copy full SHA for f0f3613
sycl/test-e2e/Complex/sycl_complex_stream_test.cpp
@@ -1,4 +1,6 @@
1
-// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
+// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-finite-math-only%} %else %{-fno-finite-math-only%}
2
+
3
+// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
4
// RUN: %{run} %t.out
5
6
#include "sycl_complex_helper.hpp"
0 commit comments