mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
DB: rename Intel 'Sapphire Rapids-SP (Xeon Max)' to 'Sapphire Rapids-HBM (Xeon Max)'
https://en.wikipedia.org/wiki/Sapphire_Rapids#Sapphire_Rapids-HBM_(High_Bandwidth_Memory/Xeon_Max_Series)
This commit is contained in:
parent
0c7cb41379
commit
61fdbbb5d6
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ const struct match_entry_t cpudb_intel[] = {
|
|||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_W_|_7 , _x4xx, "Sapphire Rapids-WS (Xeon w7)" },
|
||||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_W_|_5 , _x4xx, "Sapphire Rapids-WS (Xeon w5)" },
|
||||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_W_|_3 , _x4xx, "Sapphire Rapids-WS (Xeon w3)" },
|
||||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_MAX_ , _x4xx, "Sapphire Rapids-SP (Xeon Max)" },
|
||||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_MAX_ , _x4xx, "Sapphire Rapids-HBM (Xeon Max)" },
|
||||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_PLATINIUM_, _x4xx, "Sapphire Rapids-SP (Xeon Platinum)" },
|
||||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_GOLD_ , _x4xx, "Sapphire Rapids-SP (Xeon Gold)" },
|
||||
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_SILVER_ , _x4xx, "Sapphire Rapids-SP (Xeon Silver)" },
|
||||
|
|
Loading…
Reference in a new issue