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
#463
fixed a compiling bug on AIX.
tags/v0.2.13
Zhang Xianyi
11 years ago
parent
cbb23c46c2
commit
695e0fa649
1 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
driver/others/openblas_get_parallel.c
+ 8
- 1
driver/others/openblas_get_parallel.c
View File
@@ -40,6 +40,8 @@ static int parallel = 1;
static int parallel = 0;
#endif
#ifdef NEEDBUNDERSCORE
int CNAME() {
return parallel;
}
@@ -48,5 +50,10 @@ int NAME() {
return parallel;
}
#else
//The CNAME and NAME are the same.
int NAME() {
return parallel;
}
#endif
Write
Preview
Loading…
Cancel
Save