File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
sycl/test-e2e/ESIMD/api/functional/ctors Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
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
12
9
// RUN: %{run} %t.out
13
10
//
14
11
// Test for simd fill constructor for core types.
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
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
12
9
// RUN: %{run} %t.out
13
10
//
14
11
// Test for simd fill constructor for extra fp types.
You can’t perform that action at this time.
0 commit comments