Commit ae745ca1 authored by Paul's avatar Paul
Browse files

Format

parent 879fa6ed
...@@ -203,7 +203,7 @@ TEST_CASE(standard_reshape) ...@@ -203,7 +203,7 @@ TEST_CASE(standard_reshape)
auto add = m2.add_instruction(migraphx::make_op("add"), data, data); auto add = m2.add_instruction(migraphx::make_op("add"), data, data);
auto ca = m2.add_instruction(migraphx::make_op("contiguous"), add); auto ca = m2.add_instruction(migraphx::make_op("contiguous"), add);
auto r = m2.add_instruction(migraphx::make_op("reshape", {{"dims", {2, 1, 12, 5}}}), ca); auto r = m2.add_instruction(migraphx::make_op("reshape", {{"dims", {2, 1, 12, 5}}}), ca);
auto cr = m2.add_instruction(migraphx::make_op("contiguous"), r); auto cr = m2.add_instruction(migraphx::make_op("contiguous"), r);
m2.add_return({cr}); m2.add_return({cr});
} }
......
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