Skip to content

Commit 4aa4123

Browse files
committed
Add cudnn v5 path in CMAKE
1 parent 699da5b commit 4aa4123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/cudnn.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ list(APPEND CUDNN_CHECK_LIBRARY_DIRS
1111
${CUDNN_ROOT}
1212
${CUDNN_ROOT}/lib64
1313
${CUDNN_ROOT}/lib
14+
${CUDNN_ROOT}/lib/x86_64-linux-gnu
1415
$ENV{CUDNN_ROOT}
1516
$ENV{CUDNN_ROOT}/lib64
1617
$ENV{CUDNN_ROOT}/lib

0 commit comments

Comments
 (0)