Home
last modified time | relevance | path

Searched refs:VecCreateMPIHIPWithArray (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/vec/impls/mpi/cupm/hip/
H A Dvecmpicupm.hip.cxx164 PetscErrorCode VecCreateMPIHIPWithArray(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, const P… in VecCreateMPIHIPWithArray() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi215 …PetscErrorCode VecCreateMPIHIPWithArray(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscScalar*…
H A DVec.pyx625 … CHKERR(VecCreateMPIHIPWithArray(ccomm, bs, n, N, <PetscScalar*>(ptr.dl_tensor.data), &newvec))
/petsc/include/
H A Dpetscvec.h975 VEC_HIP__DECL_OR_STUB(PetscErrorCode VecCreateMPIHIPWithArray(MPI_Comm a, PetscInt b, PetscInt c, P…
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c1291 …else if (PetscMemTypeHIP(mtype)) PetscCall(VecCreateMPIHIPWithArray(PetscObjectComm((PetscObject)j… in PCApply_FieldSplit_Schur()