Skip to content

Commit f6c990e

Browse files
authored
[SYCL][ESIMD][E2E] Disable fast math for second mandelbrot test (#19331)
Did this for the other mandeltest test, do it for this too. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent f409eb7 commit f6c990e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/ESIMD/mandelbrot/mandelbrot.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_legacy_image
9-
// RUN: %{build} -o %t.out
9+
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
10+
// RUN: %{build} %{mathflags} -o %t.out
1011
// RUN: %{run} %t.out %T/output.ppm %S/golden_hw.ppm
1112

1213
#include "../esimd_test_utils.hpp"

0 commit comments

Comments
 (0)