Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KokkosLapack_svd_tpl_spec_decl: disambiguate lapack vs mkl tpl
In Trilinos, enable of MKL and LAPACK TPLs results in compilation errors due to redefinition of `struct KokkosLapack::Impl::SVD`, reported in trilinos/Trilinos#12891 The changes here defer to the MKL tpl (when both LAPACK and MKL are enabled) by setting the `tpl_spec_avail` template parameter of the LAPACK SVD specialization to false, disambiguating from the MKL specialization (which will be set true)
- Loading branch information