Searched refs:rowoffset (Results 1 – 1 of 1) sorted by relevance
150 PetscIntKokkosView rowoffset; member835 …PetscInt *rowoffset = rowoffset_h.data(); // for each entry (row) indicated in irootl… in MatMPIAIJKokkosBcastBegin() local836 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() local979 PetscInt disp = rowoffset(r); in MatMPIAIJKokkosBcastBegin()