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 copy-paste error in LIBCORE assignment for Tiger Lake
tags/v0.3.16^2
Martin Kroeker
GitHub
4 years ago
parent
c0d0406b97
commit
4f4e286bf6
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
cpuid_x86.c
+ 4
- 4
cpuid_x86.c
View File
@@ -2164,13 +2164,13 @@ int get_coretype(void){
case 8:
if (model == 12) { // Tiger Lake
if(support_avx512())
return C
PUTYP
E_SKYLAKEX;
return C
OR
E_SKYLAKEX;
if(support_avx2())
return C
PUTYP
E_HASWELL;
return C
OR
E_HASWELL;
if(support_avx())
return C
PUTYP
E_SANDYBRIDGE;
return C
OR
E_SANDYBRIDGE;
else
return C
PUTYP
E_NEHALEM;
return C
OR
E_NEHALEM;
}
if (model == 14) { // Kaby Lake
if(support_avx())
Write
Preview
Loading…
Cancel
Save