Searched refs:ConstPetscScalarKokkosView (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 60 template PETSC_VISIBILITY_PUBLIC PetscErrorCode VecGetKokkosView(Vec, ConstPetscScalarKokkosView *); 152 ConstPetscScalarKokkosView xv; in VecMin_SeqKokkos() 176 ConstPetscScalarKokkosView xv; in VecMax_SeqKokkos() 200 ConstPetscScalarKokkosView xv; in VecSum_SeqKokkos() 238 ConstPetscScalarKokkosView xv; in VecAXPY_SeqKokkos() 267 ConstPetscScalarKokkosView xv, yv; in VecTDot_SeqKokkos() 291 typedef ConstPetscScalarKokkosView::size_type size_type; 295 ConstPetscScalarKokkosView xv, yv[8]; 297 …ConstPetscScalarKokkosView &xv, ConstPetscScalarKokkosView &yv0, ConstPetscScalarKokkosView &yv1, … in MDotFunctor() 346 ConstPetscScalarKokkosView xv, yv[8]; in VecMultiDot_Private() [all …]
|
| /petsc/src/ksp/pc/impls/vpbjacobi/kokkos/ |
| H A D | vpbjacobi_kok.kokkos.cxx | 75 ConstPetscScalarKokkosView xv; in PCApplyOrTranspose_VPBJacobi_Kokkos() 98 const auto &x1 = ConstPetscScalarKokkosView(xbuf, n); in PCApplyOrTranspose_VPBJacobi_Kokkos()
|
| /petsc/src/ksp/pc/impls/pbjacobi/kokkos/ |
| H A D | pbjacobi_kok.kokkos.cxx | 35 ConstPetscScalarKokkosView xv; in PCApplyOrTranspose_PBJacobi_Kokkos()
|
| /petsc/include/petsc/private/ |
| H A D | kokkosimpl.hpp | 84 using ConstPetscScalarKokkosView = ConstPetscScalarKokkosViewType<DefaultMemorySpace>; typedef
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 389 ConstPetscScalarKokkosView xv; in MatMult_SeqAIJKokkos() 412 ConstPetscScalarKokkosView xv; in MatMultTranspose_SeqAIJKokkos() 442 ConstPetscScalarKokkosView xv; in MatMultHermitianTranspose_SeqAIJKokkos() 471 ConstPetscScalarKokkosView xv; in MatMultAdd_SeqAIJKokkos() 494 ConstPetscScalarKokkosView xv; in MatMultTransposeAdd_SeqAIJKokkos() 525 ConstPetscScalarKokkosView xv; in MatMultHermitianTransposeAdd_SeqAIJKokkos() 1064 ConstPetscScalarKokkosView dv; in MatDiagonalSet_SeqAIJKokkos() 1096 ConstPetscScalarKokkosView lv, rv; in MatDiagonalScale_SeqAIJKokkos() 1787 ConstPetscScalarKokkosView b; in MatSolve_SeqAIJKokkos_Cholesky() 1840 ConstPetscScalarKokkosView b; in MatSolve_SeqAIJKokkos_LU() [all …]
|
| /petsc/src/vec/vec/impls/mpi/kokkos/ |
| H A D | mpikok.kokkos.cxx | 163 ConstPetscScalarKokkosView vv; in VecSetValuesCOO_MPIKokkos() 173 vv = ConstPetscScalarKokkosView(v, vecmpi->coo_n); /* Directly use v[]'s memory */ in VecSetValuesCOO_MPIKokkos()
|