This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
LoongArch64: Opt {c/z}axpby
tags/v0.3.27
gxw
1 year ago
parent
1e1f487dc7
commit
7bc93d95a1
4 changed files
with
2079 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kernel/loongarch64/KERNEL.LOONGSON2K1000
+2
-0
kernel/loongarch64/KERNEL.LOONGSON3R5
+1046
-0
kernel/loongarch64/caxpby_lasx.S
+1029
-0
kernel/loongarch64/caxpby_lsx.S
+ 2
- 0
kernel/loongarch64/KERNEL.LOONGSON2K1000
View File
@@ -58,6 +58,8 @@ ZAXPYKERNEL = caxpy_lsx.S
SAXPBYKERNEL = axpby_lsx.S
DAXPBYKERNEL = axpby_lsx.S
CAXPBYKERNEL = caxpby_lsx.S
ZAXPBYKERNEL = caxpby_lsx.S
SSUMKERNEL = sum_lsx.S
DSUMKERNEL = sum_lsx.S
+ 2
- 0
kernel/loongarch64/KERNEL.LOONGSON3R5
View File
@@ -58,6 +58,8 @@ ZAXPYKERNEL = caxpy_lasx.S
SAXPBYKERNEL = axpby_lasx.S
DAXPBYKERNEL = axpby_lasx.S
CAXPBYKERNEL = caxpby_lasx.S
ZAXPBYKERNEL = caxpby_lasx.S
SSUMKERNEL = sum_lasx.S
DSUMKERNEL = sum_lasx.S
+ 1046
- 0
kernel/loongarch64/caxpby_lasx.S
File diff suppressed because it is too large
View File
+ 1029
- 0
kernel/loongarch64/caxpby_lsx.S
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save