v1.2.0
This is the release of ChainerMN v1.2.0. The highlighted differences are as follows: compatibility with Chainer v3.3.0 and v4.0.0b3, double buffering feature to overlap communication and computation, and removal of the dependency to Cython.
List of Changes
Features
Enhancement
Bugs
- Fix bugs in DoubleBufferingOptimizer and PureNcclCommunicator (#201)
Document
Tests
- Add Chainer 4.0.0b to Travis (#193)
- Adds test for Chainer 3.3 (#190)
- Fix import in some test cases (#184)
- Fix importing errors in unit tests (#178)