Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex60.c27 PetscCall(VecCreateSeqCUDAWithArray(PETSC_COMM_SELF, bs, n, NULL, &x1)); in main()
28 PetscCall(VecCreateSeqCUDAWithArray(PETSC_COMM_SELF, bs, n, NULL, &x2)); in main()
29 PetscCall(VecCreateSeqCUDAWithArray(PETSC_COMM_SELF, bs, n, NULL, &x3)); in main()
/petsc/src/vec/vec/impls/seq/cupm/cuda/
H A Dvecseqcupm.cu146 PetscErrorCode VecCreateSeqCUDAWithArray(MPI_Comm comm, PetscInt bs, PetscInt n, const PetscScalar … in VecCreateSeqCUDAWithArray() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi212 …PetscErrorCode VecCreateSeqCUDAWithArray(MPI_Comm, PetscInt, PetscInt, const PetscScalar*, PetscVe…
H A DVec.pyx613 … CHKERR(VecCreateSeqCUDAWithArray(ccomm, bs, N, <PetscScalar*>(ptr.dl_tensor.data), &newvec))
/petsc/include/
H A Dpetscvec.h965 VEC_CUDA_DECL_OR_STUB(PetscErrorCode VecCreateSeqCUDAWithArray(MPI_Comm a, PetscInt b, PetscInt c, …