Commit 66e0e909 authored by Harisankar Sadasivan's avatar Harisankar Sadasivan
Browse files

fixed argument type issue with parsing cmd args

parent 6cc03335
......@@ -139,7 +139,7 @@ bool parse_cmd_args<ProblemSize>(int argc,
template <>
bool parse_cmd_args<ProblemSizeStreamK_universal>(int argc,
char* argv[],
ProblemSizeStreamK& problem_size,
ProblemSizeStreamK_universal& problem_size,
ExecutionConfig& config)
{
if(argc == 1)
......
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