Paddle whl package build and install CI testing
Created by: typhoonzero
We need to build python whl packages for multiple platforms in order to be compatible for most of the environments that users are using, the platforms including:
- OS: Linux, Mac OS
- Python Version: cp27, cp33
- Python unicode: mu/m
- arch: only x86_64
- GPU: CPU/GPU
The best way is to build all the packages for different platforms and test install them and test the package.
For the GPU version package, there also need some documentation of how to install cuda and cudnn (corresponding version).