Commit 36947a39 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 922429c1
...@@ -14,9 +14,7 @@ ...@@ -14,9 +14,7 @@
void run_pass(migraphx::module& m) void run_pass(migraphx::module& m)
{ {
migraphx::run_passes(m, migraphx::run_passes(m, {migraphx::simplify_reshapes{}, migraphx::dead_code_elimination{}});
{migraphx::simplify_reshapes{},
migraphx::dead_code_elimination{}});
} }
TEST_CASE(double_contig) TEST_CASE(double_contig)
......
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