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
test_axpy work error on LOONGSON3A platform
#1777
tags/v0.3.4
fengruilin
7 years ago
parent
831c661386
commit
6fc85a6359
2 changed files
with
28 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
kernel/mips64/axpy_loongson3a.S
+14
-0
kernel/mips64/daxpy_loongson3a_simd.S
+ 14
- 0
kernel/mips64/axpy_loongson3a.S
View File
@@ -270,6 +270,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.align 5
.L20:
beqz INCY, .L27
dsra I, N, 3
move YY, Y
@@ -450,5 +451,18 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
j $31
NOP
.align 3
.L27:
LD b1, 0 * SIZE(Y)
.L28:
daddiu N, N, -1
LD a1, 0 * SIZE(X)
daddu X, X, INCX
bgtz N, .L28
MADD b1, b1, ALPHA, a1
j .L999
ST b1, 0 * SIZE(Y)
EPILOGUE
+ 14
- 0
kernel/mips64/daxpy_loongson3a_simd.S
View File
@@ -562,6 +562,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//INCX!=1 or INCY != 1
.L20:
beq INCY, $0, .L27
dsra I, N, 3
move YY, Y
@@ -754,5 +755,18 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
j $31
NOP
.align 3
.L27:
LD b1, 0 * SIZE(Y)
.L28:
daddiu N, N, -1
LD a1, 0 * SIZE(X)
daddu X, X, INCX
bgtz N, .L28
MADD b1, b1, ALPHA, a1
j .L999
ST b1, 0 * SIZE(Y)
EPILOGUE
Write
Preview
Loading…
Cancel
Save