Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 388 Bytes

opencl_caffe_examples

Some easy OpenCL Caffe examples for starters

Configuration

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