CUB offers an implementation of sparse matrix-vector multiplication. But so does cuSPARSE. We should investigate whether
If both are the case, we should deprecate cub::DeviceSpmv with a note that users should switch to cuSPARSE and eventually remove it.
CUB offers an implementation of sparse matrix-vector multiplication. But so does cuSPARSE. We should investigate whether
If both are the case, we should deprecate
cub::DeviceSpmvwith a note that users should switch to cuSPARSE and eventually remove it.