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
Merge
4e1eba58aa
into
63f14189e3
pull/261/merge
Sébastien Fabbro
12 years ago
parent
63f14189e3
4e1eba58aa
commit
fa2cc65a0b
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/init.c
+ 1
- 1
driver/others/init.c
View File
@@ -315,7 +315,7 @@ static int numa_check(void) {
}
while ((dir = readdir(dp)) != NULL) {
if (*(
unsigned int
*) dir -> d_name == 0x065646f6eU) {
if (*(
char
*) dir -> d_name == 0x065646f6eU) {
node = atoi(&dir -> d_name[4]);
Write
Preview
Loading…
Cancel
Save