Skip to content

Commit

Permalink
Merge pull request #4004 from ndellingwood/kokkoskernels-cublas-blas
Browse files Browse the repository at this point in the history
kokkoskernels: update CMakeLists.txt
  • Loading branch information
ndellingwood committed Dec 6, 2018
2 parents 37a52af + 9b1a3f3 commit ab25184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/kokkos-kernels/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ IF (TPL_ENABLE_MKL)
ENDIF()

IF(${Kokkos_ENABLE_Cuda})
IF (NOT KOKKOSKERNELS_ENABLE_TPL_BLAS)
SET(KOKKOSKERNELS_ENABLE_TPL_BLAS ON)
LIST(APPEND TPL_LIST "BLAS")
ENDIF()
# CUBLAS is ON by default when CUDA is enabled
SET(KOKKOSKERNELS_ENABLE_TPL_CUBLAS ON)
# Tribit provides TPL mechanism for CUSPARSE; thus, use it
Expand Down

0 comments on commit ab25184

Please sign in to comment.