This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(mgb/dnn): fix x86 matmul midout decl
GitOrigin-RevId:
fe1fc977e1
tags/v1.3.1
Megvii Engine Team
4 years ago
parent
988f897ee2
commit
420672beca
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dnn/src/x86/matrix_mul/algos.cpp
+ 1
- 0
dnn/src/x86/matrix_mul/algos.cpp
View File
@@ -20,6 +20,7 @@
MIDOUT_DECL(megdnn_x86_matmul_kern)
MIDOUT_DECL(megdnn_x86_matmul_kern_mk8_8x8)
MIDOUT_DECL(megdnn_x86_matmul_kern_mkldnn)
using namespace megdnn;
using namespace x86;
Write
Preview
Loading…
Cancel
Save