Skip to content

Commit 9c6a166

Browse files
committed
Formatting
1 parent 03871f0 commit 9c6a166

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lapack/eti/generated_specializations_cpp/geqrf/KokkosLapack_geqrf_eti_spec_inst.cpp.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
namespace KokkosLapack {
2222
namespace Impl {
23-
@LAPACK_GEQRF_ETI_INST_BLOCK @
24-
} // namespace Impl
23+
@LAPACK_GEQRF_ETI_INST_BLOCK@
24+
} // namespace Impl
2525
} // namespace KokkosLapack

lapack/eti/generated_specializations_hpp/KokkosLapack_geqrf_eti_spec_avail.hpp.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define KOKKOSLAPACK_GEQRF_ETI_SPEC_AVAIL_HPP_
1919
namespace KokkosLapack {
2020
namespace Impl {
21-
@LAPACK_GEQRF_ETI_AVAIL_BLOCK @
22-
} // namespace Impl
21+
@LAPACK_GEQRF_ETI_AVAIL_BLOCK@
22+
} // namespace Impl
2323
} // namespace KokkosLapack
2424
#endif

lapack/tpls/KokkosLapack_geqrf_tpl_spec_decl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ void rocsolverGeqrfWrapper(const ExecutionSpace& space, const TWViewType& Work,
464464
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
465465
Kokkos::MemoryTraits<Kokkos::Unmanaged>>, \
466466
Kokkos::View<SCALAR*, LAYOUT, \
467-
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
467+
Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \
468468
Kokkos::MemoryTraits<Kokkos::Unmanaged>>>::value> { \
469469
using AViewType = \
470470
Kokkos::View<SCALAR**, LAYOUT, Kokkos::Device<Kokkos::HIP, MEM_SPACE>, \

0 commit comments

Comments
 (0)