"magic_pdf/vscode:/vscode.git/clone" did not exist on "0a3a31dc4ad4ca9e6052c10e7fc0e3c8ca76b445"
Commit 64ad6b25 authored by Facundo Galán's avatar Facundo Galán Committed by Davis E. King
Browse files

Change CUDA version check for cudaSync from 10000 to 10010 (#1704)

parent ae406bf4
......@@ -83,7 +83,7 @@ namespace dlib
{
#if !defined CUDA_VERSION
#error CUDA_VERSION not defined
#elif CUDA_VERSION >= 9020 && CUDA_VERSION <= 10000
#elif CUDA_VERSION >= 9020 && CUDA_VERSION <= 10010
// This should be pretty much the same as cudaStreamSynchronize, which for some
// reason makes training freeze in some cases.
// (see https://github.com/davisking/dlib/issues/1513)
......
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