Skip to content

Commit

Permalink
Merge Pull Request #10808 from trilinos/Trilinos/10807-kokkos-kernels…
Browse files Browse the repository at this point in the history
…-cublas

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: KokkosKernels: Add missing dependency on CUBLAS (#10807)
PR Author: bartlettroscoe
  • Loading branch information
trilinos-autotester authored Aug 18, 2022
2 parents f4b73d3 + 5c08a58 commit 0bf48ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/kokkos-kernels/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES KokkosCore KokkosContainers KokkosAlgorithms
LIB_OPTIONAL_TPLS quadmath MKL BLAS LAPACK CUSPARSE MAGMA METIS SuperLU Cholmod LAPACKE CBLAS ARMPL ROCBLAS ROCSPARSE
LIB_OPTIONAL_TPLS quadmath MKL BLAS LAPACK CUSPARSE MAGMA METIS SuperLU Cholmod LAPACKE CBLAS ARMPL ROCBLAS ROCSPARSE CUBLAS
TEST_OPTIONAL_TPLS yaml-cpp
)
# NOTE: If you update names in LIB_OPTIONAL_TPLS above, make sure to map those names in
# the macro 'KOKKOSKERNELS_ADD_TPL_OPTION' that resides in cmake/kokkoskernels_tpls.cmake.
# the macro 'KOKKOSKERNELS_ADD_TPL_OPTION' that resides in cmake/kokkoskernels_tpls.cmake.

if (TPL_ENABLE_CUDA)
tribits_tpl_tentatively_enable(CUBLAS)
endif()

0 comments on commit 0bf48ec

Please sign in to comment.