Skip to content

Commit

Permalink
Fix icpc / denormals
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jul 10, 2023
1 parent 281658e commit ea170ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cub/cmake/CubBuildCompilerTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function(cub_build_compiler_targets)

if ("Intel" STREQUAL "${CMAKE_CXX_COMPILER_ID}")
# Disable warning that inlining is inhibited by compiler thresholds.
append_option_if_available("-no-ftz" cxx_compile_options)
append_option_if_available("-diag-disable=11074" cxx_compile_options)
append_option_if_available("-diag-disable=11076" cxx_compile_options)
endif()
Expand Down

0 comments on commit ea170ba

Please sign in to comment.