Home
last modified time | relevance | path

Searched refs:VecCreateMPIHIPWithArrays (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/vec/impls/mpi/cupm/hip/
H A Dvecmpicupm.hip.cxx130 PetscErrorCode VecCreateMPIHIPWithArrays(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, const … in VecCreateMPIHIPWithArrays() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi46 …PetscErrorCode VecCreateMPIHIPWithArrays(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscScalar[], Pe…
H A DVec.pyx455 petsc.VecCreateSeqHIPWithArrays, petsc.VecCreateMPIHIPWithArrays
479 CHKERR(VecCreateMPIHIPWithArrays(ccomm, bs, n, N, sa, gpuarray, &newvec))
/petsc/include/
H A Dpetscvec.h978 VEC_HIP__DECL_OR_STUB(PetscErrorCode VecCreateMPIHIPWithArrays(MPI_Comm a, PetscInt b, PetscInt c, …
/petsc/src/vec/vec/interface/
H A Drvector.c1645 … PetscCall(VecCreateMPIHIPWithArrays(PetscObjectComm((PetscObject)X), bs, n, N, x, x_d, &Z)); in VecGetSubVector()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c3403 …if (size > 1) PetscCall(VecCreateMPIHIPWithArrays(PetscObjectComm((PetscObject)A), A->rmap->bs, A-… in MatDenseCreateColumnVec_Private()