Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface for LAPACK geqrf() #2205

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Backup
eeprude committed May 26, 2024
commit e953547eebeb0c990f291e57f5ad2aceb3a13e00
6 changes: 4 additions & 2 deletions lapack/tpls/KokkosLapack_geqrf_tpl_spec_decl.hpp
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@
#ifndef KOKKOSLAPACK_GEQRF_TPL_SPEC_DECL_HPP_
#define KOKKOSLAPACK_GEQRF_TPL_SPEC_DECL_HPP_

// AquiEEP

namespace KokkosLapack {
namespace Impl {
template <class AViewType, class TWViewType, class RType>
@@ -248,6 +246,8 @@ KOKKOSLAPACK_GEQRF_MAGMA(Kokkos::complex<double>, Kokkos::LayoutLeft,
} // namespace KokkosLapack
#endif // KOKKOSKERNELS_ENABLE_TPL_MAGMA

#endif // AquiEEP

// CUSOLVER
#ifdef KOKKOSKERNELS_ENABLE_TPL_CUSOLVER
#include "KokkosLapack_cusolver.hpp"
@@ -395,6 +395,8 @@ KOKKOSLAPACK_GEQRF_CUSOLVER(Kokkos::complex<double>, Kokkos::LayoutLeft,
} // namespace KokkosLapack
#endif // KOKKOSKERNELS_ENABLE_TPL_CUSOLVER

#if 0 // AquiEEP

// ROCSOLVER
#ifdef KOKKOSKERNELS_ENABLE_TPL_ROCSOLVER
#include <KokkosBlas_tpl_spec.hpp>