Searched refs:i_local_h (Results 1 – 1 of 1) sorted by relevance
97 Kokkos::View<PetscInt *, HostMirrorMemorySpace> i_local_h; in main() local104 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()