Searched refs:Foi_h (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 475 MatRowMapKokkosViewHost Fdi_h(NoInit("Fdi_h"), Fm + 1), Foi_h(NoInit("Foi_h"), Fm + 1); in MatMPIAIJKokkosReduceBegin() local 481 Kokkos::deep_copy(Foi_h, 0); in MatMPIAIJKokkosReduceBegin() 483 Foi = Foi_h.data() + 1; in MatMPIAIJKokkosReduceBegin() 530 Foi = Foi_h.data(); in MatMPIAIJKokkosReduceBegin() 614 MatRowMapKokkosView Foi_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Foi_h); in MatMPIAIJKokkosReduceBegin() 861 …MatRowMapKokkosViewHost Fdi_h(NoInit("Fdi_h"), Fm + 1), Foi_h(NoInit("Foi_h"), Fm + 1); // row poi… in MatMPIAIJKokkosBcastBegin() local 863 MatRowMapType *Fdi = Fdi_h.data(), *Foi = Foi_h.data(); in MatMPIAIJKokkosBcastBegin() 927 MatRowMapKokkosView Foi_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Foi_h); in MatMPIAIJKokkosBcastBegin()
|