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
ARM64: Rename kernel files to have consistent naming
tags/v0.2.20^2
Ashwin Sekhar T K
8 years ago
parent
ee6ea7e988
commit
cde3aee08b
6 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
kernel/arm64/KERNEL.THUNDERX
+1
-1
kernel/arm64/KERNEL.THUNDERX2T99
+0
-0
kernel/arm64/daxpy_thunderx.c
+0
-0
kernel/arm64/ddot_thunderx.c
+0
-0
kernel/arm64/ddot_thunderx2t99_threaded.c
+0
-0
kernel/arm64/dot_thunderx.c
+ 3
- 3
kernel/arm64/KERNEL.THUNDERX
View File
@@ -1,6 +1,6 @@
include $(KERNELDIR)/KERNEL.ARMV8
SDOTKERNEL=dot
-
thunderx.c
DDOTKERNEL=ddot
-
thunderx.c
DAXPYKERNEL=daxpy
-
thunderx.c
SDOTKERNEL=dot
_
thunderx.c
DDOTKERNEL=ddot
_
thunderx.c
DAXPYKERNEL=daxpy
_
thunderx.c
+ 1
- 1
kernel/arm64/KERNEL.THUNDERX2T99
View File
@@ -8,7 +8,7 @@ DAXPYKERNEL = daxpy_thunderx2t99.S
ifndef SMP
DDOTKERNEL = ddot_thunderx2t99.S
else
DDOTKERNEL = ddot_thunderx2t99.c
DDOTKERNEL = ddot_thunderx2t99
_threaded
.c
endif
ifeq ($(DGEMM_UNROLL_M)x$(DGEMM_UNROLL_N), 8x4)
kernel/arm64/daxpy-thunderx.c → kernel/arm64/daxpy_thunderx.c
View File
kernel/arm64/ddot-thunderx.c → kernel/arm64/ddot_thunderx.c
View File
kernel/arm64/ddot_thunderx2t99.c → kernel/arm64/ddot_thunderx2t99_threaded.c
View File
kernel/arm64/dot-thunderx.c → kernel/arm64/dot_thunderx.c
View File
Write
Preview
Loading…
Cancel
Save