Home
last modified time | relevance | path

Searched refs:VecCreateMPICUPMWithArray (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/vec/impls/mpi/cupm/cuda/
H A Dvecmpicupm.cu167 PetscCall(VecCreateMPICUPMWithArray<DeviceType::CUDA>(comm, bs, n, N, gpuarray, v)); in VecCreateMPICUDAWithArray()
/petsc/src/vec/vec/impls/mpi/cupm/hip/
H A Dvecmpicupm.hip.cxx167 PetscCall(VecCreateMPICUPMWithArray<DeviceType::HIP>(comm, bs, n, N, gpuarray, v)); in VecCreateMPIHIPWithArray()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm.hpp78 inline PetscErrorCode VecCreateMPICUPMWithArray(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N,… in VecCreateMPICUPMWithArray() function