Skip to content

Commit

Permalink
Update KokkosSparse_spmv_bsrmatrix_impl.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kelley committed Aug 23, 2023
1 parent d778d81 commit 8b38ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ struct BsrMatrixSpMVTensorCoreDispatcher {
"Tensor core SpMV is only supported for non-complex types in GPU "
"execution spaces");
}
// tag will be false unless all conditions are met
static void dispatch(const execution_space &exec, YScalar alpha, AMatrix a,
XMatrix x, YScalar beta, YMatrix y) {
// tag will be false unless all conditions are met
Expand Down

0 comments on commit 8b38ced

Please sign in to comment.