Commit d2198a2a authored by Paul's avatar Paul
Browse files

Formatting

parent 81fb85e7
......@@ -121,7 +121,8 @@ bool check_conflicts(migraphx::program& p, migraphx::instruction_ref x, migraphx
}
void check_conflicts(migraphx::program& p,
std::vector<std::vector<migraphx::instruction_ref>> conflicts, bool result = true)
std::vector<std::vector<migraphx::instruction_ref>> conflicts,
bool result = true)
{
migraphx::dfor(conflicts.size(), conflicts.size())([&](auto i, auto j) {
if(i == j)
......
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