Commit 28edb6fc authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 13e4b719
......@@ -18,7 +18,8 @@ inline namespace MIGRAPHX_INLINE_NS {
instruction_ref convert_fp32_fp16(program& prog, instruction_ref& ins)
{
assert(ins->get_shape().type() == shape::float_type || ins->get_shape().type() == shape::double_type);
assert(ins->get_shape().type() == shape::float_type ||
ins->get_shape().type() == shape::double_type);
assert(contains({"@literal", "@param"}, ins->name()));
instruction_ref ins_fp16{};
if(ins->name() == "@literal")
......
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