"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "28727db20066601f09edb34d43c79bd224ef7862"
Commit cbf378b5 authored by Paul's avatar Paul
Browse files

Format

parent c9f49f32
...@@ -200,7 +200,7 @@ struct compile_manager ...@@ -200,7 +200,7 @@ struct compile_manager
void update_configs() void update_configs()
{ {
if (not exhaustive) if(not exhaustive)
return; return;
par_compile(cps.size(), [&](auto i) { cps[i].update_config(); }); par_compile(cps.size(), [&](auto i) { cps[i].update_config(); });
} }
......
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