Skip to content

Commit

Permalink
KokkosSparse_spmv_bsrmatrix_impl: remove unused typedef
Browse files Browse the repository at this point in the history
Removed unused Ordinal typdef to prevent -Werror compile errors with
clang compilers
  • Loading branch information
ndellingwood committed Nov 8, 2021
1 parent 447ad3d commit f60d058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ struct BsrMatrixSpMVTensorCoreFunctor {
using nvcuda::wmma::mma_sync;
using nvcuda::wmma::store_matrix_sync;

typedef typename AMatrix::ordinal_type Ordinal;

FragA fa;
FragX fx;
FragY fy;
Expand Down

0 comments on commit f60d058

Please sign in to comment.