Skip to content

Commit

Permalink
Fix a couple warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Jun 14, 2024
1 parent 2eb1578 commit af5cfb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,6 @@ struct SptrsvWrap {
using namespace KokkosSparse::Experimental;
using device_t = Kokkos::Device<execution_space, temp_mem_space>;
using integer_view_host_t = typename TriSolveHandle::integer_view_host_t;
using scalar_t = typename ValuesType::non_const_value_type;
using row_map_host_view_t = Kokkos::View<size_type *, Kokkos::HostSpace>;

row_map_host_view_t row_map_host;
Expand Down Expand Up @@ -2914,7 +2913,6 @@ struct SptrsvWrap {
#if defined(KOKKOSKERNELS_ENABLE_SUPERNODAL_SPTRSV)
using namespace KokkosSparse::Experimental;
using integer_view_host_t = typename TriSolveHandle::integer_view_host_t;
using scalar_t = typename ValuesType::non_const_value_type;
using row_map_host_view_t = Kokkos::View<size_type *, Kokkos::HostSpace>;

row_map_host_view_t row_map_host;
Expand Down

0 comments on commit af5cfb4

Please sign in to comment.