Commit 360dd17a authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

Change default verification method to CPU.

GPU verification takes too much time to complete on the emulator.
parent 7b8e2cf6
......@@ -76,7 +76,7 @@ struct ProblemSizeSplitK final
struct ExecutionConfig final
{
// 0 - no verification, 1 - CPU, 2 - GPU, 3 - CPU + GPU
int do_verification = 3;
int do_verification = 1;
int init_method = 2;
bool time_kernel = false;
};
......
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