Searched refs:VecCreateMPIHIPWithArrays (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/vec/impls/mpi/cupm/hip/ |
| H A D | vecmpicupm.hip.cxx | 130 PetscErrorCode VecCreateMPIHIPWithArrays(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, const … in VecCreateMPIHIPWithArrays() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 46 …PetscErrorCode VecCreateMPIHIPWithArrays(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscScalar[], Pe…
|
| H A D | Vec.pyx | 455 petsc.VecCreateSeqHIPWithArrays, petsc.VecCreateMPIHIPWithArrays 479 CHKERR(VecCreateMPIHIPWithArrays(ccomm, bs, n, N, sa, gpuarray, &newvec))
|
| /petsc/include/ |
| H A D | petscvec.h | 978 VEC_HIP__DECL_OR_STUB(PetscErrorCode VecCreateMPIHIPWithArrays(MPI_Comm a, PetscInt b, PetscInt c, …
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 1645 … PetscCall(VecCreateMPIHIPWithArrays(PetscObjectComm((PetscObject)X), bs, n, N, x, x_d, &Z)); in VecGetSubVector()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 3403 …if (size > 1) PetscCall(VecCreateMPIHIPWithArrays(PetscObjectComm((PetscObject)A), A->rmap->bs, A-… in MatDenseCreateColumnVec_Private()
|