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

clang format

parent 10fe3a73
......@@ -9,21 +9,22 @@
#include <migraphx/dead_code_elimination.hpp>
>>>>>>> rnn_operator
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
namespace cpu {
namespace migraphx
{
inline namespace MIGRAPHX_INLINE_NS {
namespace cpu {
std::string target::name() const { return "cpu"; }
std::string target::name() const { return "cpu"; }
std::vector<pass> target::get_passes(migraphx::context&) const
{
return {auto_contiguous{},
rewrite_rnn{},
dead_code_elimination{},
lowering{},
dead_code_elimination{}};
}
std::vector<pass> target::get_passes(migraphx::context&) const
{
return {auto_contiguous{},
rewrite_rnn{},
dead_code_elimination{},
lowering{},
dead_code_elimination{}};
}
} // namespace cpu
} // namespace MIGRAPHX_INLINE_NS
} // namespace cpu
} // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx
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