Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle-Lite
提交
9c066e12
P
Paddle-Lite
项目概览
PaddlePaddle
/
Paddle-Lite
通知
331
Star
4
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
271
列表
看板
标记
里程碑
合并请求
78
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle-Lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
271
Issue
271
列表
看板
标记
里程碑
合并请求
78
合并请求
78
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
9c066e12
编写于
8月 14, 2018
作者:
Z
zhaojiaying01
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update local label in Gemm assembly for ios
上级
fc405e5c
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
16 addition
and
16 deletion
+16
-16
src/operators/math/gemm.cpp
src/operators/math/gemm.cpp
+16
-16
未找到文件。
src/operators/math/gemm.cpp
浏览文件 @
9c066e12
...
...
@@ -2957,8 +2957,8 @@ void AddDot6x8(int k, const float *a, const float *b, float *c, int ldc) {
"vmov.f32 q15, #0.0
\n\t
"
"subs %[kc1], %[kc1], #1
\n\t
"
"blt
end_kc1_%=
\n\t
"
"
loop_kc1_%=:
\n\t
"
"blt
2f
\n\t
"
"
1:
\n\t
"
// "pld [%[a_ptr], #128] \n\t"
// "pld [%[b_ptr], #128] \n\t"
...
...
@@ -3030,12 +3030,12 @@ void AddDot6x8(int k, const float *a, const float *b, float *c, int ldc) {
"vmla.f32 q15, q3, d2[1]
\n\t
"
"subs %[kc1], %[kc1], #1
\n\t
"
"bge
loop_kc1_%=
\n\t
"
"
end_kc1_%=:
\n\t
"
"bge
1b
\n\t
"
"
2:
\n\t
"
"subs %[kc2], %[kc2], #1
\n\t
"
"blt
end_kc2_%=
\n\t
"
"
loop_kc2_%=:
\n\t
"
"blt
4f
\n\t
"
"
3:
\n\t
"
"vld1.32 {d0-d2}, [%[a_ptr]]!
\n\t
"
"vld1.32 {q2, q3}, [%[b_ptr]]!
\n\t
"
...
...
@@ -3054,8 +3054,8 @@ void AddDot6x8(int k, const float *a, const float *b, float *c, int ldc) {
"vmla.f32 q15, q3, d2[1]
\n\t
"
"subs %[kc2], %[kc2], #1
\n\t
"
"bge
loop_kc2_%=
\n\t
"
"
end_kc2_%=:
\n\t
"
"bge
3b
\n\t
"
"
4:
\n\t
"
"mov r5, %[c]
\n\t
"
"mov r6, %[step]
\n\t
"
...
...
@@ -3113,8 +3113,8 @@ void AddDot8x12(int k, const float *a, const float *b, float *c, int ldc) {
"dup v28.4s, wzr
\n\t
"
"subs %[kc1], %[kc1], #1
\n\t
"
"blt
end_kc1_%=
\n\t
"
"
loop_kc1_%=:
\n\t
"
"blt
2f
\n\t
"
"
1:
\n\t
"
"prfm pldl1keep, [%[a_ptr], #32]
\n\t
"
"prfm pldl1keep, [%[b_ptr], #48]
\n\t
"
...
...
@@ -3149,8 +3149,8 @@ void AddDot8x12(int k, const float *a, const float *b, float *c, int ldc) {
"fmla v28.4s, v4.4s, v1.s[3]
\n\t
"
"subs %[kc1], %[kc1], #1
\n\t
"
"bge
loop_kc1_%=
\n\t
"
"
end_kc1_%=:
\n\t
"
"bge
1b
\n\t
"
"
2:
\n\t
"
"st1 {v5.4s, v6.4s, v7.4s}, [%[c]], %[step]
\n\t
"
"st1 {v8.4s, v9.4s, v10.4s}, [%[c]], %[step]
\n\t
"
...
...
@@ -3205,8 +3205,8 @@ void AddDot6x16(int k, const float *a, const float *b, float *c, int ldc) {
"dup v29.4s, wzr
\n\t
"
"subs %[kc1], %[kc1], #1
\n\t
"
"blt
end_kc1_%=
\n\t
"
"
loop_kc1_%=:
\n\t
"
"blt
2f
\n\t
"
"
1:
\n\t
"
"prfm pldl1keep, [%[a_ptr], #24]
\n\t
"
"prfm pldl1keep, [%[b_ptr], #64]
\n\t
"
...
...
@@ -3245,8 +3245,8 @@ void AddDot6x16(int k, const float *a, const float *b, float *c, int ldc) {
"fmla v29.4s, v5.4s, v1.s[1]
\n\t
"
"subs %[kc1], %[kc1], #1
\n\t
"
"bge
loop_kc1_%=
\n\t
"
"
end_kc1_%=:
\n\t
"
"bge
1b
\n\t
"
"
2:
\n\t
"
"st1 {v6.4s, v7.4s, v8.4s, v9.4s}, [%[c]], %[step]
\n\t
"
"st1 {v10.4s, v11.4s, v12.4s, v13.4s}, [%[c]], %[step]
\n\t
"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录