forked from mindspore-Ecosystem/mindspore
fix serving core dump problem
This commit is contained in:
parent
6561303b13
commit
cb27b63fac
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue