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
Make sure CPU ID works for all POWER_10 conditions
tags/v0.3.27
Chip Kerchner
2 years ago
parent
22b487b622
commit
ac6b4b7aa4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
driver/others/dynamic_power.c
+ 1
- 1
driver/others/dynamic_power.c
View File
@@ -69,7 +69,7 @@ static int cpuid(void)
else if (arch == POWER_9) return CPU_POWER9;
#endif
#ifdef POWER_10
else if (arch
=
= POWER_10) return CPU_POWER10;
else if (arch
>
= POWER_10) return CPU_POWER10;
#endif
return CPU_UNKNOWN;
}
Write
Preview
Loading…
Cancel
Save