From bd86f04d1ce18ece6f5187635597ea977fc93d8f Mon Sep 17 00:00:00 2001 From: fineg74 <61437305+fineg74@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:51:49 -0800 Subject: [PATCH] [SYCL][ESIMD] Remove no-fast-math option for tests (#12534) The tests are passing with the latest xmain/driver --- sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_core.cpp | 5 +---- .../ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_core.cpp b/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_core.cpp index f8417718a0962..73f35354d322f 100644 --- a/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_core.cpp +++ b/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_core.cpp @@ -5,10 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// TODO: remove fno-fast-math option once the issue is investigated and the test -// is fixed. -// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%} -// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out +// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out // RUN: %{run} %t.out // // Test for simd fill constructor for core types. diff --git a/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp b/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp index c6056458f5f00..525f9d6176f71 100644 --- a/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp +++ b/sycl/test-e2e/ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp @@ -5,10 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// TODO: remove fno-fast-math option once the issue is investigated and the test -// is fixed. -// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%} -// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out +// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out // RUN: %{run} %t.out // // Test for simd fill constructor for extra fp types.