Home
last modified time | relevance | path

Searched refs:PetscGetMemType (Results 1 – 14 of 14) sorted by relevance

/petsc/src/sys/objects/device/util/
H A Dmemory.c28 PetscErrorCode PetscGetMemType(const void *ptr, PetscMemType *type) in PetscGetMemType() function
/petsc/include/
H A Dpetscdevice.h33 PETSC_EXTERN PetscErrorCode PetscGetMemType(const void *, PetscMemType *);
/petsc/src/vec/is/sf/interface/
H A Dsf.c1495 PetscCall(PetscGetMemType(rootdata, &rootmtype)); in PetscSFBcastBegin()
1496 PetscCall(PetscGetMemType(leafdata, &leafmtype)); in PetscSFBcastBegin()
1593 PetscCall(PetscGetMemType(rootdata, &rootmtype)); in PetscSFReduceBegin()
1594 PetscCall(PetscGetMemType(leafdata, &leafmtype)); in PetscSFReduceBegin()
1693 PetscCall(PetscGetMemType(rootdata, &rootmtype)); in PetscSFFetchAndOpBegin()
1694 PetscCall(PetscGetMemType(leafdata, &leafmtype)); in PetscSFFetchAndOpBegin()
1695 PetscCall(PetscGetMemType(leafupdate, &leafupdatemtype)); in PetscSFFetchAndOpBegin()
2295 PetscCall(PetscGetMemType(rootdata, &rootmtype)); in PetscSFBcastToZero_Private()
2296 PetscCall(PetscGetMemType(leafdata, &leafmtype)); in PetscSFBcastToZero_Private()
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx64 PetscCall(PetscGetMemType(coo_i, &mtype)); in MatSetPreallocationCOO_MPIAIJHIPSPARSE()
191 PetscCall(PetscGetMemType(v, &memtype)); in MatSetValuesCOO_MPIAIJHIPSPARSE()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu64 PetscCall(PetscGetMemType(coo_i, &mtype)); in MatSetPreallocationCOO_MPIAIJCUSPARSE()
191 PetscCall(PetscGetMemType(v, &memtype)); in MatSetValuesCOO_MPIAIJCUSPARSE()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp326 PetscCall(PetscGetMemType(v, &v_memtype)); in SetValuesCOO()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx169 PetscCall(PetscGetMemType(v, &memtype)); in VecSetValuesCOO_MPIKokkos()
/petsc/src/vec/vec/interface/
H A Dvector.c296 PetscCall(PetscGetMemType(coo_v, &mtype)); in VecSetValuesCOO()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1587 PetscCall(PetscGetMemType(v, &memtype)); in VecSetValuesCOO_SeqKokkos()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx1611 PetscCall(PetscGetMemType(v, &memtype)); /* Return PETSC_MEMTYPE_HOST when v is NULL */ in MatSetValuesCOO_MPIAIJKokkos()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp2256 PetscCall(PetscGetMemType(v, &memtype)); in SetValuesCOO()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1410 PetscCall(PetscGetMemType(v, &memtype)); in MatSetValuesCOO_SeqAIJKokkos()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3739 PetscCall(PetscGetMemType(coo_i, &mtype)); in MatSetPreallocationCOO_SeqAIJHIPSPARSE()
3798 PetscCall(PetscGetMemType(v, &memtype)); in MatSetValuesCOO_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4381 PetscCall(PetscGetMemType(coo_i, &mtype)); in MatSetPreallocationCOO_SeqAIJCUSPARSE()
4441 PetscCall(PetscGetMemType(v, &memtype)); in MatSetValuesCOO_SeqAIJCUSPARSE()