Skip to content

Commit

Permalink
applying clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Dec 21, 2022
1 parent fa8d5e4 commit c84b6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blas/tpls/KokkosBlas1_swap_tpl_spec_decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ namespace Impl {
Kokkos::Device<EXECSPACE, Kokkos::HostSpace>, \
Kokkos::MemoryTraits<Kokkos::Unmanaged>>; \
static void swap(EXECSPACE const& /*space*/, XVector const& X, \
YVector const& Y) { \
YVector const& Y) { \
Kokkos::Profiling::pushRegion( \
"KokkosBlas::swap[TPL_BLAS,complex<float>]"); \
HostBlas<std::complex<float>>::swap( \
Expand Down Expand Up @@ -326,7 +326,7 @@ namespace Impl {
Kokkos::Device<EXECSPACE, MEMSPACE>, \
Kokkos::MemoryTraits<Kokkos::Unmanaged>>; \
static void swap(EXECSPACE const& space, XVector const& X, \
YVector const& Y) { \
YVector const& Y) { \
Kokkos::Profiling::pushRegion( \
"KokkosBlas::swap[TPL_CUBLAS,complex<float>]"); \
swap_print_specialization<EXECSPACE, XVector, YVector>(); \
Expand Down

0 comments on commit c84b6ba

Please sign in to comment.