Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
766c46b5
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "4844fac91d0750c45fc8b0eb87196ab1be7aa21c"
Commit
766c46b5
authored
Oct 07, 2016
by
elda27
Committed by
Davis E. King
Oct 07, 2016
Browse files
find_cudnn modified for cudnn installed a user directory. (#275)
parent
9635f785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/cmake_utils/test_for_cudnn/find_cudnn.txt
dlib/cmake_utils/test_for_cudnn/find_cudnn.txt
+1
-1
No files found.
dlib/cmake_utils/test_for_cudnn/find_cudnn.txt
View file @
766c46b5
...
...
@@ -11,6 +11,6 @@ get_filename_component(cudnn_hint_path "${CUDA_CUBLAS_LIBRARIES}" PATH)
find_library(cudnn cudnn
HINTS ${cudnn_hint_path} ENV CUDNN_LIBRARY_DIR ENV CUDNN_HOME
PATHS /usr/local /usr/local/cuda ENV LD_LIBRARY_PATH
PATH_SUFFIXES lib64 lib
PATH_SUFFIXES lib64 lib
x64
)
mark_as_advanced(cudnn cudnn_include)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment