naibaf7 / caffe

Caffe: a fast open framework for deep learning. With OpenCL and CUDA support.
http://caffe.berkeleyvision.org/
Other
85 stars 20 forks source link

Build error of file permission #6

Closed WatorVapor closed 9 years ago

WatorVapor commented 9 years ago

$(CL_KERNELS_SH) has no permission problem.

diff

Copy the OpenCL kernels into C++ char strings

$(CL_KERNELS_CPP) : $(CL_HEADERS) $(CL_KERNELS)

naibaf7 commented 9 years ago

Ok, good! Note that this will be changed soon (or later) anyways, removing the need for the script.

naibaf7 commented 9 years ago

Should be fixed in the latest version.