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
disabled optimized haswell zgemv_n kernel for windows ( bad rounding )
tags/v0.2.11^2
wernsaar
11 years ago
parent
462b4885ff
commit
dbc2eff029
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
kernel/x86_64/KERNEL.HASWELL
+ 3
- 0
kernel/x86_64/KERNEL.HASWELL
View File
@@ -2,7 +2,10 @@ SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c
DGEMVNKERNEL = dgemv_n.c
DGEMVTKERNEL = dgemv_t.c
ifndef OS_WINDOWS
ZGEMVNKERNEL = zgemv_n.c
endif
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
Write
Preview
Loading…
Cancel
Save