Martin Kroeker
848e9e6ba7
Add ID data for Intel Lunar Lake ("Core Ultra 200V series")
2 months ago
Scott Tsai
4bee135cc1
cpuid_x86: improve Intel Arrow Lake detection
Add Intel Arrow Lake CPUIDs. See the datasheet:
https://edc.intel.com/content/www/us/en/design/products/platforms/details/arrow-lake-s/core-ultra-200s-series-processors-datasheet-volume-1-of-2/cpuid/
5 months ago
Martin Kroeker
2c3b87a082
Add preliminary cpu autodetection for Zen5/5c
11 months ago
Martin Kroeker
1b8e40874e
Add autodetection support for Intel Granite Rapids as Sapphire Rapids
1 year ago
Martin Kroeker
e706bc1ec0
Fix core assignment for Intel family 15
1 year ago
Martin Kroeker
3063d03021
Add another CPUID for Meteor Lake
1 year ago
Martin Kroeker
758279605f
Add support forZhaoxin KX7000
1 year ago
Martin Kroeker
bbd227ce4a
Add Intel Meteor Lake and Emerald Rapids
1 year ago
Martin Kroeker
778e3b746a
Enable autodetection of current AMD cpus as their AVX512 Intel counterparts
1 year ago
Martin Kroeker
ccbb91e4a7
fix improper function prototypes (empty parentheses)
2 years ago
Martin Kroeker
8da6aca2ec
Support Alder Lake N (fam 6 exmodel 11 model 14) as Haswell
2 years ago
Honglin Zhu
f249ccb741
Fix spr sbgemm error
2 years ago
Honglin Zhu
ac650225c1
Fix x86 detection error
2 years ago
linouxis9
280b6d57d1
Add more Intel Raptor Lake CPUIDs
2 years ago
Martin Kroeker
1865b15240
Add fallbacks to RaptorLake entry
2 years ago
Guillaume Horel
e27ad3a6cc
add raptor lake ids
2 years ago
JonasZhou
2d0ad89b0d
Support Zhaoxin/Centaur kh40000 as ZEN
Signed-off-by: JonasZhou <JonasZhou@zhaoxin.com>
3 years ago
Martin Kroeker
f7e8f9ec57
Support AVX512-enabled AlderLake
3 years ago
Martin Kroeker
9809931eb4
clean up unused variables and unreachable statements
3 years ago
Martin Kroeker
faae86fba2
Add CPUIDs for Alder Lake and some other recent Intel cpus
3 years ago
Neutron3529
ead476025d
auto-detect for Intel i7-11800H
3 years ago
Wangyang Guo
3dc6052c7e
initial support for Sapphire Rapids platform
4 years ago
JonasZhou
0fca36c8c3
Add cpu detection support for Zhaoxin processors
Signed-off-by: JonasZhou <JonasZhou@zhaoxin.com>
4 years ago
Martin Kroeker
4f4e286bf6
Fix copy-paste error in LIBCORE assignment for Tiger Lake
4 years ago
Martin Kroeker
da623ae838
Add vendor string Shanghai as the successor to Centaur
4 years ago
Martin Kroeker
0d8d261dd4
Recognize newer Zhaoxin/Centaur cpus as Nehalem
4 years ago
Martin Kroeker
26e87ac517
Support Intel Ice Lake SP as Cooper Lake
4 years ago
Martin Kroeker
ae53e3e233
Recognize Intel Tiger Lake as SkylakeX
4 years ago
Martin Kroeker
0f7776af0b
Add Intel Rocket Lake
4 years ago
Guillaume Horel
1f564d729b
fix avx2 detection
reword commits to make it clearer
4 years ago
Chen, Guobing
e740c4873d
Enable COOPERLAKE build target
Enable new build target platform -- COOPERLAKE. This target platform
supports all the SKYLAKEX supported ISAs + avx512bf16. So all the
SKYLAKEX specific kernels/drivers and related code are now extended
to be also active on COOPERLAKE. Besides, new BF16 related kernels
are active under this target.
5 years ago
Martin Kroeker
200f5c44cc
Add AMD Renoir models and preliminary support for ZEN3 as ZEN2
also remap erroneous family 16 entry to BOBCAT and reclaim erroneous family 25 "Barcelona" for Zen3
5 years ago
Martin Kroeker
83f4746825
Add support for Comet Lake H and S
5 years ago
Matthew Treinish
2f9c10810c
Also set CPUTYPE in get_cpuname()
5 years ago
Matthew Treinish
2a91452bdd
Add cpu detection support for comet lake U
Comet Lake U CPUs have family: 6, model: 6, extended family: 0, and
extended model: 10 were not being correctly detected by GETARCH during
openblas builds and would show CORE=UNKNOWN and LIBCORE=unknown. This
commit adds the necessary information to cpuid_x86 to detect extended
family 10 model 6 and return the proper core information. It's
essentially just a skylake cpu, not skylake x, so I just took the used
the same return fields as skylake.
5 years ago
Martin Kroeker
303bdb673b
Fix coretype detection for Intel extended models 6 and 7
affecting Goldmont, Cannon Lake, Ice Lake autodetection
5 years ago
Martin Kroeker
e9437eebd2
Restore Goldmont ID and improve QEMU support
#2283 had inadvertently removed Goldmont+, and cpuid was reporting a mix of Core2 and Pentium2 for some QEMU configurations
6 years ago
Martin Kroeker
e8a2aed2b9
Support QEMU cpu calling itself 64bit AMD Athlon as well
Some QEMU instances pretend to be "AuthenticAMD" with the same family 6/model 6 even when running on an Intel host
(could be related to qemu or libvirt version and/or kvm availability). Also fix the define to depend on __x86_64__ set by the
compiler, the defines using __64BIT__ will only work for getarch_2nd.
6 years ago
Martin Kroeker
f262031685
Support QEMU virtual cpu as CORE2
qemu itself claims it is a 64bit P6, which does not exist in the wild.
6 years ago
Martin Kroeker
6d8595351c
Add Intel Goldmont Plus CPUID
fixes #2227
6 years ago
Martin Kroeker
b1393c7a97
Add Intel Denverton
for #2048
6 years ago
Martin Kroeker
83b5c6b92d
Fix compilation with NO_AVX=1 set
fixes #1974
6 years ago
caiyu
29dc72889f
Add support for Hygon Dhyana
6 years ago
Martin Kroeker
00401489c2
Fix missing braces in support_avx()
6 years ago
Martin Kroeker
68eb3146ce
Add xcr0 (os support) check
6 years ago
Martin Kroeker
0afaae4b23
Query AVX2 and AVX512VL capability in x86 cpu detection
6 years ago
TiborGY
211120c508
Fix typo in UNKNOWN core name
Should be of no consequence, right?
6 years ago
Martin Kroeker
64ca44873b
Fix detection of Ryzen2 (missing CORE_ZEN)
7 years ago
Martin Kroeker
3f73e8b8cf
Add cpuid for AMD Ryzen 2
for #1664
7 years ago
Martin Kroeker
2d8cc7193a
Support upcoming Intel Cannon Lake CPUs as Skylake X ( #1621 )
* Support upcoming Cannon Lake as Skylake X
7 years ago