mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
Add a perf config for AMD Zen, Milan (#19)
Summary: Add a perf config for AMD Zen, Milan. Pull Request resolved: https://github.com/facebookexperimental/reverie/pull/19 Reviewed By: VladimirMakaev Differential Revision: D47322117 Pulled By: jasonwhite fbshipit-source-id: a4318efbed9c019a2b65d86c3528fd1869be4931
This commit is contained in:
parent
254ff4a7f5
commit
36eb4ce4cc
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ pub(crate) fn get_rcb_perf_config() -> u64 {
|
|||
(0x06, 141) => 0x5101c4, // Intel Alder Lake (e.g. i7-11800H laptop)
|
||||
(0x17, 0x8) => 0x5100d1, // AMD Zen, Pinnacle Ridge
|
||||
(0x17, 0x31) => 0x5100d1, // AMD Zen, Castle Peak
|
||||
(0x19, 0x01) => 0x5100d1, // AMD Zen, Milan
|
||||
(0x19, 0x50) => 0x5100d1, // AMD Zen, Cezanne
|
||||
oth => panic!(
|
||||
"Unsupported processor with feature info: {:?}\n Full family_model: {:?}",
|
||||
|
|
Loading…
Reference in a new issue