| 02fe1965 | 20-Sep-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Make sequential GAMG work with seqaijcusparse matrices.
Note this doesn't require changes to GAMG code, just code that GAMG uses so they can handle the seqaijcusparse subclass of seqaij
Commit-type
Make sequential GAMG work with seqaijcusparse matrices.
Note this doesn't require changes to GAMG code, just code that GAMG uses so they can handle the seqaijcusparse subclass of seqaij
Commit-type: feature Reported-by: Brian Van Straalen <bvstraalen@lbl.gov>
show more ...
|
| 7656d835 | 10-Sep-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATSEQAIJCUSPARSE: specialize MatMultAdd to perform MatMult
the previous MatMult implementation was buggy for compressed row storage the previous MatMultAdd implementation was also buggy for non-com
MATSEQAIJCUSPARSE: specialize MatMultAdd to perform MatMult
the previous MatMult implementation was buggy for compressed row storage the previous MatMultAdd implementation was also buggy for non-compressed row storage
the MatMultTranspose* operations are likely to be buggy since they appear to not cover all of the cases, but just the special cases used in MPIAIJCUSPARSE!
show more ...
|