Skip to content

Commit f0f3613

Browse files
[SYCL][E2E] Add -fno-finite-math-only to test requiring isnan/isinf checks (#9436)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 834df47 commit f0f3613

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/Complex/sycl_complex_stream_test.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1+
// 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
24
// RUN: %{run} %t.out
35

46
#include "sycl_complex_helper.hpp"

0 commit comments

Comments
 (0)