Skip to content

Commit

Permalink
[DB] Add AMD Turin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Nov 30, 2024
1 parent 0fdd49d commit e504582
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/databases.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ const Technology_DB_x86 technology_x86_amd[] =
{ -1, 116, 25, "4 nm" }, // Zen 4 (Phoenix)
{ -1, 117, 25, "4 nm" }, // Zen 4 (Phoenix/Hawk Point)
{ -1, 120, 25, "4 nm" }, // Zen 4 (Z1)
{ -1, 2, 26, "4 nm" }, // Zen 5 (Turin)
{ -1, 36, 26, "4 nm" }, // Zen 5 (Strix Point)
{ -1, 68, 26, "4 nm" }, // Zen 4 (Granite Ridge)
{ -2, -2, -2, NULL }
Expand Down Expand Up @@ -420,6 +421,8 @@ const Package_DB package_amd[] =
{ "Dragon Range", NULL, "FL1 (BGA)" },
{ "Phoenix", NULL, "FP7/FP8" },
{ "Hawk Point", NULL, "FP7/FP8" },
/* Zen 5 */
{ "Turin", NULL, "SP5 (LGA-6096)" },
{ "Granite Ridge", NULL, "AM5 (LGA-1718)" },
{ "Strix Point", NULL, "FP8" },
{ NULL, NULL, NULL }
Expand Down

0 comments on commit e504582

Please sign in to comment.