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

[c10d] Increment sequence numbers on collectives. #55718

Closed
wants to merge 11 commits into from

Commits on Apr 9, 2021

  1. [c10d] Increment sequence numbers on collectives.

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 9, 2021
    Copy the full SHA
    f48b583 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 17, 2021
    Copy the full SHA
    ce8f851 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 19, 2021
    Copy the full SHA
    06dd74e View commit details
    Browse the repository at this point in the history
  2. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 19, 2021
    Copy the full SHA
    32a5801 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 20, 2021
    Copy the full SHA
    68c70de View commit details
    Browse the repository at this point in the history
  2. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 20, 2021
    Copy the full SHA
    916e0d6 View commit details
    Browse the repository at this point in the history
  3. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 20, 2021
    Copy the full SHA
    6bc1822 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 21, 2021
    Copy the full SHA
    ef711ca View commit details
    Browse the repository at this point in the history
  2. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 21, 2021
    Copy the full SHA
    8288fd5 View commit details
    Browse the repository at this point in the history
  3. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 21, 2021
    Copy the full SHA
    af27c65 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Update on "[c10d] Increment sequence numbers on collectives."

    Increments sequence numbers when ProcessGroupGloo::enqueue or
    ProcessGroupNCCL::collective is run, which is a common call all collectives
    make. The next step will be to log these along with other collective info in
    debug mode as well as integrating them with the process group wrapper.
    
    Differential Revision: [D27690690](https://our.internmc.facebook.com/intern/diff/D27690690/)
    
    [ghstack-poisoned]
    rohan-varma committed Apr 22, 2021
    Copy the full SHA
    5a61cfb View commit details
    Browse the repository at this point in the history