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
More fixes for silly misedits
tags/v0.2.20^2
Martin Kroeker
GitHub
8 years ago
parent
d12b75a6c4
commit
80373ea039
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
driver/others/init.c
+ 4
- 2
driver/others/init.c
View File
@@ -778,8 +778,11 @@ static int initialized = 0;
void gotoblas_affinity_init(void) {
int cpu, num_avail;
#ifndef USE_OPENMP
cpu_set_t cpu_mask;
#endif
int i;
if (initialized) return;
initialized = 1;
@@ -826,7 +829,6 @@ void gotoblas_affinity_init(void) {
cpu_set_t *cpusetp;
int nums;
int ret;
int i;
#ifdef DEBUG
fprintf(stderr, "Shared Memory Initialization.\n");
Write
Preview
Loading…
Cancel
Save