Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
eeprude committed May 23, 2024
1 parent d6486c9 commit 36ddd9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lapack/tpls/KokkosLapack_geqrf_tpl_spec_decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 36ddd9a

Please sign in to comment.