unresolved external symbol cudnnCreate #3036
-
Hi, I am unable to build dlib example, need help to successfully build it. Here are the steps that i followed: Building & Installing DLIB
Building Example c++ program using DLIB
It seems like something wrong with linking.. need help on this.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Problem get solved by adding cuda library directory to project like in above step 2 (b) i have to include directory, C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\lib\x64 (this is the directory where you can find cusolver.lib) So, if anybody facing the same issue than do this to fix the problem and also note that after compile to run exe you need to copy dll file from cuda bin folder (in my case its, C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin ) |
Beta Was this translation helpful? Give feedback.
Problem get solved by adding cuda library directory to project like in above step 2 (b) i have to include directory, C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\lib\x64 (this is the directory where you can find cusolver.lib)
So, if anybody facing the same issue than do this to fix the problem and also note that after compile to run exe you need to copy dll file from cuda bin folder (in my case its, C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin )