"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "945e89e07df0b5a22c2ab7243d4ed9d2884be79b"
Commit 29448044 authored by Paul's avatar Paul
Browse files

Formatting

parent a6a851a1
...@@ -6,10 +6,7 @@ ...@@ -6,10 +6,7 @@
namespace migraph { namespace migraph {
namespace miopen { namespace miopen {
std::vector<pass> target::get_passes(context&) const std::vector<pass> target::get_passes(context&) const { return {lowering{}, write_literals{}}; }
{
return {lowering{}, write_literals{}};
}
std::string target::name() const { return "miopen"; } std::string target::name() const { return "miopen"; }
......
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