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