From b2224bfed62d42a3fd43b1386dddead636f2b285 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Mon, 11 Sep 2023 14:35:44 +0200 Subject: [PATCH] Remove FP contraction for math test --- test/unit/math/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/unit/math/CMakeLists.txt b/test/unit/math/CMakeLists.txt index b8f30fb7e95d..6019d13fd143 100644 --- a/test/unit/math/CMakeLists.txt +++ b/test/unit/math/CMakeLists.txt @@ -23,12 +23,6 @@ target_include_directories( target_link_libraries( ${_TARGET_NAME} PRIVATE common) -target_compile_options( - ${_TARGET_NAME} - PRIVATE - # ffp-contract: https://llvm.org/docs/CompileCudaWithLLVM.html#flags-that-control-numerical-code - "$<$:SHELL:-ffp-contract=off>" - ) set_target_properties(${_TARGET_NAME} PROPERTIES FOLDER "test/unit") target_compile_definitions(${_TARGET_NAME} PRIVATE "-DTEST_UNIT_MATH")