Home
last modified time | relevance | path

Searched refs:VecRestoreKokkosView (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx67 PETSC_VISIBILITY_PUBLIC PetscErrorCode VecRestoreKokkosView(Vec v, PetscScalarKokkosView *kv) in VecRestoreKokkosView() function
90 PETSC_VISIBILITY_PUBLIC PetscErrorCode VecRestoreKokkosView(Vec v, PetscScalarKokkosViewHost *kv) in VecRestoreKokkosView() function
128 PetscCall(VecRestoreKokkosView(xin, &xv)); in VecAbs_SeqKokkos()
145 PetscCall(VecRestoreKokkosView(xin, &xv)); in VecReciprocal_SeqKokkos()
169 PetscCall(VecRestoreKokkosView(xin, &xv)); in VecMin_SeqKokkos()
193 PetscCall(VecRestoreKokkosView(xin, &xv)); in VecMax_SeqKokkos()
206 PetscCall(VecRestoreKokkosView(xin, &xv)); in VecSum_SeqKokkos()
218 … KOKKOS_LAMBDA(const PetscInt &i) { xv(i) += shift; }); PetscCall(VecRestoreKokkosView(xin, &xv))); in VecShift_SeqKokkos()
244 PetscCall(VecRestoreKokkosView(xin, &xv)); in VecAXPY_SeqKokkos()
245 PetscCall(VecRestoreKokkosView(yin, &yv)); in VecAXPY_SeqKokkos()
[all …]
/petsc/include/
H A Dpetscvec_kokkos.hpp81 PetscErrorCode VecRestoreKokkosView(Vec, Kokkos::View<const PetscScalar *, MemorySpace> *) in VecRestoreKokkosView() function
86 PetscErrorCode VecRestoreKokkosView(Vec, Kokkos::View<PetscScalar *, MemorySpace> *);
/petsc/src/dm/impls/da/kokkos/
H A Ddagetov.kokkos.cxx56 else PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private()
87 PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetView()
122 else PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private()
153 PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetView()
187 else PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private()
218 PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetView()
393 else PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private()
424 PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF()
458 else PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private()
489 PetscCall(VecRestoreKokkosView(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF()
[all …]
/petsc/src/ksp/pc/impls/pbjacobi/kokkos/
H A Dpbjacobi_kok.kokkos.cxx65 PetscCall(VecRestoreKokkosView(x, &xv)); in PCApplyOrTranspose_PBJacobi_Kokkos()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx399 PetscCall(VecRestoreKokkosView(xx, &xv)); in MatMult_SeqAIJKokkos()
430 PetscCall(VecRestoreKokkosView(xx, &xv)); in MatMultTranspose_SeqAIJKokkos()
460 PetscCall(VecRestoreKokkosView(xx, &xv)); in MatMultHermitianTranspose_SeqAIJKokkos()
482 PetscCall(VecRestoreKokkosView(xx, &xv)); in MatMultAdd_SeqAIJKokkos()
483 PetscCall(VecRestoreKokkosView(zz, &zv)); in MatMultAdd_SeqAIJKokkos()
513 PetscCall(VecRestoreKokkosView(xx, &xv)); in MatMultTransposeAdd_SeqAIJKokkos()
514 PetscCall(VecRestoreKokkosView(zz, &zv)); in MatMultTransposeAdd_SeqAIJKokkos()
544 PetscCall(VecRestoreKokkosView(xx, &xv)); in MatMultHermitianTransposeAdd_SeqAIJKokkos()
545 PetscCall(VecRestoreKokkosView(zz, &zv)); in MatMultHermitianTransposeAdd_SeqAIJKokkos()
1082 PetscCall(VecRestoreKokkosView(D, &dv)); in MatDiagonalSet_SeqAIJKokkos()
[all …]
/petsc/src/ksp/pc/impls/vpbjacobi/kokkos/
H A Dvpbjacobi_kok.kokkos.cxx127 PetscCall(VecRestoreKokkosView(x, &xv)); in PCApplyOrTranspose_VPBJacobi_Kokkos()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx199 else PetscCall(VecRestoreKokkosView(x, &xv)); in VecSetValuesCOO_MPIKokkos()