Skip to content

Commit

Permalink
remove unused View2DType
Browse files Browse the repository at this point in the history
Signed-off-by: Yuuichi Asahi <[email protected]>
  • Loading branch information
Yuuichi Asahi committed Jan 27, 2025
1 parent db8efd2 commit 247fa6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batched/dense/unit_test/Test_Batched_SerialGbtrf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ template <typename DeviceType, typename ScalarType, typename LayoutType, typenam
void impl_test_batched_gbtrf(const int Nb, const int BlkSize) {
using ats = typename Kokkos::ArithTraits<ScalarType>;
using RealType = typename ats::mag_type;
using View2DType = Kokkos::View<ScalarType **, LayoutType, DeviceType>;
using View3DType = Kokkos::View<ScalarType ***, LayoutType, DeviceType>;
using PivView2DType = Kokkos::View<int **, LayoutType, DeviceType>;

Expand Down

0 comments on commit 247fa6f

Please sign in to comment.