Skip to content

Commit

Permalink
remove unused value type
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed May 8, 2024
1 parent 7bc8042 commit 00e5c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batched/dense/unit_test/Test_Utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void create_banded_triangular_matrix(InViewType& in, OutViewType& out,
int k = 1, bool band_storage = true) {
auto h_in = Kokkos::create_mirror_view(in);
auto h_out = Kokkos::create_mirror_view(out);
using value_type = typename InViewType::non_const_value_type;
const int N = in.extent(0), BlkSize = in.extent(1);

Kokkos::deep_copy(h_in, in);
Expand Down

0 comments on commit 00e5c4d

Please sign in to comment.