You need to sign in or sign up before continuing.
Commit 465e05f5 authored by Davis King's avatar Davis King
Browse files

Work around bug in older version of nvcc.

parent 71fab625
......@@ -62,6 +62,7 @@ namespace dlib
sub_max_iter = 50000;
inactive_thresh = 20;
max_runtime = std::chrono::hours(24*356*290); // 290 years
}
void set_subproblem_epsilon (
......@@ -417,7 +418,7 @@ namespace dlib
unsigned long inactive_thresh;
std::chrono::nanoseconds max_runtime = std::chrono::hours(24*356*290); // 290 years
std::chrono::nanoseconds max_runtime;
};
}
......
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