Commit b817bc1e authored by Davis King's avatar Davis King
Browse files

fixed check range to match the comment

parent 5557577c
...@@ -83,7 +83,7 @@ namespace dlib ...@@ -83,7 +83,7 @@ namespace dlib
{ {
#if !defined CUDA_VERSION #if !defined CUDA_VERSION
#error CUDA_VERSION not defined #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 // We will stop using this alternative version with cuda V11, hopefully the bug in
// cudaStreamSynchronize is fixed by then. // cudaStreamSynchronize is fixed by then.
// //
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment