-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Pull Request #13638 from trilinos/Trilinos/master_merge_2024112…
…9_175819 Automatically Merged using Trilinos Master Merge AutoTester PR Title: b'Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20241129_175819 branch to master' PR Author: trilinos-autotester
- Loading branch information
Showing
1,525 changed files
with
45,936 additions
and
24,266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,3 +163,7 @@ rsync.* | |
|
||
# pycharm ide | ||
.idea | ||
|
||
# clangd server stuff | ||
.cache/ | ||
compile_commands.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
|
||
IF (NOT TPL_ENABLE_CUDA) | ||
MESSAGE(FATAL_ERROR "\nCUSOLVER: This TPL requires CUDA") | ||
ELSE() | ||
find_library(CUDA_cusolver_LIBRARY | ||
cusolver | ||
HINTS ${CUDA_TOOLKIT_ROOT_DIR}/lib | ||
) | ||
IF(CUDA_cusolver_LIBRARY STREQUAL "CUDA_cusolver_LIBRARY-NOTFOUND") | ||
MESSAGE(FATAL_ERROR "\nCUSOLVER: could not find cusolver library.") | ||
ENDIF() | ||
SET(TPL_CUSOLVER_LIBRARIES ${CUDA_cusolver_LIBRARY}) | ||
ENDIF() | ||
|
||
tribits_tpl_find_include_dirs_and_libraries(CUSOLVER REQUIRED_LIBS_NAMES cusparse) | ||
|
||
unset(TPL_CUSOLVER_LIBRARIES) | ||
tribits_extpkg_create_imported_all_libs_target_and_config_file( CUSOLVER | ||
INNER_FIND_PACKAGE_NAME CUDAToolkit | ||
IMPORTED_TARGETS_FOR_ALL_LIBS CUDA::cusolver ) | ||
# Above, the CUDA TPL should have already found CUDAToolkit so we just need to | ||
# grab the target from it to form the CUSPARSE::all_libs target. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tribits_extpkg_define_dependencies( CUSOLVER | ||
DEPENDENCIES CUDA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.