amd / OpenCL-caffe

This is a Experimental version of OpenCL by AMD Research, we now recommend you to use The official BVLC Caffe OpenCL branch is over at Caffe branch now at https://github.com/BVLC/caffe/tree/opencl
Other
517 stars 152 forks source link

PR to compare original caffe branch (master) with OpenCL port branch (dev) #9

Open gujunli opened 9 years ago

gujunli commented 9 years ago

This to help make clear which part of the code has been modified by OpenCL port.

etienne87 commented 9 years ago

Hello! I can't find the conv_layer.cl, is it called a different way?

kuke commented 9 years ago

Hi, @etienne87 there is no file named conv_layer.cl, the kernels used in conv_layer (im2col/col2im) can be found in im2col.cl instead.