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
fix error declare function blas_level1_thread_with_return_value
tags/v0.3.13^2
Gengxin Xie
5 years ago
parent
b766c1e9bb
commit
0cb7a403b2
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/x86_64/casum.c
+1
-1
kernel/x86_64/zasum.c
+ 1
- 1
kernel/x86_64/casum.c
View File
@@ -93,7 +93,7 @@ static int asum_thread_function(BLASLONG n,
return 0;
return 0;
}
}
extern int blas_level1_thread_with_value(int mode,
extern int blas_level1_thread_with_
return_
value(int mode,
BLASLONG m, BLASLONG n, BLASLONG k, void * alpha,
BLASLONG m, BLASLONG n, BLASLONG k, void * alpha,
void *a, BLASLONG lda,
void *a, BLASLONG lda,
void *b, BLASLONG ldb,
void *b, BLASLONG ldb,
+ 1
- 1
kernel/x86_64/zasum.c
View File
@@ -93,7 +93,7 @@ static int asum_thread_function(BLASLONG n,
return 0;
return 0;
}
}
extern int blas_level1_thread_with_value(int mode,
extern int blas_level1_thread_with_
return_
value(int mode,
BLASLONG m, BLASLONG n, BLASLONG k, void * alpha,
BLASLONG m, BLASLONG n, BLASLONG k, void * alpha,
void *a, BLASLONG lda,
void *a, BLASLONG lda,
void *b, BLASLONG ldb,
void *b, BLASLONG ldb,
Write
Preview
Loading…
Cancel
Save