Searched refs:Fdi_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 480 Kokkos::deep_copy(Fdi_h, 0); // zero, as we will do 'val++' on them in MatMPIAIJKokkosReduceBegin() 482 Fdi = Fdi_h.data() + 1; // +1 for easy indexing in code below in MatMPIAIJKokkosReduceBegin() 529 Fdi = Fdi_h.data(); // restore Fdi, Foi and make them CSR in MatMPIAIJKokkosReduceBegin() 611 MatRowMapKokkosView Fdi_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Fdi_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() 925 MatRowMapKokkosView Fdi_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), Fdi_h); in MatMPIAIJKokkosBcastBegin()
|