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
fixed my bug in ger.c
tags/v0.2.10.rc2^2
wernsaar
11 years ago
parent
be94db096c
commit
02a504c0b8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
interface/ger.c
+ 2
- 2
interface/ger.c
View File
@@ -141,11 +141,11 @@ void CNAME(enum CBLAS_ORDER order,
t = incx;
incx = incy;
incy = t;
/*
buffer = x;
x = y;
y = buffer;
*/
if (lda < MAX(1,m)) info = 9;
if (incy == 0) info = 7;
if (incx == 0) info = 5;
Write
Preview
Loading…
Cancel
Save