Some basic and advanced 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 (
mkdir build; cd build; cmake ..; make all -j4; make pycaffe -j4
) - Run
ipython3 notebook
and test the examples