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
Support Alder Lake N (fam 6 exmodel 11 model 14) as Haswell
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
parent
b61e64da6f
commit
8da6aca2ec
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
cpuid_x86.c
+ 2
- 0
cpuid_x86.c
View File
@@ -1551,6 +1551,7 @@ int get_cpuname(void){
case 7: // Raptor Lake
case 7: // Raptor Lake
case 10:
case 10:
case 15:
case 15:
case 14: // Alder Lake N
if(support_avx2())
if(support_avx2())
return CPUTYPE_HASWELL;
return CPUTYPE_HASWELL;
if(support_avx())
if(support_avx())
@@ -2360,6 +2361,7 @@ int get_coretype(void){
case 7: // Raptor Lake
case 7: // Raptor Lake
case 10:
case 10:
case 15:
case 15:
case 14: // Alder Lake N
#ifndef NO_AVX2
#ifndef NO_AVX2
if(support_avx2())
if(support_avx2())
return CORE_HASWELL;
return CORE_HASWELL;
Write
Preview
Loading…
Cancel
Save