This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
added dgemv_n_bulldozer.S
tags/v0.2.7
wernsaar
12 years ago
parent
0ded1fcc1c
commit
f67fa62851
3 changed files
with
2408 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kernel/x86_64/KERNEL.BULLDOZER
+2405
-0
kernel/x86_64/dgemv_n_bulldozer.S
+1
-0
param.h
+ 2
- 0
kernel/x86_64/KERNEL.BULLDOZER
View File
@@ -1,6 +1,8 @@
ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t_dup.S
DGEMVNKERNEL = dgemv_n_bulldozer.S
SGEMMKERNEL = sgemm_kernel_16x2_bulldozer.S
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
SGEMMITCOPY = ../generic/gemm_tcopy_16.c
+ 2405
- 0
kernel/x86_64/dgemv_n_bulldozer.S
File diff suppressed because it is too large
View File
+ 1
- 0
param.h
View File
@@ -187,6 +187,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CGEMM3M_DEFAULT_UNROLL_M 8
#define ZGEMM3M_DEFAULT_UNROLL_N 4
#define ZGEMM3M_DEFAULT_UNROLL_M 4
#define GEMV_UNROLL 8
#endif
#if 0
Write
Preview
Loading…
Cancel
Save