Commit ffb96ae4 authored by Paul's avatar Paul
Browse files

Formatting

parent 995261d7
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include <migraph/dfor.hpp> #include <migraph/dfor.hpp>
#include <migraph/iterator_for.hpp> #include <migraph/iterator_for.hpp>
namespace migraph { namespace migraph {
namespace miopen { namespace miopen {
...@@ -301,10 +300,7 @@ struct miopen_apply ...@@ -301,10 +300,7 @@ struct miopen_apply
} }
}; };
void miopen_lowering::apply(program& p) const void miopen_lowering::apply(program& p) const { miopen_apply{&p}.apply(); }
{
miopen_apply{&p}.apply();
}
} // namespace miopen } // namespace 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