Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/ !
H A Dex60.c39 PetscCall(VecCreateSeqHIPWithArray(PETSC_COMM_SELF, bs, n, NULL, &x1)); in main()
40 PetscCall(VecCreateSeqHIPWithArray(PETSC_COMM_SELF, bs, n, NULL, &x2)); in main()
41 PetscCall(VecCreateSeqHIPWithArray(PETSC_COMM_SELF, bs, n, NULL, &x3)); in main()
/petsc/src/vec/vec/impls/seq/cupm/hip/ !
H A Dvecseqcupm.hip.cxx146 PetscErrorCode VecCreateSeqHIPWithArray(MPI_Comm comm, PetscInt bs, PetscInt n, const PetscScalar g… in VecCreateSeqHIPWithArray() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscvec.pxi214 …PetscErrorCode VecCreateSeqHIPWithArray(MPI_Comm, PetscInt, PetscInt, const PetscScalar*, PetscVec…
H A DVec.pyx623 … CHKERR(VecCreateSeqHIPWithArray(ccomm, bs, N, <PetscScalar*>(ptr.dl_tensor.data), &newvec))
/petsc/include/ !
H A Dpetscvec.h966 VEC_HIP__DECL_OR_STUB(PetscErrorCode VecCreateSeqHIPWithArray(MPI_Comm a, PetscInt b, PetscInt c, c…