-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing logging.cpp #3
Comments
in the script build.sh change ./scripts/build_caffe_cpu.sh to ./scripts/build_caffe_opencl.sh |
thanks for reply. After I change script, it shows that
I download ViennaCL form http://viennacl.sourceforge.net/viennacl-download.html
Should the VIENNACL_ROOT in your script be changed to /build? |
Hi, I follow the build.sh. At the last step ("./scripts/build_caffe.sh" ), there isn't cmakelist.txt in caffe-cpu.
I think that maybe I can copy all file in caffe-opencl to caffe-cpu, then run build_caffe.sh again.
But it shows that
I can only find logging.cpp at ./boost/boost_1_56_0/libs/exception/example/logging.cpp, but seems this is not the file.
Where do I make the mistake? thanks.
The text was updated successfully, but these errors were encountered: