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
enabled optimized sgemv kernels for windows
tags/v0.2.11^2
wernsaar
11 years ago
parent
7aa43c8928
commit
ca6c8d06ce
2 changed files
with
0 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
kernel/x86_64/KERNEL.BULLDOZER
+0
-6
kernel/x86_64/KERNEL.PILEDRIVER
+ 0
- 6
kernel/x86_64/KERNEL.BULLDOZER
View File
@@ -1,11 +1,5 @@
ifdef OS_WINDOWS
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = ../arm/gemv_t.c
else
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c
endif
ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t.S
+ 0
- 6
kernel/x86_64/KERNEL.PILEDRIVER
View File
@@ -1,11 +1,5 @@
ifdef OS_WINDOWS
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = ../arm/gemv_t.c
else
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c
endif
ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t.S
Write
Preview
Loading…
Cancel
Save