Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx493 PetscInt *jbuf = recvColSorted + FnzDups; in MatMPIAIJKokkosReduceBegin() local
495 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() local
569 PetscInt curColIdx = jbuf[cur]; in MatMPIAIJKokkosReduceBegin()
572 while (cur + dups < nz && jbuf[cur + dups] == curColIdx) dups++; in MatMPIAIJKokkosReduceBegin()
840 PetscInt *jbuf, *Fj; in MatMPIAIJKokkosBcastBegin() local
841 PetscCall(PetscMalloc2(nroots, &jbuf, Fnz, &Fj)); in MatMPIAIJKokkosBcastBegin()
[all …]