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
remove dead code
tags/v0.2.20^2
Andrew
9 years ago
parent
4e54d8ab7f
commit
becf8bc7a0
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/generic/trsm_ltcopy_8.c
+2
-2
kernel/generic/zgemm_tcopy_4.c
+ 1
- 1
kernel/generic/trsm_ltcopy_8.c
View File
@@ -798,7 +798,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT
*(b + 1) = data02;
*(b + 2) = data03;
*(b + 3) = data04;
*(b + 4) = data05;
//
*(b + 4) = data05;
}
if (ii < jj) {
+ 2
- 2
kernel/generic/zgemm_tcopy_4.c
View File
@@ -293,8 +293,8 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){
aoffset1 += 8;
aoffset2 += 8;
aoffset3 += 8;
aoffset4 += 8;
//
aoffset3 += 8;
//
aoffset4 += 8;
boffset1 += m * 8;
i --;
Write
Preview
Loading…
Cancel
Save