Searched refs:endRemoteComm (Results 1 – 2 of 2) sorted by relevance
238 PetscCallCUDA(cudaEventRecord(link->endRemoteComm, link->remoteCommStream)); in PetscSFLinkBuildDependenceEnd()239 PetscCallCUDA(cudaStreamWaitEvent(link->stream, link->endRemoteComm, 0)); in PetscSFLinkBuildDependenceEnd()674 PetscCallCUDA(cudaEventDestroy(link->endRemoteComm)); in PetscSFLinkDestroy_NVSHMEM()765 PetscCallCUDA(cudaEventCreateWithFlags(&link->endRemoteComm, cudaEventDisableTiming)); in PetscSFLinkCreate_NVSHMEM()
201 cupmEvent_t endRemoteComm; /* Events to mark end of local/remote communication */ member