Searched refs:jbuf (Results 1 – 1 of 1) sorted by relevance
493 PetscInt *jbuf = recvColSorted + FnzDups; in MatMPIAIJKokkosReduceBegin() local495 PetscInt *jbuf2 = jbuf; // temp pointers in MatMPIAIJKokkosReduceBegin()506 …PetscCall(PetscIntSortSemiOrderedWithArray(nz, jbuf, pbuf)); // It could be improved with k-way me… in MatMPIAIJKokkosReduceBegin()511 PetscInt curColIdx = jbuf[cur]; in MatMPIAIJKokkosReduceBegin()514 while (cur + dups < nz && jbuf[cur + dups] == curColIdx) dups++; in MatMPIAIJKokkosReduceBegin()565 PetscInt *jbuf = recvColSorted + FnzDups; in MatMPIAIJKokkosReduceBegin() local569 PetscInt curColIdx = jbuf[cur]; in MatMPIAIJKokkosReduceBegin()572 while (cur + dups < nz && jbuf[cur + dups] == curColIdx) dups++; in MatMPIAIJKokkosReduceBegin()840 PetscInt *jbuf, *Fj; in MatMPIAIJKokkosBcastBegin() local841 PetscCall(PetscMalloc2(nroots, &jbuf, Fnz, &Fj)); in MatMPIAIJKokkosBcastBegin()[all …]