Home
last modified time | relevance | path

Searched refs:dev_ij (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx47 PetscBool dev_ij = PETSC_FALSE; in MatSetPreallocationCOO_MPIAIJHIPSPARSE() local
66 dev_ij = PETSC_TRUE; in MatSetPreallocationCOO_MPIAIJHIPSPARSE()
76 if (dev_ij) PetscCall(PetscFree2(i, j)); in MatSetPreallocationCOO_MPIAIJHIPSPARSE()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu47 PetscBool dev_ij = PETSC_FALSE; in MatSetPreallocationCOO_MPIAIJCUSPARSE() local
66 dev_ij = PETSC_TRUE; in MatSetPreallocationCOO_MPIAIJCUSPARSE()
76 if (dev_ij) PetscCall(PetscFree2(i, j)); in MatSetPreallocationCOO_MPIAIJCUSPARSE()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3732 PetscBool dev_ij = PETSC_FALSE; in MatSetPreallocationCOO_SeqAIJHIPSPARSE() local
3741 dev_ij = PETSC_TRUE; in MatSetPreallocationCOO_SeqAIJHIPSPARSE()
3750 if (dev_ij) PetscCall(PetscFree2(i, j)); in MatSetPreallocationCOO_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4374 PetscBool dev_ij = PETSC_FALSE; in MatSetPreallocationCOO_SeqAIJCUSPARSE() local
4383 dev_ij = PETSC_TRUE; in MatSetPreallocationCOO_SeqAIJCUSPARSE()
4393 if (dev_ij) PetscCall(PetscFree2(i, j)); in MatSetPreallocationCOO_SeqAIJCUSPARSE()