| 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 |
| a3156c1c | 10-Jul-2025 |
Junchao Zhang <jczhang@anl.gov> |
mpiaij: fix a bug, using MatCreateMPIAIJWithSeqAIJ with garray=NULL and device matrix types caused stale device copy of the off-diag matrix B
E.g., B's size on device might mismatch with what on ho
mpiaij: fix a bug, using MatCreateMPIAIJWithSeqAIJ with garray=NULL and device matrix types caused stale device copy of the off-diag matrix B
E.g., B's size on device might mismatch with what on host, leading to errors
[0]PETSC ERROR: Error in external library [0]PETSC ERROR: KokkosSparse::spmv: Dimensions do not match: , A: 5 x 12, x: 6 x 1, y: 5 x 1 [0]PETSC ERROR: #1 MatMultAdd_SeqAIJKokkos() at /scratch/jczhang/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx:462
show more ...
|