This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix serving core dump problem
tags/v0.7.0-beta
wangcong
5 years ago
parent
6561303b13
commit
cb27b63fac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) \
Write
Preview
Loading…
Cancel
Save