Releases: fixstars/clpy
Releases · fixstars/clpy
v2.1.0rc1
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
v2.1.0beta1
Second beta version:
- OpenCL version is checked
- Full Resnet50 and GoogleNetBN are supported for Chainer's ImageNet training example
- Faster tensordot by CLBlast
- ...and other many tests are passed
v2.1.0beta0
First beta version:
- Useful OpenCL C kernel generator Ultima supports more user defined custom kernels
- You don't need patch to run chainer's examples.
- OpenCL wrapper is automatically generated from cl.h in the installed system
- Chainer's ImageNet example works
- Modified
import cupy
aliasing mechanism
See all issues list for more detailed.
v2.1.0alpha
Alpha version based on CuPy v2.1.0