"results/git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "f60e7264f75051ae925ae937095b1cbc337ca696"
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