We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1afee3 commit e08bcaeCopy full SHA for e08bcae
CMakeLists.txt
@@ -242,7 +242,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Release")
242
message(STATUS "LTO/IPO is not supported in NVHPC Version < 23.11. Use a newer version of NVHPC for best performance.")
243
else()
244
message(STATUS "Performing IPO using -Mextract followed by -Minline")
245
- set(NVHPC_USE_TWO_PASS_IPO FALSE)
+ set(NVHPC_USE_TWO_PASS_IPO TRUE)
246
endif()
247
248
CHECK_IPO_SUPPORTED(RESULT SUPPORTS_IPO OUTPUT IPO_ERROR)
0 commit comments