-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: D52715647 incorrectly used P2POp in blocking `getPingLatency`/`getPingPongLatency`. P2POp enqueues ops for batch_isend_recv, and need additional call to batch_isend_recv to kick off enqueued ops. Thus, the previous version caused incorrect latency, since we just enqueued but didn't issue. This patch fixes it by using send/recv API. Reviewed By: kingchc Differential Revision: D52721469 fbshipit-source-id: 9fd44654f1fc97729ff9c333257b59938163f259
- Loading branch information
1 parent
2b441ab
commit d4b62fe
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters