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
!8038
[MSLITE][Develop] fix bug of arm32 fp32 cpu depthwise
Merge pull request
!8038
from yangruoqi713/lite
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
7887c6b7b1
301bb7c821
commit
b3c6bdf6db
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
mindspore/lite/nnacl/assembly/arm32/ConvDwFp32Row.S
+ 5
- 5
mindspore/lite/nnacl/assembly/arm32/ConvDwFp32Row.S
View File
@@ -92,11 +92,11 @@ ConvDwFp32Row:
beq Loop16LineEnd
LoopDepth0:
vld1.32
{s0}
, [r6]!
vld1.32
{s1}
, [r8]!
vld1.32
{s2}
, [r0]!
vmla.f32 s
2, s0, s1
vst1.32
{s2}
, [r11]!
vld1.32
d0[0]
, [r6]!
vld1.32
d2[0]
, [r8]!
vld1.32
d4[0]
, [r0]!
vmla.f32 s
8, s0, s4
vst1.32
d4[0]
, [r11]!
subs r10, r10, #1
bne LoopDepth0
Write
Preview
Loading…
Cancel
Save