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(dnn/test): delete large size in ARM_COMMON.FP32_GEVM
GitOrigin-RevId:
581ef43816
release-1.2
Megvii Engine Team
4 years ago
parent
69e3e32240
commit
7e2b2dbffc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dnn/test/arm_common/matrix_mul.cpp
+ 1
- 1
dnn/test/arm_common/matrix_mul.cpp
View File
@@ -278,7 +278,7 @@ TEST_F(ARM_COMMON, FP32_GEVM) {
// M = 1
for (size_t M : {1})
for (size_t K : {1000, 4096
, 25088
})
for (size_t K : {1000, 4096})
for (size_t N : {1000, 4096})
run(M, K, N);
}
Write
Preview
Loading…
Cancel
Save