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

[Gradient Compression] Add CppCommHook subclass for supporting the C++ API of communication hook. #46566

Closed
wants to merge 12 commits into from

Commits on Oct 19, 2020

  1. [Gradient Compression] Add CppCommHook subclass for supporting the C+…

    …+ API of communication hook.
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    45084ff View commit details
    Browse the repository at this point in the history
  2. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2c487dc View commit details
    Browse the repository at this point in the history
  3. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    69ba4c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4a28856 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    113a7b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ea562bd View commit details
    Browse the repository at this point in the history
  2. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    50351bf View commit details
    Browse the repository at this point in the history
  3. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7b5b7c0 View commit details
    Browse the repository at this point in the history
  4. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    19f27e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    2746501 View commit details
    Browse the repository at this point in the history
  2. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7cc94a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Update on "[Gradient Compression] Add CppCommHook subclass for suppor…

    …ting the C++ API of communication hook."
    
    Only provides an interface. Some built-in implementations will be provided in a follow-up commit.
    
    riginal PR issue: C++ DDP Communication Hook #46348
    
    Differential Revision: [D24379460](https://our.internmc.facebook.com/intern/diff/D24379460/)
    
    [ghstack-poisoned]
    wayi committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c78c03a View commit details
    Browse the repository at this point in the history