Skip to content

Commit

Permalink
Remove FP contraction for math test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and j-stephan committed Sep 11, 2023
1 parent 395515d commit b2224bf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/unit/math/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
"$<$<COMPILE_LANG_AND_ID:CUDA,AppleClang,Clang,IntelLLVM>:SHELL:-ffp-contract=off>"
)

set_target_properties(${_TARGET_NAME} PROPERTIES FOLDER "test/unit")
target_compile_definitions(${_TARGET_NAME} PRIVATE "-DTEST_UNIT_MATH")
Expand Down

0 comments on commit b2224bf

Please sign in to comment.