Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Oct 24, 2022
1 parent 56c8a30 commit f4760eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions perf_test/sparse/KokkosSparse_spadd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ void run_experiment(const Params& params) {
lno_view_t;
typedef typename crsMat_t::StaticCrsGraphType::entries_type::non_const_type
lno_nnz_view_t;
typedef typename crsMat_t::StaticCrsGraphType::row_map_type const_lno_view_t;
typedef
typename crsMat_t::StaticCrsGraphType::entries_type const_lno_nnz_view_t;

lno_view_t row_mapC;
// entriesC, valuesC and cusparseBuffer are allocated inside
Expand Down

0 comments on commit f4760eb

Please sign in to comment.