Skip to content

Commit

Permalink
add more CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jun 3, 2024
1 parent d7a32cb commit e7526d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adjustor/core/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

ALIB_PARAMS_6040: dict[str, AlibParams] = ALIB_PARAMS
DEV_PARAMS_6040: dict[str, DeviceParams] = DEV_PARAMS_7040
DEV_PARAMS_8040: dict[str, DeviceParams] = DEV_PARAMS_7040

DEV_PARAMS_LEGO = DEV_PARAMS_7040

Expand All @@ -46,9 +47,11 @@

CPU_DATA: dict[str, tuple[dict[str, DeviceParams], dict[str, AlibParams]]] = {
"AMD Ryzen Z1 Extreme": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
"AMD Ryzen Z1": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
"AMD Ryzen 7 7840U": (DEV_PARAMS_7040, ALIB_PARAMS_7040),
# GPD Win 4
# model name : AMD Ryzen 7 6800U with Radeon Graphics
# 28W works fine, 30W is pushing it
"AMD Ryzen 7 6800U": (DEV_PARAMS_6040, ALIB_PARAMS_6040),
"AMD Ryzen 7 8840U": (DEV_PARAMS_6040, ALIB_PARAMS_6040),
}

0 comments on commit e7526d4

Please sign in to comment.