Skip to content

Conversation

@pietern
Copy link
Contributor

@pietern pietern commented Oct 8, 2018

This is the first "new style" collective that doesn't use the pattern
where it is initialized once, holds some state, and is used many times.

The new style is intended for use where collectives can be called at any
time, such that initialization can no longer be amortized because reuse
may no longer apply.

This is the first "new style" collective that doesn't use the pattern
where it is initialized once, holds some state, and is used many times.

The new style is intended for use where collectives can be called at any
time, such that initialization can no longer be amortized because reuse
may no longer apply.
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pietern has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

facebook-github-bot pushed a commit that referenced this pull request Oct 17, 2018
Summary:
Like gather in the previous commit, this is a single function and
doesn't hold on to any state. This implements a ring allgather.

Rebase needed after #136 is merged.
Pull Request resolved: #137

Reviewed By: teng-li

Differential Revision: D10376419

Pulled By: pietern

fbshipit-source-id: bc561bff4c8952531bada14dfe0bc2e9d9c68f78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants