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
b817bc1e
Commit
b817bc1e
authored
Jan 05, 2020
by
Davis King
Browse files
fixed check range to match the comment
parent
5557577c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/cuda/gpu_data.cpp
dlib/cuda/gpu_data.cpp
+1
-1
No files found.
dlib/cuda/gpu_data.cpp
View file @
b817bc1e
...
...
@@ -83,7 +83,7 @@ namespace dlib
{
#if !defined CUDA_VERSION
#error CUDA_VERSION not defined
#elif CUDA_VERSION >= 9020 && CUDA_VERSION <
=
11000
#elif CUDA_VERSION >= 9020 && CUDA_VERSION < 11000
// We will stop using this alternative version with cuda V11, hopefully the bug in
// cudaStreamSynchronize is fixed by then.
//
...
...
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