| 35e8bcc9 | 26-Feb-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
strumpack: make strumpack use mat->data (instead of mat->spptr) for its special data, have its own mat type name, and also make it device friendly
mat->spptr is used by sequential device matrix type
strumpack: make strumpack use mat->data (instead of mat->spptr) for its special data, have its own mat type name, and also make it device friendly
mat->spptr is used by sequential device matrix types (e.g., matseqaijcusparse), so we should avoid the conflict
show more ...
|