Commit f792097f authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent d4594903
......@@ -13,10 +13,7 @@ std::string target::name() const { return "cpu"; }
std::vector<pass> target::get_passes(migraphx::context&) const
{
return {auto_contiguous{},
rewrite_rnn{},
rewrite_gru{},
lowering{}};
return {auto_contiguous{}, rewrite_rnn{}, rewrite_gru{}, lowering{}};
}
} // namespace cpu
......
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