"vscode:/vscode.git/clone" did not exist on "6112b4ce60f314546d046998017c61dfb188bed8"
Commit f4ee2be5 authored by Paul's avatar Paul
Browse files

Format

parent f7054995
......@@ -159,7 +159,7 @@ struct compile_plan
MIGRAPHX_THROW("No configs to tune");
if(results.size() == 1)
return results.front();
if (not config)
if(not config)
MIGRAPHX_THROW("Multiple kernels without config");
std::cout << "Benchmarking " << preop.name() << ": " << results.size() << " configs"
<< std::endl;
......
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