Skip to content

Commit

Permalink
sparse: Fix unused vars in bsrmatrix impl
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Nov 16, 2021
1 parent d00c244 commit b9d3dbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ struct BsrMatrixSpMVTensorCoreFunctor {
}
}
mbr.team_barrier();
(void) fx;
(void) fa;
(void) fy;
}
};

Expand Down

0 comments on commit b9d3dbe

Please sign in to comment.