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:
Akihiko Odaki 2023-07-09 09:46:01 -07:00 committed by Facebook GitHub Bot
parent 254ff4a7f5
commit 36eb4ce4cc

View file

@ -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: {:?}",