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

Fix a bug of point to point with GPU #174

Merged
merged 6 commits into from Dec 21, 2017
Merged

Fix a bug of point to point with GPU #174

merged 6 commits into from Dec 21, 2017

Conversation

shu65
Copy link
Member

@shu65 shu65 commented Dec 21, 2017

No description provided.

@kuenishi kuenishi added the test label Dec 21, 2017
@@ -87,7 +87,12 @@ def send(self, obj, dest, tag):
'chainermn.communicators.CommunicatorBase.send')

msgtype = _MessageType(obj)
self.mpi_comm.send(msgtype, dest=dest, tag=tag)
"""We use ssend instead of send to pass unittest.
If we not use it, a error occurs in
Copy link
Member

Choose a reason for hiding this comment

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

We use ssend() instead of send to pass unittests. If we don't use it, an error occurs in

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you for your comment. I will fix it.

@keisukefukuda keisukefukuda merged commit aac2302 into master Dec 21, 2017
@kuenishi kuenishi added this to the v1.1.0 milestone Dec 22, 2017
@kuenishi kuenishi deleted the fix_bug branch December 22, 2017 01:15
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.

None yet

3 participants