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

Support all-to-all #135

Merged
merged 11 commits into from
Dec 8, 2017
Merged

Support all-to-all #135

merged 11 commits into from
Dec 8, 2017

Conversation

levelfour
Copy link
Contributor

@levelfour levelfour commented Nov 9, 2017

Overview

This P/R adds an advanced model-parallel interface chainermn.functions.all_to_all, which enables forward/backward all-to-all computation.

Note

Unlike chainermn.functions.recv, this interface does not need delegate_variable since it has input variables.
If you would like to define a complicated model which has multiple independent computational components on one process, you can link the former component to the inputs of all_to_all by chainermn.functions.pseudo_connect.

@levelfour levelfour changed the title [WIP] All-to-all Chainer function Support all-to-all Nov 16, 2017
@keisukefukuda keisukefukuda merged commit a832e72 into chainer:master Dec 8, 2017
@iwiwi iwiwi added this to the v1.1.0 milestone Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants