mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-24 12:17:50 +00:00
Add support for Intel Sapphire Rapids
Reviewed By: VladimirMakaev Differential Revision: D51477614 fbshipit-source-id: 244ad482dc4758b410b5262f2c477af9e70b1e05
This commit is contained in:
parent
7be2fd4ca9
commit
b7647f1572
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ pub(crate) fn get_rcb_perf_config() -> u64 {
|
|||
(0x06, 0x4E) | (0x06, 0x55) | (0x06, 0x5E) => 0x5101c4, // Intel Skylake
|
||||
(0x06, 0x8E) | (0x06, 0x9E) => 0x5101c4, // Intel Kabylake
|
||||
(0x06, 0xA5) | (0x06, 0xA6) => 0x5101c4, // Intel Cometlake
|
||||
(0x06, 141) => 0x5101c4, // Intel Alder Lake (e.g. i7-11800H laptop)
|
||||
(0x06, 0x8D) => 0x5101c4, // Intel Alder Lake (e.g. i7-11800H laptop)
|
||||
(0x06, 0x8F) => 0x5101c4, // Intel Sapphire Rapids
|
||||
(0x17, 0x8) => 0x5100d1, // AMD Zen, Pinnacle Ridge
|
||||
(0x17, 0x31) => 0x5100d1, // AMD Zen, Castle Peak
|
||||
(0x19, 0x01) => 0x5100d1, // AMD Zen, Milan
|
||||
|
|
Loading…
Reference in a new issue