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

clang format

parent 031b5de6
...@@ -274,7 +274,7 @@ struct test_sign : verify_program<test_sign> ...@@ -274,7 +274,7 @@ struct test_sign : verify_program<test_sign>
{ {
migraphx::program p; migraphx::program p;
migraphx::shape s{migraphx::shape::double_type, {2, 3, 4, 6}}; migraphx::shape s{migraphx::shape::double_type, {2, 3, 4, 6}};
auto param = p.add_parameter("x", s); auto param = p.add_parameter("x", s);
p.add_instruction(migraphx::op::sign{}, param); p.add_instruction(migraphx::op::sign{}, param);
return p; return p;
} }
......
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