Searched refs:dstdisp_h (Results 1 – 1 of 1) sorted by relevance
347 PetscInt *srcdisp_h, *dstdisp_h; in PetscSFLinkGetDataBegin_NVSHMEM() local368 …dstdisp_h = sf->roffset + sf->ndranks; /* offsets of the local leaf buf. Note dstdisp[0] is not n… in PetscSFLinkGetDataBegin_NVSHMEM()386 …dstdisp_h = bas->ioffset + bas->ndiranks; /* offsets of the local root buf. Note dstdisp[0] is no… in PetscSFLinkGetDataBegin_NVSHMEM()424 size_t nelems = (dstdisp_h[i + 1] - dstdisp_h[i]) * link->unitbytes; in PetscSFLinkGetDataBegin_NVSHMEM()425 …nvshmemx_getmem_nbi_on_stream(dst + (dstdisp_h[i] - dstdisp_h[0]) * link->unitbytes, src + srcdisp… in PetscSFLinkGetDataBegin_NVSHMEM()520 PetscInt *srcdisp_h, *dstdisp_h; in PetscSFLinkPutDataBegin_NVSHMEM() local537 …dstdisp_h = bas->leafbufdisp; /* for my i-th remote leaf rank, I will access its leaf buf at offs… in PetscSFLinkPutDataBegin_NVSHMEM()550 …dstdisp_h = sf->rootbufdisp; /* for my i-th remote root rank, I will access its root buf at offse… in PetscSFLinkPutDataBegin_NVSHMEM()577 …nvshmemx_putmem_nbi_on_stream(dst + dstdisp_h[i] * link->unitbytes, src + (srcdisp_h[i] - srcdisp_… in PetscSFLinkPutDataBegin_NVSHMEM()