This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix typo in the zarch min/max kernels
from patch provided by aarnez in
#991
tags/v0.3.6^2
Martin Kroeker
GitHub
7 years ago
parent
885a3c4350
commit
265142edd5
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
8 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/zarch/damax.c
+1
-1
kernel/zarch/damin.c
+1
-1
kernel/zarch/dmax.c
+1
-1
kernel/zarch/dmin.c
+1
-1
kernel/zarch/samax.c
+1
-1
kernel/zarch/samin.c
+1
-1
kernel/zarch/smax.c
+1
-1
kernel/zarch/smin.c
+ 1
- 1
kernel/zarch/damax.c
View File
@@ -81,7 +81,7 @@ static FLOAT damax_kernel_32(BLASLONG n, FLOAT *x)
"vfmaxdb %%v16,%%v16,%%v17,8 \n\t"
"vfmaxdb %%v0,%%v0,%%16,8
\n\t"
"vfmaxdb %%v0,%%v0,%%
v
16,8 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
+ 1
- 1
kernel/zarch/damin.c
View File
@@ -81,7 +81,7 @@ static FLOAT damin_kernel_32(BLASLONG n, FLOAT *x)
"vfmindb %%v16,%%v16,%%v17,8 \n\t"
"vfmindb %%v0,%%v0,%%16,8
\n\t"
"vfmindb %%v0,%%v0,%%
v
16,8 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
+ 1
- 1
kernel/zarch/dmax.c
View File
@@ -74,7 +74,7 @@ static FLOAT dmax_kernel_32(BLASLONG n, FLOAT *x)
"vfmaxdb %%v16,%%v16,%%v17,0 \n\t"
"vfmaxdb %%v0,%%v0,%%16,0
\n\t"
"vfmaxdb %%v0,%%v0,%%
v
16,0 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
+ 1
- 1
kernel/zarch/dmin.c
View File
@@ -74,7 +74,7 @@ static FLOAT dmin_kernel_32(BLASLONG n, FLOAT *x)
"vfmindb %%v16,%%v16,%%v17,0 \n\t"
"vfmindb %%v0,%%v0,%%16,0
\n\t"
"vfmindb %%v0,%%v0,%%
v
16,0 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
+ 1
- 1
kernel/zarch/samax.c
View File
@@ -81,7 +81,7 @@ static FLOAT samax_kernel_64(BLASLONG n, FLOAT *x)
"vfmaxsb %%v16,%%v16,%%v17,8 \n\t"
"vfmaxsb %%v0,%%v0,%%16,8
\n\t"
"vfmaxsb %%v0,%%v0,%%
v
16,8 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
+ 1
- 1
kernel/zarch/samin.c
View File
@@ -81,7 +81,7 @@ static FLOAT samin_kernel_64(BLASLONG n, FLOAT *x)
"vfminsb %%v16,%%v16,%%v17,8 \n\t"
"vfminsb %%v0,%%v0,%%16,8
\n\t"
"vfminsb %%v0,%%v0,%%
v
16,8 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
+ 1
- 1
kernel/zarch/smax.c
View File
@@ -74,7 +74,7 @@ static FLOAT smax_kernel_64(BLASLONG n, FLOAT *x)
"vfmaxsb %%v16,%%v16,%%v17,0 \n\t"
"vfmaxsb %%v0,%%v0,%%16,0
\n\t"
"vfmaxsb %%v0,%%v0,%%
v
16,0 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
+ 1
- 1
kernel/zarch/smin.c
View File
@@ -74,7 +74,7 @@ static FLOAT smin_kernel_64(BLASLONG n, FLOAT *x)
"vfminsb %%v16,%%v16,%%v17,0 \n\t"
"vfminsb %%v0,%%v0,%%16,0
\n\t"
"vfminsb %%v0,%%v0,%%
v
16,0 \n\t"
"agfi %%r1, 256 \n\t"
"brctg %%r0, 0b \n\t"
Write
Preview
Loading…
Cancel
Save