From ec6b4f7d18423d1d07052b8d7ef2bc5e801d57d2 Mon Sep 17 00:00:00 2001 From: Hook25 Date: Fri, 4 Oct 2024 14:19:49 +0200 Subject: [PATCH] Add cpuid for turin --- providers/base/bin/cpuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/base/bin/cpuid.py b/providers/base/bin/cpuid.py index 6fa39842b5..1af0e68679 100755 --- a/providers/base/bin/cpuid.py +++ b/providers/base/bin/cpuid.py @@ -178,7 +178,7 @@ def cpuid_to_human_friendly(cpuid: str) -> str: "AMD Bergamo": ['0xaa0f01'], "AMD Siena SP6": ['0xaa0f02'], "AMD Raphael": ['0xa60f12'], - "AMD Turin": ['0xb00f21'], + "AMD Turin": ['0xb00f21', '0xb10f10'], "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], "Cascade Lake": ['0x50655', '0x50656', '0x50657'],