Commit 4ba8706f authored by Paul's avatar Paul
Browse files

Set kernal name

parent eda8df70
...@@ -554,6 +554,7 @@ instruction_ref insert_mlir(module& m, ...@@ -554,6 +554,7 @@ instruction_ref insert_mlir(module& m,
} }
co.expected_inputs = to_shapes(refs); co.expected_inputs = to_shapes(refs);
co.output = mmlir.get_output_shapes().front(); co.output = mmlir.get_output_shapes().front();
co.symbol_name = "main";
return m.insert_instruction(ins, co, refs); return m.insert_instruction(ins, co, refs);
} }
......
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