From 06a1db99ae5c74f193fe98fe33a9772560723c05 Mon Sep 17 00:00:00 2001 From: Francesco Palmarini Date: Wed, 24 Jul 2024 08:11:53 +0200 Subject: [PATCH] Add RaptorLake U SKU --- throttled.py | 1 + 1 file changed, 1 insertion(+) diff --git a/throttled.py b/throttled.py index b9f4c41..0e2b5f7 100755 --- a/throttled.py +++ b/throttled.py @@ -170,6 +170,7 @@ supported_cpus = { (6, 165, 5): 'Comet Lake-S', (6, 166, 0): 'CometLake', (6, 167, 1): 'RocketLake', + (6, 186, 3): 'RaptorLake-U', } TESTMSR = False