mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-20 23:01:51 +00:00
DB: add AMD Granite Ridge
This commit is contained in:
parent
b2bbc1ed23
commit
a9ec98f2bf
3 changed files with 3959 additions and 0 deletions
|
@ -383,6 +383,11 @@ const struct match_entry_t cpudb_amd[] = {
|
|||
{ 15, -1, -1, 25, 117, -1, -1, -1, NC, RYZEN_|_5|_U , 0, "Ryzen 5 (Hawk Point)" },
|
||||
{ 15, -1, -1, 25, 117, -1, -1, -1, NC, RYZEN_|_3|_U , 0, "Ryzen 3 (Hawk Point)" },
|
||||
/* Zen 5 (2024) => https://en.wikichip.org/wiki/amd/microarchitectures/zen_5 */
|
||||
/* => Granite Ridge (9000 series, Zen 5 based) */
|
||||
{ 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Granite Ridge)" },
|
||||
{ 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Granite Ridge)" },
|
||||
{ 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Granite Ridge)" },
|
||||
{ 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Granite Ridge)" },
|
||||
/* => Strix Point (Zen 5/RDNA3.5/XDNA2 based) */
|
||||
{ 15, -1, -1, 26, 36, -1, -1, -1, NC, RYZEN_|_AI_|_9 , 0, "Ryzen AI 9 (Strix Point)" },
|
||||
{ 15, -1, -1, 26, 36, -1, -1, -1, NC, RYZEN_|_AI_|_7 , 0, "Ryzen AI 7 (Strix Point)" },
|
||||
|
|
1329
tests/amd/zen5/ryzen7-granite-ridge.test
Normal file
1329
tests/amd/zen5/ryzen7-granite-ridge.test
Normal file
File diff suppressed because it is too large
Load diff
2625
tests/amd/zen5/ryzen9-granite-ridge.test
Normal file
2625
tests/amd/zen5/ryzen9-granite-ridge.test
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue