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
Refs
#119
#118
. Fixed disabling hyper threading bug.
tags/v0.2.1^2
Xianyi Zhang
13 years ago
parent
f430e54daf
commit
a507b56ab1
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
driver/others/init.c
+ 3
- 0
driver/others/init.c
View File
@@ -447,6 +447,9 @@ static void disable_hyperthread(void) {
//When the shared cpu are in different element of share & avail array, this may be a bug.
for (i = 0; i < count ; i++){
share[i] &= common->avail[i];
if (popcount(share[i]) > 1) {
#ifdef DEBUG
Write
Preview
Loading…
Cancel
Save