Browse Source

!3547 fix serving core dump problem

Merge pull request !3547 from wangcong/branch_07/27
tags/v0.7.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
025937b4c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/_op_impl/tbe/matmul.py

+ 1
- 1
mindspore/ops/_op_impl/tbe/matmul.py View File

@@ -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…
Cancel
Save