mirror of https://github.com/davisking/dlib.git
fixed check range to match the comment
This commit is contained in:
parent
5557577c95
commit
b817bc1ea9
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue