Skip to content
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

cmake errors #6

Open
wenwei202 opened this issue May 10, 2017 · 1 comment
Open

cmake errors #6

wenwei202 opened this issue May 10, 2017 · 1 comment

Comments

@wenwei202
Copy link
Owner

wenwei202 commented May 10, 2017

Currently cmake is not supported. Please copy Makefile.config.example and make all at this stage.

cp Makefile.config.example Makefile.config
# Adjust Makefile.config (for example, if using Anaconda Python, or if cuDNN is desired)
make all

Trying to open this issue to merge what I did in Makefile and Makefile.config.example to cmake.

See commits by @wenwei202 on
https://github.com/wenwei202/caffe/commits/scnn/Makefile
https://github.com/wenwei202/caffe/commits/scnn/Makefile.config.example

@wenston2006
Copy link

Open the file "caffe\cmake\Cuda.cmake", add ${CUDA_cusparse_LIBRARY} into the line "list(APPEND Caffe_LINKER_LIBS ${CUDA_CUDART_LIBRARY}
${CUDA_curand_LIBRARY} ${CUDA_CUBLAS_LIBRARIES})"; and then the problem could be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants