Skip to content

Commit 9698767

Browse files
authored
[SYCL][ESIMD] Reenable fast-math compilation option for dgetrf test (#11264)
Remove emulator only test
1 parent 2def4d8 commit 9698767

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

sycl/test-e2e/ESIMD/regression/dgetrf.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
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
8+
// RUN: %{build} -I%S/.. -o %t.out
139
// RUN: %{run} %t.out 3 2 1
1410
//
1511
// This test checks the correctness of ESIMD program for batched LU

sycl/test-e2e/ESIMD/regression/dgetrf_emu.cpp

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)