Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance new_group doc to mention using NCCL concurrently. #48872

Closed

Commits on Dec 5, 2020

  1. Enhance new_group doc to mention using NCCL concurrently.

    Using NCCL communicators concurrently is not safe and this is
    documented in NCCL docs.
    
    However, this is not documented in PyTorch and we should add documentation for
    ProcessGroupNCCL so that users are aware of this limitation.
    
    Differential Revision: [D25351778](https://our.internmc.facebook.com/intern/diff/D25351778/)
    
    [ghstack-poisoned]
    pritamdamania committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    81b6898 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Update on "Enhance new_group doc to mention using NCCL concurrently."

    Using NCCL communicators concurrently is not safe and this is
    documented in NCCL docs.
    
    However, this is not documented in PyTorch and we should add documentation for
    ProcessGroupNCCL so that users are aware of this limitation.
    
    Differential Revision: [D25351778](https://our.internmc.facebook.com/intern/diff/D25351778/)
    
    [ghstack-poisoned]
    pritamdamania committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    50bdd72 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Update on "Enhance new_group doc to mention using NCCL concurrently."

    Using NCCL communicators concurrently is not safe and this is
    documented in NCCL docs.
    
    However, this is not documented in PyTorch and we should add documentation for
    ProcessGroupNCCL so that users are aware of this limitation.
    
    Differential Revision: [D25351778](https://our.internmc.facebook.com/intern/diff/D25351778/)
    
    [ghstack-poisoned]
    pritamdamania committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    411ba6d View commit details
    Browse the repository at this point in the history