| 2c55c4cc | 13-Aug-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix compile warning
src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu: In function ‘PetscErrorCode MatGetCurrentMemType_SeqAIJCUSPARSE(Mat, PetscMemType*)’: src/mat/impls/aij/seq/seqcusparse/aijcuspa
Fix compile warning
src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu: In function ‘PetscErrorCode MatGetCurrentMemType_SeqAIJCUSPARSE(Mat, PetscMemType*)’: src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu:3979:63: error: unused parameter ‘A’ [-Werror=unused-parameter] 3979 | static PetscErrorCode MatGetCurrentMemType_SeqAIJCUSPARSE(Mat A, PetscMemType *m) | ~~~~^
show more ...
|
| d1c799ff | 07-Jul-2025 |
Junchao Zhang <jczhang@anl.gov> |
aijkokkos: fix a bug, in MatAssemblyEnd_SeqAIJKokkos, before deleting aijkok, need to preserve a,i,j on host |