-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aditya Dendukuri
committed
Jun 28, 2024
1 parent
830184d
commit 5e63955
Showing
5 changed files
with
57 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
add_library(tuvx_benchmark_utils OBJECT) | ||
|
||
target_compile_features(tuvx_benchmark_utils PUBLIC cxx_std_11) | ||
|
||
# link benchmark library to sources in this file | ||
target_sources(tuvx_benchmark_utils PUBLIC benchmark_tridiagonal_solver.cpp) | ||
target_link_libraries(tuvx_benchmark_utils PUBLIC musica::tuvx LAPACK::LAPACK | ||
benchmark::benchmark) | ||
target_include_directories(tuvx_benchmark_utils PUBLIC ${LAPACK_INCLUDE_DIRS}) | ||
|
||
add_executable(benchmark_tridiagonal_solver benchmark_tridiagonal_solver.cpp) | ||
target_include_directories( | ||
benchmark_tridiagonal_solver PUBLIC ${OpenBLAS_INCLUDE_DIRS} | ||
${LAPACK_INCLUDE_DIRS}) | ||
|
||
target_link_libraries(benchmark_tridiagonal_solver | ||
PUBLIC LAPACK::LAPACK benchmark::benchmark musica::tuvx) |
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