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
Add another CPUID for Meteor Lake
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
parent
f729013d2e
commit
3063d03021
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cpuid_x86.c
+ 1
- 0
cpuid_x86.c
View File
@@ -1529,6 +1529,7 @@ int get_cpuname(void){
switch (model) {
switch (model) {
case 5: // Comet Lake H and S
case 5: // Comet Lake H and S
case 6: // Comet Lake U
case 6: // Comet Lake U
case 10: // Meteor Lake
if(support_avx2())
if(support_avx2())
return CPUTYPE_HASWELL;
return CPUTYPE_HASWELL;
if(support_avx())
if(support_avx())
Write
Preview
Loading…
Cancel
Save