-
Notifications
You must be signed in to change notification settings - Fork 18
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
Path to CuDNN library not exists #4
Comments
Hi, You should replace the entire "${HOME}/usr/local/cuda" with the absolute path where your cudnn is stored. |
Should I be worried about Warnings? 2 GPU CUDA device(s) found -- GPU device exists
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_fwd_conv/CMakeLists.txt:22 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_bwd_conv/CMakeLists.txt:22 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_fwd_pool/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_bwd_pool/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_fwd_lrn/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_bwd_lrn/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_fwd_activation/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_bwd_activation/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_fwd_fc/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_bwd_fc/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_fwd_softmax/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_bwd_softmax/CMakeLists.txt:19 (add_executable):
Some of these libraries may not be found correctly. CMake Warning at benchmarks/test_composed_model/CMakeLists.txt:22 (add_executable):
Some of these libraries may not be found correctly. -- Generating done It would be great if y'all could publish a detailed tutorial. Thanks |
Thank you for your advice! Publishing a tutorial is a good idea. |
'ls /usr/lib/x86_64-linux-gnu | grep cucups-pk-helper-mechanism' gives: icu |
Just like I guessed. In this folder, I saw there are some duplicated cuda related libraries including cudnn installed here. I don't know how you did it, but I would suggest you clean out the cuda related library in /usr/lib/x86_64-linux-gnu and only use the one in /usr/local. I believe this can help you get rid of these warning messages. Nevertheless, if the version of these duplicated cuda libraries is the same, I don't see a problem in the building process. |
Close this issue and please submit another if you encountered another one. Thanks! |
I have the same problem and I get the error 'CUDA Error: an illegal memory access was encountered' could it be related? |
I have a 1060 and a K40 installed. I use Nvidia Digits, and have CuDNN installed.
I changed the setup file to:
CUDNN_PATH=${HOME}/usr/local/cuda
I get the error :
2 GPU CUDA device(s) found
-- GPU device exists
CMake Error at CMakeLists.txt:63 (message):
Path to CuDNN library not exists
-- Configuring incomplete, errors occurred!
See also "/usr/local/DNNMark/build/CMakeFiles/CMakeOutput.log".
How do I resolve this?
/usr/local$ ls | grep cu
Gives me:
cub-1.4.1
cuda
cuda-8.0
cudnn-5.1
cudnn-8.0-linux-x64-v5.1.tgz
The text was updated successfully, but these errors were encountered: