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
fix small typo
tags/v0.3.4
Andrew
7 years ago
parent
5d42b6ea04
commit
1e531701b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/generic/trmm_lncopy_16.c
+ 1
- 1
kernel/generic/trmm_lncopy_16.c
View File
@@ -661,7 +661,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLON
b[ 9] = ZERO;
b[ 10] = ZERO;
b[ 11] = ZERO;
b[ 1
1
] = ZERO;
b[ 1
2
] = ZERO;
b[ 13] = ZERO;
b[ 14] = ZERO;
b[ 15] = ZERO;
Write
Preview
Loading…
Cancel
Save