-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support future in ProcessGroupUCC (#9)
Summary: Pull Request resolved: #9 - Add `getFuture` and relevant functions to support proper synchronization on CUDA stream - Remove `SAVE_TENSOR`, use `SAVE_TENSORS` to cover all cases - build and runtime flags to enable/disable this feature - build flag: `-DUSE_UCC_FUTURE` - runtime env. variable: `TORCH_UCC_USE_FUTURE=1` Differential Revision: D29272193 fbshipit-source-id: 68fdd076e0d72069910c4f9ba3149e39bad5bda6
- Loading branch information
1 parent
03064f0
commit d327b1e
Showing
2 changed files
with
104 additions
and
32 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
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