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
bf93f4f3
"cacheflow/worker/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "fffa2e1f4b7534d5f86e900838d9a24dfba307c9"
Commit
bf93f4f3
authored
Oct 17, 2015
by
Davis King
Browse files
minor cleanup
parent
c5f320e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+3
-1
No files found.
dlib/CMakeLists.txt
View file @
bf93f4f3
...
@@ -432,6 +432,9 @@ if (NOT TARGET dlib)
...
@@ -432,6 +432,9 @@ if (NOT TARGET dlib)
/usr/local/cuda/lib
/usr/local/cuda/lib
/usr/local/lib
/usr/local/lib
)
)
if
(
cudnn
)
message
(
STATUS
"Found cuDNN: "
${
cudnn
}
)
endif
()
mark_as_advanced
(
cudnn cudnn_include
)
mark_as_advanced
(
cudnn cudnn_include
)
if
(
cudnn
)
if
(
cudnn
)
...
@@ -447,7 +450,6 @@ if (NOT TARGET dlib)
...
@@ -447,7 +450,6 @@ if (NOT TARGET dlib)
if
(
CUDA_FOUND AND cudnn AND cudnn_include AND COMPILER_CAN_DO_CPP_11 AND cuda_test_compile_worked
)
if
(
CUDA_FOUND AND cudnn AND cudnn_include AND COMPILER_CAN_DO_CPP_11 AND cuda_test_compile_worked
)
message
(
STATUS
"Found cuDNN: "
${
cudnn
}
)
set
(
source_files
${
source_files
}
set
(
source_files
${
source_files
}
dnn/cuda_dlib.cu
dnn/cuda_dlib.cu
dnn/cudnn_dlibapi.cpp
dnn/cudnn_dlibapi.cpp
...
...
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