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
Remove unused variables from Haswell dtrmm and Bulldozer dtrsm
tags/v0.3.0
Martin Kroeker
GitHub
8 years ago
parent
8f177621bc
commit
3fea849bbf
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
10 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-4
kernel/x86_64/dtrmm_kernel_4x8_haswell.c
+2
-0
kernel/x86_64/dtrsm_kernel_LN_bulldozer.c
+ 8
- 4
kernel/x86_64/dtrmm_kernel_4x8_haswell.c
View File
@@ -167,24 +167,28 @@ int CNAME(BLASLONG bm,BLASLONG bn,BLASLONG bk,FLOAT alpha,FLOAT* ba,FLOAT* bb,FL
FLOAT res4_0;
FLOAT res4_1;
/*
FLOAT res4_2;
FLOAT res4_3;
*/
FLOAT res5_0;
FLOAT res5_1;
/*
FLOAT res5_2;
FLOAT res5_3;
*/
FLOAT res6_0;
FLOAT res6_1;
/*
FLOAT res6_2;
FLOAT res6_3;
*/
FLOAT res7_0;
FLOAT res7_1;
/*
FLOAT res7_2;
FLOAT res7_3;
*/
FLOAT a0;
FLOAT a1;
+ 2
- 0
kernel/x86_64/dtrsm_kernel_LN_bulldozer.c
View File
@@ -438,7 +438,9 @@ static inline void solve(BLASLONG m, BLASLONG n, FLOAT *a, FLOAT *b, FLOAT *c, B
*(cj + i) = bb;
b ++;
/*
BLASLONG i1 = i & -4 ;
*/
FLOAT t0,t1,t2,t3;
k=0;
Write
Preview
Loading…
Cancel
Save