Commit 1770a342 authored by Paul's avatar Paul
Browse files

Format

parent aeb60bce
......@@ -178,10 +178,7 @@ struct module
std::unique_ptr<module_impl> impl;
};
inline module& get_module(module& m)
{
return m;
}
inline module& get_module(module& m) { return m; }
} // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx
......
......@@ -93,7 +93,10 @@ struct find_conv_pointwise
};
} // namespace
void fuse_mlir::apply(module_pass_manager& mpm) const { match::find_matches(mpm, find_conv_pointwise{}); }
void fuse_mlir::apply(module_pass_manager& mpm) const
{
match::find_matches(mpm, find_conv_pointwise{});
}
} // namespace gpu
......
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