Handle the case while user specify all the strides

This commit is contained in:
Po-Yen, Chen
2022-08-19 16:32:37 -04:00
parent 7558d14442
commit 990eed11b7

View File

@@ -61,7 +61,7 @@ parse_cmd_args(int argc, char* argv[], ProblemSize& problem_size, ExecutionConfi
config.init_method = std::stoi(argv[2]);
config.time_kernel = std::stoi(argv[3]);
}
else if(argc == 12)
else if(argc == 10)
{
config.do_verification = std::stoi(argv[1]);
config.init_method = std::stoi(argv[2]);