Skip to content

v2.1.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@LWisteria LWisteria released this 01 Apr 08:12
· 220 commits to clpy since this release
b65a60f

First release candidate:

  • All core features are supported, excluding depending on CUDA libraries (cuRAND, cuSPARSE, cuSOLVER, thrust, cuDNN)
    • All core tests from CuPy are passed
    • Most of Chainer's examples work with ClPy
  • Multiple devices are supported
    • ChainerMN works with ClPy
  • Performance improvement
    • Kernel does not wait until blocking read/write.
  • pip install . works