Commit a48c41a9 authored by turneram's avatar turneram
Browse files

Formatting

parent fb6de954
...@@ -38,7 +38,7 @@ struct find_gelu_erf ...@@ -38,7 +38,7 @@ struct find_gelu_erf
{ {
auto ins = r.result; auto ins = r.result;
auto x = r.instructions["x"]; auto x = r.instructions["x"];
if (x->get_shape().type() != migraphx::shape::half_type) if(x->get_shape().type() != migraphx::shape::half_type)
return; return;
auto lit = m.add_literal(literal{shape{x->get_shape().type()}, {1.702f}}); auto lit = m.add_literal(literal{shape{x->get_shape().type()}, {1.702f}});
......
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