Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx150 PetscIntKokkosView rowoffset; member
835 …PetscInt *rowoffset = rowoffset_h.data(); // for each entry (row) indicated in irootl… in MatMPIAIJKokkosBcastBegin() local
836 rowoffset[0] = 0; in MatMPIAIJKokkosBcastBegin()
837 …for (PetscInt i = 0; i < ioffset[niranks]; i++) rowoffset[i + 1] = rowoffset[i] + E_RowLen[irootlo… in MatMPIAIJKokkosBcastBegin()
844 PetscInt *buf = &jbuf[rowoffset[k]]; in MatMPIAIJKokkosBcastBegin()
917 mm->rowoffset = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), rowoffset_h); in MatMPIAIJKokkosBcastBegin()
965 PetscIntKokkosView &rowoffset = mm->rowoffset; in MatMPIAIJKokkosBcastBegin() local
979 PetscInt disp = rowoffset(r); in MatMPIAIJKokkosBcastBegin()