Commit b4a75da2 authored by Paul's avatar Paul
Browse files

Formatting

parent 123af3eb
...@@ -131,7 +131,7 @@ struct schedule_model_test ...@@ -131,7 +131,7 @@ struct schedule_model_test
} }
std::size_t weight(const migraphx::operation& op) const std::size_t weight(const migraphx::operation& op) const
{ {
if (op.name() == "stream_free") if(op.name() == "stream_free")
return 0; return 0;
else if(op.name() == "binary" or op.name() == "unary") else if(op.name() == "binary" or op.name() == "unary")
return 4; return 4;
......
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