Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eeprude committed May 20, 2024
1 parent 03871f0 commit 9c6a166
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

namespace KokkosLapack {
namespace Impl {
@LAPACK_GEQRF_ETI_INST_BLOCK @
} // namespace Impl
@LAPACK_GEQRF_ETI_INST_BLOCK@
} // namespace Impl
} // namespace KokkosLapack
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define KOKKOSLAPACK_GEQRF_ETI_SPEC_AVAIL_HPP_
namespace KokkosLapack {
namespace Impl {
@LAPACK_GEQRF_ETI_AVAIL_BLOCK @
} // namespace Impl
@LAPACK_GEQRF_ETI_AVAIL_BLOCK@
} // namespace Impl
} // namespace KokkosLapack
#endif
2 changes: 1 addition & 1 deletion lapack/tpls/KokkosLapack_geqrf_tpl_spec_decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ void rocsolverGeqrfWrapper(const ExecutionSpace& space, const TWViewType& Work,
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Kokkos::MemoryTraits<Kokkos::Unmanaged>>, \
Kokkos::View<SCALAR*, LAYOUT, \
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Kokkos::MemoryTraits<Kokkos::Unmanaged>>>::value> { \
using AViewType = \
Kokkos::View<SCALAR**, LAYOUT, Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
Expand Down

0 comments on commit 9c6a166

Please sign in to comment.