Some easy OpenCL Caffe examples for starters
- Clone this repository:
git clone git@github.com:naibaf7/opencl_caffe_examples.git
- Clone OpenCL Caffe next to this repository:
git clone -b opencl git@github.com:BVLC/caffe.git
- Configure and compile Caffe (
make all -j4; make pycaffe -j4
) - Run
ipython2 notebook
and test the examples