Home
last modified time | relevance | path

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

/petsc/src/mat/tests/ !
H A Dex302k.kokkos.cxx97 Kokkos::View<PetscInt *, HostMirrorMemorySpace> i_local_h; in main() local
104 PetscCallCXX(i_local_h = Kokkos::View<PetscInt *, HostMirrorMemorySpace>(di, m + 1)); in main()
113 PetscCallCXX(Kokkos::deep_copy(i_local_d, i_local_h)); in main()