| 20291eb5 | 02-Mar-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix bugs and simplify MatMultTransposeAdd_SeqAIJCUSPARSE
MatT always uses non-compressed row format on GPU. We should not use cusparsestruct->workVector, which is created for Mat instead of MatT, an
Fix bugs and simplify MatMultTransposeAdd_SeqAIJCUSPARSE
MatT always uses non-compressed row format on GPU. We should not use cusparsestruct->workVector, which is created for Mat instead of MatT, and might be less than A->cmap->n (when Mat has compressed rows)
show more ...
|