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 default case for cpu_is.
tags/v0.3.25^2
Chip-Kerchner
2 years ago
parent
2d0b233425
commit
09212f84bf
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
driver/others/dynamic_power.c
+ 1
- 2
driver/others/dynamic_power.c
View File
@@ -248,9 +248,8 @@ static int __builtin_cpu_is(char *arg)
if (!strcmp(arg, "power8")) return 1;
} else if (ipinfo == CPU_POWER6) {
if (!strcmp(arg, "power6")) return 1;
} else {
return 0;
}
return 0;
}
#endif
#endif /* _AIX */
Write
Preview
Loading…
Cancel
Save