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 2def4d8 commit 9698767Copy full SHA for 9698767
sycl/test-e2e/ESIMD/regression/dgetrf.cpp
@@ -5,11 +5,7 @@
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
-// TODO: remove fno-fast-math option once the issue is investigated and the test
9
-// is fixed.
10
-// UNSUPPORTED: esimd_emulator
11
-// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
12
-// RUN: %{build} %{mathflags} -I%S/.. -o %t.out
+// RUN: %{build} -I%S/.. -o %t.out
13
// RUN: %{run} %t.out 3 2 1
14
15
// This test checks the correctness of ESIMD program for batched LU
sycl/test-e2e/ESIMD/regression/dgetrf_emu.cpp
0 commit comments