Commit 0cc5b80e authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format.

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