This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fallback to all cores
tags/20180314
nihui
8 years ago
parent
cace367080
commit
2d4ae30508
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/cpu.cpp
+ 1
- 1
src/cpu.cpp
View File
@@ -394,8 +394,8 @@ int set_cpu_powersave(int powersave)
if (little_cluster_offset == 0 && powersave != 0)
{
powersave = 0;
fprintf(stderr, "SMP cpu powersave not supported\n");
return -1;
}
// prepare affinity cpuid
Write
Preview
Loading…
Cancel
Save