Searched refs:VecRestoreKokkosViewWrite (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/ |
| H A D | petscvec_kokkos.hpp | 144 PetscErrorCode VecRestoreKokkosViewWrite(Vec, Kokkos::View<PetscScalar *, MemorySpace> *);
|
| /petsc/src/dm/impls/da/kokkos/ |
| H A D | dagetov.kokkos.cxx | 55 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private() 121 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private() 186 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private() 392 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private() 457 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private() 522 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private()
|
| /petsc/src/ksp/pc/impls/pbjacobi/kokkos/ |
| H A D | pbjacobi_kok.kokkos.cxx | 66 PetscCall(VecRestoreKokkosViewWrite(y, &yv)); in PCApplyOrTranspose_PBJacobi_Kokkos()
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 77 PETSC_VISIBILITY_PUBLIC PetscErrorCode VecRestoreKokkosViewWrite(Vec v, PetscScalarKokkosView *kv) in VecRestoreKokkosViewWrite() function 100 PETSC_VISIBILITY_PUBLIC PetscErrorCode VecRestoreKokkosViewWrite(Vec v, PetscScalarKokkosViewHost *… in VecRestoreKokkosViewWrite() function 625 PetscCall(VecRestoreKokkosViewWrite(xin, &xv)); in VecSet_SeqKokkos() 746 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecWAXPY_SeqKokkos() 987 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseMult_SeqKokkos() 998 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseMult_SeqKokkos() 1029 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseDivide_SeqKokkos() 1044 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseDivide_SeqKokkos() 1604 if (imode == INSERT_VALUES) PetscCall(VecRestoreKokkosViewWrite(x, &xv)); in VecSetValuesCOO_SeqKokkos()
|
| /petsc/src/ksp/pc/impls/vpbjacobi/kokkos/ |
| H A D | vpbjacobi_kok.kokkos.cxx | 128 PetscCall(VecRestoreKokkosViewWrite(y, &yv)); in PCApplyOrTranspose_VPBJacobi_Kokkos()
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 400 PetscCall(VecRestoreKokkosViewWrite(yy, &yv)); in MatMult_SeqAIJKokkos() 431 PetscCall(VecRestoreKokkosViewWrite(yy, &yv)); in MatMultTranspose_SeqAIJKokkos() 461 PetscCall(VecRestoreKokkosViewWrite(yy, &yv)); in MatMultHermitianTranspose_SeqAIJKokkos() 1172 PetscCall(VecRestoreKokkosViewWrite(x, &xv)); in MatGetDiagonal_SeqAIJKokkos() 1826 PetscCall(VecRestoreKokkosViewWrite(xx, &x)); in MatSolve_SeqAIJKokkos_Cholesky() 1876 PetscCall(VecRestoreKokkosViewWrite(xx, &x)); in MatSolve_SeqAIJKokkos_LU() 1927 PetscCall(VecRestoreKokkosViewWrite(xx, &x)); in MatSolveTranspose_SeqAIJKokkos_LU()
|
| /petsc/src/vec/vec/impls/mpi/kokkos/ |
| H A D | mpikok.kokkos.cxx | 198 if (imode == INSERT_VALUES) PetscCall(VecRestoreKokkosViewWrite(x, &xv)); in VecSetValuesCOO_MPIKokkos()
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 28 PetscCall(VecRestoreKokkosViewWrite(mpiaij->lvec, &v)); in MatAssemblyEnd_MPIAIJKokkos()
|