提交 025937b4 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!3547 fix serving core dump problem

Merge pull request !3547 from wangcong/branch_07/27
......@@ -17,7 +17,7 @@
from mindspore.ops.op_info_register import op_info_register, TBERegOp, DataType
matmul_op_info = TBERegOp("MatMul") \
.fusion_type("DYNAMIC") \
.fusion_type("ELEMWISE") \
.async_flag(False) \
.binfile_name("matmul.so") \
.compute_cost(10) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册