Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TSQR: Only tentatively enable CU{BLAS,SOLVER} if CUDA enabled
Currently, there is no way to express that a TPL depends on another TPL. See discussion here: trilinos#6496 (comment) This means that we cannot use TRIBITS_TPL_TENTATIVELY_ENABLE(CUBLAS) (for example), unless we first protect it with IF(TPL_ENABLE_CUDA). This commit does so for CUBLAS and CUSOLVER.
- Loading branch information