Skip to content

Commit

Permalink
SYR2: applying clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Oct 23, 2023
1 parent 3fc73c9 commit c749f8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions blas/unit_test/Test_Blas2_syr2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ class Syr2Tester {
using _ViewTypeY = Kokkos::View<ScalarY*, tLayoutY, Device>;
using _ViewTypeA = Kokkos::View<ScalarA**, tLayoutA, Device>;

using _HostViewTypeX = typename _ViewTypeX::HostMirror;
using _HostViewTypeY = typename _ViewTypeY::HostMirror;
using _HostViewTypeA = typename _ViewTypeA::HostMirror;
using _ViewTypeExpected = Kokkos::View<ScalarA**, tLayoutA, Kokkos::HostSpace>;
using _HostViewTypeX = typename _ViewTypeX::HostMirror;
using _HostViewTypeY = typename _ViewTypeY::HostMirror;
using _HostViewTypeA = typename _ViewTypeA::HostMirror;
using _ViewTypeExpected =
Kokkos::View<ScalarA**, tLayoutA, Kokkos::HostSpace>;

using _KAT_A = Kokkos::ArithTraits<ScalarA>;
using _AuxType = typename _KAT_A::mag_type;
Expand Down

0 comments on commit c749f8c

Please sign in to comment.