Skip to content

Commit bd86f04

Browse files
authored
[SYCL][ESIMD] Remove no-fast-math option for tests (#12534)
The tests are passing with the latest xmain/driver
1 parent e9a1ace commit bd86f04

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_core.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +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-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
11-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
8+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
129
// RUN: %{run} %t.out
1310
//
1411
// Test for simd fill constructor for core types.

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +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-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
11-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
8+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
129
// RUN: %{run} %t.out
1310
//
1411
// Test for simd fill constructor for extra fp types.

0 commit comments

Comments
 (0)