diff --git a/Cargo.lock b/Cargo.lock index 4746b84..323d0ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,7 +1184,6 @@ dependencies = [ "reqwest", "serde_json", "thiserror", - "tracing", ] [[package]] diff --git a/parsing/src/bugcheck/input.md b/parsing/src/bugcheck/input.md index defbe7f..c26169f 100644 --- a/parsing/src/bugcheck/input.md +++ b/parsing/src/bugcheck/input.md @@ -1,35 +1,37 @@ --- title: Bug Check Code Reference -description: This section contains descriptions of the common bug checks, including the parameters passed to the blue screen. +description: Explore common bug checks, review the codes displayed on the bug check screen, and learn how to use the !analyze extension in the Windows Debugger (WinDbg). ms.custom: "se-defect-target" -ms.date: 08/23/2024 +ms.date: 07/15/2025 +ms.topic: error-reference --- -# Bug Check Code Reference +# Bug check code reference -This section contains descriptions of common bug check codes that are displayed on the blue bug check screen. This section also describes how you can use the [**!analyze**](../debuggercmds/-analyze.md) extension in the Windows Debugger to display information about a bug check code. +This article describes common bug check codes displayed on the bug check screen. You can use the [!analyze](../debuggercmds/-analyze.md) extension in the Windows Debugger (WinDbg) to display information about a bug check code. -> [!NOTE] -> This topic is for programmers. If you are a customer whose system has displayed a blue screen with a bug check code, see [Troubleshoot blue screen errors](https://support.microsoft.com/help/14238/windows-10-troubleshoot-blue-screen-errors). +The information in this article is intended for programmers. Depending on your scenario requirements, you might be interested in another article: -For general information about bug check system halt errors, see [Bug Checks (Blue Screens)](bug-checks--blue-screens-.md). +- If you're a customer whose system is displaying a bug check code, see [Resolving Blue Screen errors in Windows](https://support.microsoft.com/windows/resolving-blue-screen-errors-in-windows-60b01860-58f2-be66-7516-5c45a66ae3c6). -If you are an IT professional, see this article for additional information, [Troubleshoot "blue screen" or Stop error problems before you contact Microsoft Support](https://support.microsoft.com/help/3106831/). +- If you're an IT professional, you can find more information in [Advanced troubleshooting for stop code errors](/troubleshoot/windows-client/performance/stop-code-error-troubleshooting). -## Using WinDbg to display stop code information +- For general information about bug check system halt errors, see [Bug checks](bug-checks--blue-screens-.md). -If a specific bug check code does not appear in this topic, use the [**!analyze**](../debuggercmds/-analyze.md) extension in the Windows Debugger (WinDbg) with the following syntax (in kernel mode), replacing `` with a bug check code: +## Use WinDbg to display stop code information -`!analyze -show ` +If you're looking for a specific bug check code that isn't described in this article, you can use the [!analyze](../debuggercmds/-analyze.md) extension in WinDbg. This command causes WinDbg to display information about the specified bug check code. -Entering this command causes WinDbg to display information about the specified bug check code. If your default number base (radix) is not 16, prefix `` with **0x**. +Run the extention in kernel mode with the syntax `!analyze -show `. Replace the `` placeholder with the bug check code to analyze. If your default number base (radix) isn't 16, prefix the `` value with `0x`. -Provide the stop code parameters to the !analyze command to display any available parameter information. For example, to display information on [Bug Check 0x9F: DRIVER_POWER_STATE_FAILURE](bug-check-0x9f--driver-power-state-failure.md), with a parameter 1 value of 0x3, use `!analyze -show 0x9F 0x3` as shown here. +If you want to display any available parameter information, include the stop code parameters in the `!analyze` command. To display information on [Bug Check 0x9F: DRIVER_POWER_STATE_FAILURE](bug-check-0x9f--driver-power-state-failure.md) for a parameter 1 value of 0x3, you use the command `!analyze -show 0x9F 0x3`. The following example demonstrates the syntax and output: ```dbgcmd 1: kd> !analyze -show 0x9F 0x3 + DRIVER_POWER_STATE_FAILURE (9f) A driver has failed to complete a power IRP within a specific time. + Arguments: Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time Arg2: 0000000000000000, Physical Device Object of the stack @@ -37,29 +39,23 @@ Arg3: 0000000000000000, nt!_TRIAGE_9F_POWER on Win7 and higher, otherwise the Fu Arg4: 0000000000000000, The blocked IRP ``` -To download WinDbg, see [Debugging Tools for Windows](debugger-download-tools.md). To learn more about the WinDbg development tools, see [Getting Started with Windows Debugging](getting-started-with-windows-debugging.md). - -## Bug check dump files - -When a bug check occurs, a dump file may be available that contains additional information about the contents of memory when the stop code occurred. To understand the contents of memory during a failure, knowledge of processor memory registers and assembly is required. +To download WinDbg, see [Debugging tools for Windows](debugger-download-tools.md). To learn more about the WinDbg development tools, see [Get started with Windows debugging](getting-started-with-windows-debugging.md). -For more information, see: +## Work with dump files -- [Analyzing a Kernel-Mode Dump File with WinDbg](analyzing-a-kernel-mode-dump-file-with-windbg.md) +When a bug check occurs, a **bug check dump file** might be available. The file contains more information about the memory contents when the stop code occurred. To understand the contents of memory during a failure, knowledge of processor memory registers and assembly is required. For more information, see: -- [!analyze](../debuggercmds/-analyze.md) +- [Analyze a kernel-mode dump file with WinDbg](analyzing-a-kernel-mode-dump-file-with-windbg.md) +- The [!analyze](../debuggercmds/-analyze.md) extension for WinDbg +- [Processor architecture (x86 or x64)](processor-architecture.md) -- [Processor Architecture](processor-architecture.md) +**Live dump stop codes** don't reset the operating system. They allow for the capture of memory information for abnormal situations where the operating system can continue. This article doesn't list the live dump stop codes. For more information, see [Kernel live dump code reference](kernel-live-dump-code-reference.md). -## Live Dumps +## Review bug check codes - Live Dump stop codes do not reset the OS, but allow for the capture of memory information for abnormal situations where the operating system can continue. Live dump stop codes are not listed here. For information about live dumps, see [Bug Check Code Reference - Live Dump](kernel-live-dump-code-reference.md). +The following table lists the bug check codes and provides links for more information about each code. -## Bug Check Codes - -The following table provides links to bug check codes. - -| Code | Name | +| Code | Name and reference link | |------------|---------------------------------------------------------------------------------------------------------------------------------------------------| | 0x00000001 | [**APC\_INDEX\_MISMATCH**](bug-check-0x1--apc-index-mismatch.md) | | 0x00000002 | [**DEVICE\_QUEUE\_NOT\_BUSY**](bug-check-0x2--device-queue-not-busy.md) | @@ -425,6 +421,8 @@ The following table provides links to bug check codes. | 0x000001EA | [**SECURE\_PCI\_CONFIG\_SPACE\_ACCESS\_VIOLATION**](bug-check-0x1ea--secure-pci-config-space-access-violation.md) | | 0x000001EB | [**DAM\_WATCHDOG\_TIMEOUT**](bug-check-0x1eb--dam-watchdog-timeout.md) | | 0x000001ED | [**HANDLE\_ERROR\_ON\_CRITICAL\_THREAD**](bug-check-0x1ed--handle-error-on-critical-thread.md) | +| 0x000001F1 | [**KASAN\_ENLIGHTENMENT\_VIOLATION**](bug-check-0x1f1--kasan-enlightement-violation.md) | +| 0x000001F2 | [**KASAN\_ILLEGAL\_ACCESS**](bug-check-0x1f2--kasan-illegal-access.md) | | 0x00000356 | [**XBOX\_ERACTRL\_CS\_TIMEOUT**](bug-check-0x356--xbox-eractrl-cs-timeout.md) | | 0x00000BFE | [**BC\_BLUETOOTH\_VERIFIER\_FAULT**](bug-check-0xbfe--bc-bluetooth-verifier-fault.md) | | 0x00000BFF | [**BC\_BTHMINI\_VERIFIER\_FAULT**](bug-check-0xbff--bc-bthmini-verifier-fault.md) | @@ -439,8 +437,7 @@ The following table provides links to bug check codes. | 0xC0000221 | [**STATUS\_IMAGE\_CHECKSUM\_MISMATCH**](bug-check-0xc0000221--status-image-checksum-mismatch.md) | | 0xDEADDEAD | [**MANUALLY\_INITIATED\_CRASH1**](bug-check-0xdeaddead--manually-initiated-crash1.md) | -## See also - -[Bug Checks (Blue Screens)](bug-checks--blue-screens-.md) +## Related articles -[Analyze Bug Check Blue Screen Data](blue-screen-data.md) +- [Bug checks)](bug-checks--blue-screens-.md) +- [Analyze bug check Blue Screen data](blue-screen-data.md) diff --git a/parsing/src/cpu/amd/input.json b/parsing/src/cpu/amd/input.json index 5774170..34a0f13 100644 --- a/parsing/src/cpu/amd/input.json +++ b/parsing/src/cpu/amd/input.json @@ -1,32496 +1,26054 @@ { "header": [ [ - "", - 0, - "Model", + "Name", "Family", - "Line", - "Platform", - "Product ID Tray", + "Series", + "Form Factor", "Product ID Boxed", + "Product ID Tray", "Product ID MPK", "Launch Date", "# of CPU Cores", "# of Threads", - "Graphics Core Count", + "Max. Boost Clock", "Base Clock", - "Max. Boost Clock ¹ ²", - "All Core Boost Speed", "L1 Cache", "L2 Cache", "L3 Cache", - "1kU Pricing", + "Default TDP", + "AMD Configurable TDP (cTDP)", "Unlocked for Overclocking", "Processor Technology for CPU Cores", "CPU Socket", - "Socket Count", - "PCI Express® Version", - "Thermal Solution PIB", + "Thermal Solution (PIB)", "Recommended Cooler", - "Thermal Solution MPK", - "Default TDP", - "AMD Configurable TDP (cTDP)", + "Thermal Solution (MPK)", "Max. Operating Temperature (Tjmax)", "*OS Support", - "System Memory Specification", + "PCI Express® Version", "System Memory Type", "Memory Channels", - "Per Socket Mem BW", - "Graphics Frequency", + "System Memory Specification", "Graphics Model", - "Supported Technologies", - "Workload Affinity", + "Graphics Core Count", + "Graphics Frequency", + "Graphics Boost Frequency", "AMD Ryzen™ AI", - "FIPS Certification", - "FIPS Certification Links" + "Supported Technologies" ] ], "data": [ { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 7995WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 7000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000884", - "Product ID Boxed": "100-100000884WOF", + "Name": "AMD Ryzen™ AI 9 HX PRO 475", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001683", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 96, - "# of Threads": 192, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "6144KB", - "L2 Cache": "96MB", - "L3 Cache": "384MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD PRO technologies, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 7985WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 7000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000454", - "Product ID Boxed": "100-100000454WOF", + "Name": "AMD Ryzen™ AI 9 HX PRO 470", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001937", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "4096KB", - "L2 Cache": "64MB", - "L3 Cache": "256MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD PRO technologies, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 7975WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 7000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000453", - "Product ID Boxed": "100-100000453WOF", + "Name": "AMD Ryzen™ AI 9 H PRO 465", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001862", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "2048KB", - "L2 Cache": "32MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "10", + "# of Threads": "20", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "10 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD PRO technologies, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 7965WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 7000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000885", - "Product ID Boxed": "100-100000885WOF", + "Name": "AMD Ryzen™ AI 9 PRO 465", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001862", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "4.2GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "24MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "10", + "# of Threads": "20", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "10 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD PRO technologies, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 7955WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 7000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000886", + "Name": "AMD Ryzen™ AI 7 H PRO 450", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001865", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "4.5GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "16MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD PRO technologies, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 860M", + "Graphics Core Count": "8", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 7945WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 7000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000887", + "Name": "AMD Ryzen™ AI 7 PRO 450", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001865", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "4.7GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "12MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD PRO technologies, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 860M", + "Graphics Core Count": "8", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 7980X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001350", - "Product ID Boxed": "100-100001350WOF", + "Name": "AMD Ryzen™ AI 5 H PRO 440", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001866", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "4096KB", - "L2 Cache": "64MB", - "L3 Cache": "256MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 7970X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001351", - "Product ID Boxed": "100-100001351WOF", + "Name": "AMD Ryzen™ AI 5 PRO 440", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001866", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "2048KB", - "L2 Cache": "32MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 7960X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001352", - "Product ID Boxed": "100-100001352WOF", + "Name": "AMD Ryzen™ AI 5 H PRO 435", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001788", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "4.2GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "24MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "sTR5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "NA", - "Default TDP": "350W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 5200MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Silver 7120C", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000776", + "Name": "AMD Ryzen™ AI 5 PRO 435", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001788", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 2, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "1MB", - "L3 Cache": "2MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FT6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7520C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000773", + "Name": "AMD Ryzen™ AI 9 HX 475", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001859 (FP8)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 2, - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FT6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 7320C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000774", + "Name": "AMD Ryzen™ AI 9 HX 470", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001936 (FP8)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 2, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FT6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold 7220C", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000775", + "Name": "AMD Ryzen™ AI 9 H 465", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001861 (FP8)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 2, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "1MB", - "L3 Cache": "2MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FT6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "10", + "# of Threads": "20", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "10 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 880M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Z1", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Z1", - "Platform": "Handheld", - "Product ID Tray": "", + "Name": "AMD Ryzen™ AI 9 465", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001861 (FP8)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 4, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "10", + "# of Threads": "20", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "L2 Cache": "10 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "9-30W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Radeon™ Super Resolution, AMD Radeon™ Boost, AMD Radeon™ Anti-Lag, AMD FreeSync™ Technology, AMD Radeon™ Chill", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 880M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Z1 Extreme", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Z1", - "Platform": "Handheld", - "Product ID Tray": "", + "Name": "AMD Ryzen™ AI 7 H 450", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001868", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "9-30W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Radeon™ Super Resolution, AMD Radeon™ Boost, AMD Radeon™ Anti-Lag, AMD FreeSync™ Technology, AMD Radeon™ Chill", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 860M", + "Graphics Core Count": "8", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 8945HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001319 (FP7r2), 100-000001383 (FP7), 100-000001309 (FP8)", + "Name": "AMD Ryzen™ AI 7 450", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001868", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 5.2GHz", - "All Core Boost Speed": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2800 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 860M", + "Graphics Core Count": "8", + "Graphics Frequency": "3100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 8845HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001322 (FP7r2), 100-000001384 (FP7), 100-000001311 (FP8)", + "Name": "AMD Ryzen™ AI 7 H 445", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001935", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2700 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 8645HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001320 (FP7r2), 100-000001385 (FP7), 100-000001310 (FP8)", + "Name": "AMD Ryzen™ AI 7 445", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001935", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "4.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7945HX3D", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001086", + "Name": "AMD Ryzen™ AI 5 H 435", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001337", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": 2, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "16MB", - "L3 Cache": "128MB", - "1kU Pricing": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "FL1", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "55W", - "AMD Configurable TDP (cTDP)": "55-75W", - "Max. Operating Temperature (Tjmax)": "89°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 8840HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001372 (FP7r2), 100-000001379 (FP7), 100-000001357 (FP8)", + "Name": "AMD Ryzen™ AI 5 435", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001337", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "20-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2700 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 8640HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001373 (FP7r2), 1100-000001380 (FP7), 100-000001358(FP8)", + "Name": "AMD Ryzen™ AI 5 H 430", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001787", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-28W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "20-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7945HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000870", + "Name": "AMD Ryzen™ AI 5 430", + "Family": "Ryzen", + "Series": "Ryzen AI 400 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001787", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": 2, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 5.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "16MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "FL1", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Launch Date": "1/5/2026", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-28W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "55W", - "AMD Configurable TDP (cTDP)": "55-75W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7845HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000871", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 9995WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 9000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001361WOF", + "Product ID Tray": "100-000001361", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": 2, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 5.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "764KB", - "L2 Cache": "12MB", - "L3 Cache": "64MB", - "1kU Pricing": "", + "# of CPU Cores": "96", + "# of Threads": "192", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "7680 KB", + "L2 Cache": "96 MB", + "L3 Cache": "384 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "FL1", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "55W", - "AMD Configurable TDP (cTDP)": "45-75W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 8840U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001323 (FP7r2), 100-000001375 (FP7), 100-000001312 (FP8)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 9985WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 9000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000722WOZ", + "Product ID Tray": "100-000000722", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "# of CPU Cores": "64", + "# of Threads": "128", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "5120 KB", + "L2 Cache": "64 MB", + "L3 Cache": "256 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2700 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 8640U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001324 (FP7r2), 100-000001376 (FP7), 100-000001313 (FP8)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 9975WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 9000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000723WOF", + "Product ID Tray": "100-000000723", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "2560 KB", + "L2 Cache": "32 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 8540U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001326 (FP7r2), 100-000001333 (FP7)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 9965WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 9000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000724WOF", + "Product ID Tray": "100-000000724", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 4, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "# of CPU Cores": "24", + "# of Threads": "48", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "1920 KB", + "L2 Cache": "24 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2800 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Not Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7745HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000721", + "Name": "AMD Ryzen™ Threadripper™ PRO 9955WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 9000 WX-Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000725", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 2, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "8MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "4.5 GHz", + "L1 Cache": "1280 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "FL1", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "55W", - "AMD Configurable TDP (cTDP)": "45-75W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7645HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000872", + "Name": "AMD Ryzen™ Threadripper™ PRO 9945WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 9000 WX-Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000726", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 2, - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "6MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "4.7 GHz", + "L1 Cache": "960 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "FL1", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "55W", - "AMD Configurable TDP (cTDP)": "45-75W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7940HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000954 (FP7r2) 100-000000963 (FP7) 100-000001128 (FP8)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 9980X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 9000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001593WOF", + "Product ID Tray": "100-000001593", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 5.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "# of CPU Cores": "64", + "# of Threads": "128", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "5120 KB", + "L2 Cache": "64 MB", + "L3 Cache": "256 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35-54W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2800 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "4", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7840HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000955 (FP7r2) 100-000000964 (FP7) 100-000001129 (FP8)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 9970X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 9000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001594WOF", + "Product ID Tray": "100-000001594", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "2560 KB", + "L2 Cache": "32 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35-54W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2700 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "4", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7640HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000956 (FP7r2) 100-000000965 (FP7) 100-000001130 (FP8)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 9960X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 9000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001595WOF", + "Product ID Tray": "100-000001595", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "4.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "# of CPU Cores": "24", + "# of Threads": "48", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "1920 KB", + "L2 Cache": "24 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35-54W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "4", + "System Memory Specification": "Up to 6400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7735HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000985, FP7r2: 100-000000989", + "Name": "AMD Ryzen™ AI Max+ PRO 395", + "Family": "Ryzen PRO", + "Series": "Ryzen AI Max PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001243", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.75GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35-54W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5, LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "Radeon 8060S Graphics", + "Graphics Core Count": "40", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 7545U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Processors with Radeon™ Graphics", - "Platform": "Laptop, Mobile Workstation, 1L Desktop", - "Product ID Tray": "100-000001073 (FP7), 100-000001069 (FP7r2)", + "Name": "AMD Ryzen™ AI Max PRO 390", + "Family": "Ryzen PRO", + "Series": "Ryzen AI Max PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001421", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 4, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Graphics Model": "Radeon 8050S Graphics", + "Graphics Core Count": "32", "Graphics Frequency": "2800 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Not Available", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7535HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000986 , FP7r2: 100-000000990", + "Name": "AMD Ryzen™ AI Max PRO 385", + "Family": "Ryzen PRO", + "Series": "Ryzen AI Max PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001422", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.55GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35-54W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5, LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "Radeon 8050S Graphics", + "Graphics Core Count": "32", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 PRO 7940HS", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 9 PRO Processors with Radeon™ Graphics", - "Platform": "Laptop, Mobile Workstation, 1L Desktop", - "Product ID Tray": "100-000000958 (FP7r2), 100-000000967 (FP7)", + "Name": "AMD Ryzen™ AI Max PRO 380", + "Family": "Ryzen PRO", + "Series": "Ryzen AI Max PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001425", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 5.2GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.6 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "35-54W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "128-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7)", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Graphics Model": "Radeon 8040S Graphics", + "Graphics Core Count": "16", "Graphics Frequency": "2800 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 7840HS", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Processors with Radeon™ Graphics", - "Platform": "Laptop, Mobile Workstation, 1L Desktop", - "Product ID Tray": "100-000000968 (FP7) 100-000000959 (FP7r2)", + "Name": "AMD Ryzen™ AI 9 HX PRO 375", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001683", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", + "Launch Date": "10/10/2025", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "35-54W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2700 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 7840U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Processors with Radeon™ Graphics", - "Platform": "Laptop, Mobile Workstation, 1L Desktop", - "Product ID Tray": "100-000000961 (FP7r2) , 100-000000970 (FP7)", + "Name": "AMD Ryzen™ AI 9 HX PRO 370", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001569", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", + "Launch Date": "10/10/2025", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2700 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 7540U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Processors with Radeon™ Graphics", - "Platform": "Laptop, Mobile Workstation, 1L Desktop", - "Product ID Tray": "100-000000962 (FP7r2), 100-000000971 (FP7)", + "Name": "AMD Ryzen™ AI 7 PRO 360", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001571", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 4, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "Launch Date": "10/10/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2500 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Not Available", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Graphics Model": "AMD Radeon™ 880M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 7640HS", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Processors with Radeon™ Graphics", - "Platform": "Laptop, Mobile Workstation, 1L Desktop", - "Product ID Tray": "100-000000960 (FP7r2) 100-000000969 (FP7)", + "Name": "AMD Ryzen™ AI 7 PRO 350", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000713", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "4.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", + "Launch Date": "3/27/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "35-54W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 860M", + "Graphics Core Count": "8", + "Graphics Frequency": "3000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7840U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000830 (FP7r2) , 100-000000829 (FP7) , 100-000001131 (FP8)", + "Name": "AMD Ryzen™ AI 5 PRO 340", + "Family": "Ryzen PRO", + "Series": "Ryzen AI PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001600", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", + "Launch Date": "3/27/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2700 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 7640U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Processors with Radeon™ Graphics", - "Platform": "Laptop, Mobile Workstation, 1L Desktop", - "Product ID Tray": "100-000001108 (FP7r2), 100-000001111 (FP7)", + "Name": "AMD Ryzen™ AI Max+ 395", + "Family": "Ryzen", + "Series": "Ryzen AI Max 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001099", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "Radeon 8060S Graphics", + "Graphics Core Count": "40", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7640U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001106 (FP7r2), 100-000001109 (FP7), 100-000001132 (FP8)", + "Name": "AMD Ryzen™ AI Max+ 392", + "Family": "Ryzen", + "Series": "Ryzen AI Max 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001979", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2, FP8", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "Radeon 8060S Graphics", + "Graphics Core Count": "40", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 7730U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000948", + "Name": "AMD Ryzen™ AI Max 390", + "Family": "Ryzen", + "Series": "Ryzen AI Max 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001423", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Graphics Model": "Radeon 8050S Graphics", + "Graphics Core Count": "32", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7545U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000930 (FP7r2), 100-000000929 (FP7)", + "Name": "AMD Ryzen™ AI Max+ 388", + "Family": "Ryzen", + "Series": "Ryzen AI Max 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001980", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 4, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.6 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2800 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "Radeon 8060S Graphics", + "Graphics Core Count": "40", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7540U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000957 (FP7r2), 100-000000966 (FP7)", + "Name": "AMD Ryzen™ AI Max 385", + "Family": "Ryzen", + "Series": "Ryzen AI Max 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001424", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 4, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.6 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-120W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP11", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "256-bit LPDDR5x", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2500 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Not Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "Radeon 8050S Graphics", + "Graphics Core Count": "32", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 8440U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001325 (FP7r2), 100-000001332 (FP7)", + "Name": "AMD Ryzen™ AI Z2 Extreme", + "Family": "Ryzen", + "Series": "Ryzen Z2", + "Form Factor": "Handheld", "Product ID Boxed": "", + "Product ID Tray": "100-000001885", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 4, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-30W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "AMD Configurable TDP (cTDP)": "15-35W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2500 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Not Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "16", + "Graphics Frequency": "", + "Graphics Boost Frequency": "Up to 2900 MHz", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "AMD Radeon™ Super Resolution , AMD Radeon™ Boost , AMD Radeon™ Anti-Lag , AMD FreeSync™ Technology , AMD Radeon™ Chill , AMD HYPR-RX , AMD FSR™ , AMD Fluid Motion Frames" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 7530U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000949", + "Name": "AMD Ryzen™ Z2 Extreme", + "Family": "Ryzen", + "Series": "Ryzen Z2", + "Form Factor": "Handheld", "Product ID Boxed": "", + "Product ID Tray": "100-000001684", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-35W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Graphics Core Count": "16", + "Graphics Frequency": "", + "Graphics Boost Frequency": "Up to 2900 MHz", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "AMD Radeon™ Super Resolution , AMD Radeon™ Boost , AMD Radeon™ Anti-Lag , AMD FreeSync™ Technology , AMD Radeon™ Chill , AMD HYPR-RX , AMD FSR™" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 7440U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001068 (FP7r2) , 100-000001071 (FP7)", + "Name": "AMD Ryzen™ Z2", + "Family": "Ryzen", + "Series": "Ryzen Z2", + "Form Factor": "Handheld", "Product ID Boxed": "", + "Product ID Tray": "100-000001753", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 4, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "FP7, FP7r2", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", "Default TDP": "28W", "AMD Configurable TDP (cTDP)": "15-30W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5 (FP7r2), LPDDR5/x (FP7, FP8)", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2500 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "12", + "Graphics Frequency": "", + "Graphics Boost Frequency": "Up to 2700 MHz", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "AMD Radeon™ Super Resolution , AMD Radeon™ Boost , AMD Radeon™ Anti-Lag , AMD FreeSync™ Technology , AMD Radeon™ Chill , AMD HYPR-RX , AMD FSR™" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 7330U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000950", + "Name": "AMD Ryzen™ Z2 Go", + "Family": "Ryzen", + "Series": "Ryzen Z2", + "Form Factor": "Handheld", "Product ID Boxed": "", + "Product ID Tray": "100-000001672", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Graphics Core Count": "12", + "Graphics Frequency": "", + "Graphics Boost Frequency": "Up to 2200 MHz", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "AMD Radeon™ Super Resolution , AMD Radeon™ Boost , AMD Radeon™ Anti-Lag , AMD FreeSync™ Technology , AMD Radeon™ Chill" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7736U​", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000534 FP7r2:\t100-000000617", + "Name": "AMD Ryzen™ Z2 A", + "Family": "Ryzen", + "Series": "Ryzen Z2", + "Form Factor": "Handheld", "Product ID Boxed": "", + "Product ID Tray": "100-000001835", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "2.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "6-20W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15-28W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "", + "Graphics Boost Frequency": "Up to 1800 MHz", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "AMD Radeon™ Super Resolution , AMD Radeon™ Boost , AMD Radeon™ Anti-Lag , AMD FreeSync™ Technology , AMD Radeon™ Chill , AMD HYPR-RX , AMD FSR™ , AMD Fluid Motion Frames" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7735U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000987 FP7r2: 100-000000991", + "Name": "AMD Ryzen™ AI 9 HX 375", + "Family": "Ryzen", + "Series": "Ryzen AI 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001682", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.75GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "7/28/2025", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5, LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7730U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000942", + "Name": "AMD Ryzen™ AI 9 HX 370", + "Family": "Ryzen", + "Series": "Ryzen AI 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000994 (FP8)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "7/28/2025", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "12 MB", + "L3 Cache": "24 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 890M", + "Graphics Core Count": "16", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7535U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000988 FP7r2: 100-000000992", + "Name": "AMD Ryzen™ AI 9 365", + "Family": "Ryzen", + "Series": "Ryzen AI 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001530 (FP8)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.55GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "7/28/2025", + "# of CPU Cores": "10", + "# of Threads": "20", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "10 MB", + "L3 Cache": "24 MB", "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5, LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 880M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 7335U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000537 FP7r2: 100-000000549", + "Name": "AMD Ryzen™ AI 7 350", + "Family": "Ryzen", + "Series": "Ryzen AI 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001601", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 4, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 860M", + "Graphics Core Count": "8", + "Graphics Frequency": "3000 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ AI 5 340", + "Family": "Ryzen", + "Series": "Ryzen AI 300 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001602", + "Product ID MPK": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "AMD Configurable TDP (cTDP)": "15-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5, LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 840M", + "Graphics Core Count": "4", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7530U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000943", + "Name": "AMD Ryzen™ AI 5 330", + "Family": "Ryzen", + "Series": "Ryzen AI 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001897", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "7/30/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-28W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 820M", + "Graphics Core Count": "2", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 7330U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000944", + "Name": "AMD Ryzen™ 7 PRO 250", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001725", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "3/27/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7520U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000770", + "Name": "AMD Ryzen™ 5 PRO 230", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001728", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 2, - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "3/27/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 7320U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000676", + "Name": "AMD Ryzen™ 5 PRO 220", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001609", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 2, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "3/27/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7430U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001471", + "Name": "AMD Ryzen™ 5 PRO 215", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001837", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "3/27/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 PRO 7945", - "Family": "", - "Line": "", - "Platform": "Desktop", - "Product ID Tray": "100-000000598", + "Name": "AMD Ryzen™ 3 PRO 210", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000598MPK", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": 2, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 5.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "12MB", - "L3 Cache": "64MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001610", + "Product ID MPK": "", + "Launch Date": "3/27/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "AMD Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2500 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 7745", - "Family": "", - "Line": "", - "Platform": "Desktop", - "Product ID Tray": "100-000000599", + "Name": "AMD Ryzen™ 9 270", + "Family": "Ryzen", + "Series": "Ryzen 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000599MPK", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 2, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "8MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001836", + "Product ID MPK": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "AMD Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 7645", - "Family": "", - "Line": "", - "Platform": "Desktop", - "Product ID Tray": "100-000000600", + "Name": "AMD Ryzen™ 7 260", + "Family": "Ryzen", + "Series": "Ryzen 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000600MPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 2, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "6MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001724", + "Product ID MPK": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "AMD Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 5995WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 5000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000444", - "Product ID Boxed": "100-100000444WOF", + "Name": "AMD Ryzen™ 7 250", + "Family": "Ryzen", + "Series": "Ryzen 200 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001722", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "4096KB", - "L2 Cache": "32MB", - "L3 Cache": "256MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 5975WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 5000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000445", - "Product ID Boxed": "100-100000445WOF", + "Name": "AMD Ryzen™ 5 240", + "Family": "Ryzen", + "Series": "Ryzen 200 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001727", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "2048KB", - "L2 Cache": "16MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 5965WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 5000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000446", - "Product ID Boxed": "100-100000446WOF", + "Name": "AMD Ryzen™ 5 230", + "Family": "Ryzen", + "Series": "Ryzen 200 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001726", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "12MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 5955WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 5000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000447", - "Product ID Boxed": "100-100000447WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "8MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 5945WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO 5000 WX-Series", - "Platform": "Desktop", - "Product ID Tray": "100-000000448", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "4.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "765KB", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 8700G", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 8000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000001236", - "Product ID Boxed": "100-100001236BOX", - "Product ID MPK": "100-100001236MPK", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "4.2GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", + "Launch Date": "2/18/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2900 MHz", - "Graphics Model": "AMD Radeon™ 780M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 8600G", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 8000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000001237", - "Product ID Boxed": "100-100001237BOX", - "Product ID MPK": "100-100001237MPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 8, - "Base Clock": "4.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", + "Name": "AMD Ryzen™ 5 220", + "Family": "Ryzen", + "Series": "Ryzen 200 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001611", + "Product ID MPK": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", "Graphics Frequency": "2800 MHz", - "Graphics Model": "AMD Radeon™ 760M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "Available", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 8500G", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 8000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000001491, 100-000000931", - "Product ID Boxed": "100-100000931BOX", - "Product ID MPK": "100-100000931MPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 4, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", + "Name": "AMD Ryzen™ 3 210", + "Family": "Ryzen", + "Series": "Ryzen 200 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001612", + "Product ID MPK": "", + "Launch Date": "2/18/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP8) , LPDDR5X (FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2800 MHz", "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Core Count": "4", + "Graphics Frequency": "2500 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 8300G", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 8000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000001492, 100-000001186", + "Name": "AMD Ryzen™ 7 170", + "Family": "Ryzen", + "Series": "Ryzen 100 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100001186MPK", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 4, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 4nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Product ID Tray": "", + "Product ID MPK": "", + "Launch Date": "10/01/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.75 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2600 MHz", - "Graphics Model": "AMD Radeon™ 740M", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7950X3D", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000908", - "Product ID Boxed": "100-100000908WOF", + "Name": "AMD Ryzen™ 7 160", + "Family": "Ryzen", + "Series": "Ryzen 100 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": 2, - "Base Clock": "4.2GHz", - "Max. Boost Clock ¹ ²": "Up to 5.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "16MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "Not Included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "120W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "89°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "Launch Date": "10/01/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.75 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7r2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7950X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000514", - "Product ID Boxed": "100-100000514WOF", + "Name": "AMD Ryzen™ 5 150", + "Family": "Ryzen", + "Series": "Ryzen 100 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": 2, - "Base Clock": "4.5GHz", - "Max. Boost Clock ¹ ²": "Up to 5.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "16MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "170W", - "AMD Configurable TDP (cTDP)": "", + "Launch Date": "10/01/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.55 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7r2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7900X3D", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000909", - "Product ID Boxed": "100-100000909WOF", + "Name": "AMD Ryzen™ 5 130", + "Family": "Ryzen", + "Series": "Ryzen 100 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": 2, - "Base Clock": "4.4GHz", - "Max. Boost Clock ¹ ²": "Up to 5.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "12MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "120W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "89°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "Launch Date": "10/01/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.55 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7r2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7900X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000589", - "Product ID Boxed": "100-100000589WOF", + "Name": "AMD Ryzen™ 3 110", + "Family": "Ryzen", + "Series": "Ryzen 100 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": 2, - "Base Clock": "4.7GHz", - "Max. Boost Clock ¹ ²": "Up to 5.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "12MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "170W", - "AMD Configurable TDP (cTDP)": "", + "Launch Date": "10/1/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7r2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "4", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 7900", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000590", - "Product ID Boxed": "100-100000590BOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": 2, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 5.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "12MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "AMD Wraith Prism", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", + "Name": "AMD Ryzen™ 5 40", + "Family": "Ryzen", + "Series": "Ryzen 10 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", + "Product ID MPK": "", + "Launch Date": "10/1/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7800X3D", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000910", - "Product ID Boxed": "100-100000910WOF", + "Name": "AMD Ryzen™ 3 30", + "Family": "Ryzen", + "Series": "Ryzen 10 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 2, - "Base Clock": "4.2GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "8MB", - "L3 Cache": "96MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "120W", + "Launch Date": "10/1/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "89°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7700X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000591", - "Product ID Boxed": "100-100000591WOF", + "Name": "AMD Athlon™ Gold 20", + "Family": "Athlon", + "Series": "Athlon 10 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 2, - "Base Clock": "4.5GHz", - "Max. Boost Clock ¹ ²": "Up to 5.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "8MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", - "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Premium air cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "105W", + "Launch Date": "10/1/2025", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 5950X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000059", - "Product ID Boxed": "100-100000059WOF", + "Name": "AMD Athlon™ Silver 10", + "Family": "Athlon", + "Series": "Athlon 10 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "11/5/2020", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "105W", + "Launch Date": "10/1/2025", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", + "L3 Cache": "2 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen 3\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 5900X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000061", - "Product ID Boxed": "100-100000061WOF", + "Name": "AMD Ryzen™ 9 PRO 9945", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001407", "Product ID MPK": "", - "Launch Date": "11/5/2020", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "105W", + "Launch Date": "9/16/2025", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "960 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen 3\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 7700", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000592", - "Product ID Boxed": "100-100000592BOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 2, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "8MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "AMD Wraith Prism", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 5900 (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000062", + "Name": "AMD Ryzen™ 7 PRO 9745", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 9000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", + "Product ID Tray": "100-000001408", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "9/16/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "640 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5800X3D", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 5 PRO 9645", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 9000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", + "Product ID Tray": "100-000001409", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "96MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Liquid cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "105W", + "Launch Date": "9/16/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "480 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD 3D V-Cache™ Technology, Windows® 11 Gaming, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5800X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000063", - "Product ID Boxed": "100-100000063WOF", + "Name": "AMD Ryzen™ 9 9955HX3D", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001030", "Product ID MPK": "", - "Launch Date": "11/5/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "1280 KB", + "L2 Cache": "16 MB", + "L3 Cache": "128 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "55-75W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Premium air cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen 3\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7600X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000593", - "Product ID Boxed": "100-100000593WOF", + "Name": "AMD Ryzen™ 9 9955HX", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001028", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 2, - "Base Clock": "4.7GHz", - "Max. Boost Clock ¹ ²": "Up to 5.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "6MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "1280 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "55-75W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ 9 9950X3D", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000719WOF", + "Product ID Tray": "100-000000719", + "Product ID MPK": "", + "Launch Date": "03/12/2025", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.7 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "1280 KB", + "L2 Cache": "16 MB", + "L3 Cache": "128 MB", + "Default TDP": "170W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", "CPU Socket": "AM5", - "Socket Count": "", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "Premium air cooler recommended for optimal performance", - "Thermal Solution MPK": "", - "Default TDP": "105W", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" + }, + { + "Name": "AMD Ryzen™ 9 9950X", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001277WOF", + "Product ID Tray": "100-000001277", + "Product ID MPK": "", + "Launch Date": "08/15/2024", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.7 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "1280 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "170W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" + }, + { + "Name": "AMD Ryzen™ 9 9900X3D", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001368WOF", + "Product ID Tray": "100-000001368", + "Product ID MPK": "", + "Launch Date": "03/12/2025", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.5 GHz", + "Base Clock": "4.4 GHz", + "L1 Cache": "960 KB", + "L2 Cache": "12 MB", + "L3 Cache": "128 MB", + "Default TDP": "120W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" + }, + { + "Name": "AMD Ryzen™ 9 9900X", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000662WOF", + "Product ID Tray": "100-000000662", + "Product ID MPK": "", + "Launch Date": "08/15/2024", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.6 GHz", + "Base Clock": "4.4 GHz", + "L1 Cache": "960 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "120W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5800 (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000456", + "Name": "AMD Ryzen™ 9 9850HX", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001366", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "960 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-75W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5700X3D", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000001503", - "Product ID Boxed": "100-100001503WOF, 100-100001503", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "96MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not Included", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen 3\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5700X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000926", - "Product ID Boxed": "100-100000926WOF", + "Name": "AMD Ryzen™ 7 9850X3D", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001973WOF", + "Product ID Tray": "100-000001973", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.6 GHz", + "Base Clock": "4.7 GHz", + "L1 Cache": "640 KB", + "L2 Cache": "8 MB", + "L3 Cache": "96 MB", + "Default TDP": "120W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5700G", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000263", - "Product ID Boxed": "100-100000263BOX", - "Product ID MPK": "100-100000263MPK", - "Launch Date": "4/13/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7600", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001015", - "Product ID Boxed": "100-100001015BOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 2, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 5.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "6MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ 7 9800X3D", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001084WOF", + "Product ID Tray": "100-000001084", + "Product ID MPK": "", + "Launch Date": "11/07/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "4.7 GHz", + "L1 Cache": "640 KB", + "L2 Cache": "8 MB", + "L3 Cache": "96 MB", + "Default TDP": "120W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", "CPU Socket": "AM5", - "Socket Count": "", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", "PCI Express® Version": "PCIe® 5.0", - "Thermal Solution PIB": "AMD Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" + }, + { + "Name": "AMD Ryzen™ 7 9700X", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001404WOF", + "Product ID Tray": "100-000001404", + "Product ID MPK": "", + "Launch Date": "08/08/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.5 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "640 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Premium air cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 7500F", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000597", + "Name": "AMD Ryzen™ 7 9700F", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000597MPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "6MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001902", + "Product ID MPK": "", + "Launch Date": "9/16/25", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.5 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "640 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", "CPU Socket": "AM5", - "Socket Count": "", - "PCI Express® Version": "PCIe 5.0", - "Thermal Solution PIB": "AMD Wraith Stealth", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "AMD Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD EXPO™ Technology, AMD Ryzen™ Technologies", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600X3D", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001176", - "Product ID Boxed": "100-100001176WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "96MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not Included", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD 3D V-Cache™ Technology, Windows® 11 Gaming, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000065", - "Product ID Boxed": "100-100000065BOX", - "Product ID MPK": "100-100000065MPK", - "Launch Date": "11/5/2020", - "# of CPU Cores": 6, - "# of Threads": 12, "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture, AMD StoreMI Technology, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 6980HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000750 FP7r2:\t100-000000751", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 9600X", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001405WOF", + "Product ID Tray": "100-000001405", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", + "Launch Date": "08/08/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "480 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Premium air cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2400 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600G", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000252", - "Product ID Boxed": "100-100000252BOX", - "Product ID MPK": "100-100000252MPK", - "Launch Date": "4/13/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" + }, + { + "Name": "AMD Ryzen™ 5 9600", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000718BOX", + "Product ID Tray": "100-000000718", + "Product ID MPK": "", + "Launch Date": "02/19/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "480 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "Wraith Stealth", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5700", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000743", - "Product ID Boxed": "100-000000743BOX", - "Product ID MPK": "100-000000743MPK", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 5 9500F", + "Family": "Ryzen", + "Series": "Ryzen 9000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001406", + "Product ID MPK": "", + "Launch Date": "9/8/25", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "480 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "AMD Wraith Stealth", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 3900XT", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "", - "Product ID Boxed": "100-100000277WOF", + "Name": "AMD Ryzen™ 9 PRO 8945HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", + "Product ID Boxed": "", + "Product ID Tray": "100-000001314 (FP7r2) , 100-000001386 (FP7)", "Product ID MPK": "", - "Launch Date": "7/2020", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "4 GHz", "L1 Cache": "", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD Ryzen™ Master Utility", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 6980HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000750 FP7r2:100-000000751", + "Name": "AMD Ryzen™ 7 PRO 8845HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", "Product ID Boxed": "", + "Product ID Tray": "100-000001316 (FP7r2) , 100-000001387 (FP7)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "04/16/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2400 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 6900HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000544 FP7r2:\t100-000000560", + "Name": "AMD Ryzen™ 7 PRO 8840U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", "Product ID Boxed": "", + "Product ID Tray": "100-000001317 (FP7r2) , 100-000001377 (FP7)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2400 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000927", - "Product ID Boxed": "100-100000927BOX", + "Name": "AMD Ryzen™ 7 PRO 8840HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", + "Product ID Boxed": "", + "Product ID Tray": "100-000001353 (FP7r2) , 100-000001381 (FP7)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "AMD Wraith Stealth", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "20-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5500", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000457", - "Product ID Boxed": "100-100000457BOX", + "Name": "AMD Ryzen™ 7 PRO 8705GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000002081", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "AMD Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", + "Launch Date": "12/4/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 3800XT", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "", - "Product ID Boxed": "100-100000279WOF", + "Name": "AMD Ryzen™ 7 PRO 8705G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000002079", "Product ID MPK": "", - "Launch Date": "7/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "4.2 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD Ryzen™ Master Utility", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 6900HS​", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000544 FP7r7:100-000000560", + "Name": "AMD Ryzen™ 7 PRO 8700GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Product ID Tray": "100-000001240 (AM5)", + "Product ID MPK": "100-100001240SPK* , 100-100001240HPK*", + "Launch Date": "Q4 2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2400 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 4500", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000644", - "Product ID Boxed": "100-100000644BOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "AMD Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Name": "AMD Ryzen™ 7 PRO 8700G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001238 (AM5)", + "Product ID MPK": "100-100001238SPK* , 100-100001238HPK*", + "Launch Date": "Q4 2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen 2\" Core Architecture, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 6800H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000545 FP7r2:\t100-000000561", + "Name": "AMD Ryzen™ 5 PRO 8640U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", "Product ID Boxed": "", + "Product ID Tray": "100-000001318 (FP7r2) , 100-000001378 (FP7)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 6800HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000545 FP7r7:\t100-000000561", + "Name": "AMD Ryzen™ 5 PRO 8645HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", "Product ID Boxed": "", + "Product ID Tray": "100-000001315 (FP7r2) , 100-000001388 (FP7)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3600XT", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "", - "Product ID Boxed": "100-100000281BOX", + "Name": "AMD Ryzen™ 5 PRO 8640HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", + "Product ID Boxed": "", + "Product ID Tray": "100-000001354 (FP7r2) , 100-000001382 (FP7)", "Product ID MPK": "", - "Launch Date": "7/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Wraith Spire", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 3995WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000087", - "Product ID Boxed": "100-100000087WOF", - "Product ID MPK": "", - "Launch Date": "7/14/2020", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "4096KB", - "L2 Cache": "32MB", - "L3 Cache": "256MB", - "1kU Pricing": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "20-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 6800U​", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000534 FP7r2:\t100-000000617", + "Name": "AMD Ryzen™ 5 PRO 8605GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002082", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15-28W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 3975WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000086", - "Product ID Boxed": "100-100000086WOF", + "Name": "AMD Ryzen™ 5 PRO 8605G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000002080", "Product ID MPK": "", - "Launch Date": "7/14/2020", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "2048KB", - "L2 Cache": "16MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 3955WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000167", - "Product ID Boxed": "100-100000167WOF", + "Name": "AMD Ryzen™ 5 PRO 8600GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001241 (AM5)", "Product ID MPK": "", - "Launch Date": "7/14/2020", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "8MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sWRX8", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", + "Launch Date": "Q4 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 6600H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000546 FP7r2:\t100-000000562", + "Name": "AMD Ryzen™ 5 PRO 8600G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001239 (AM5)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Launch Date": "Q4 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ PRO 3945WX", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ Threadripper™ PRO Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000168", + "Name": "AMD Ryzen™ 5 PRO 8540U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops, 1L Desktops, Laptops, Mobile Workstations", "Product ID Boxed": "", + "Product ID Tray": "100-000001329 (FP7r2) , 100-000001331 (FP7)", "Product ID MPK": "", - "Launch Date": "7/14/2020", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 3990X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000163", - "Product ID Boxed": "100-100000163WOF", + "Name": "AMD Ryzen™ 5 PRO 8505GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000002084", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "4096KB", - "L2 Cache": "32MB", - "L3 Cache": "256MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sTRX4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Cooler Not Included, Liquid Cooling Recommended", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", + "Launch Date": "12/4/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 5980HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000474", + "Name": "AMD Ryzen™ 5 PRO 8505G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002086", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45+W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "2100 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 6600HS​", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000546 FP7r2:\t100-000000562", + "Name": "AMD Ryzen™ 5 PRO 8500GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001185 (AM5)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "Q4 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 5980HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000474", + "Name": "AMD Ryzen™ 5 PRO 8500G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001183 (AM5)", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "Q4 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "2100 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 6600U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000536 FP7r2:\t100-000000548", + "Name": "AMD Ryzen™ 3 PRO 8305GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002083", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "FP7", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15-28W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5825U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000580", + "Name": "AMD Ryzen™ 3 PRO 8305G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002085", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 5900HX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000300", + "Name": "AMD Ryzen™ 3 PRO 8300GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001189 (AM5)", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "Q4 2024", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45+W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "2100 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 3970X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000011", - "Product ID Boxed": "100-100000011WOF", + "Name": "AMD Ryzen™ 3 PRO 8300G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001187 (AM5)", "Product ID MPK": "", - "Launch Date": "11/25/2019", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "2048KB", - "L2 Cache": "16MB", - "L3 Cache": "128MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sTRX4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "Q4 2024", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 5900HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000300", + "Name": "AMD Ryzen™ 9 8945HX", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001848", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "8KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "4/23/25", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "55-75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "2100 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5825C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 9 8945HS", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001319 (FP7r2) , 100-000001383 (FP7) , 100-000001309 (FP8)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 3960X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000010", - "Product ID Boxed": "100-100000010WOF", + "Name": "AMD Ryzen™ 9 8940HX", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001849", "Product ID MPK": "", - "Launch Date": "11/25/2019", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "12MB", - "L3 Cache": "128MB", - "1kU Pricing": "", + "Launch Date": "4/23/25", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "55-75W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "sTRX4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Not included", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5800H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000295", + "Name": "AMD Ryzen™ 7 8845HS", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001322 (FP7r2) , 100-000001384 (FP7) , 100-000001311 (FP8)", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "12/06/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", "Default TDP": "45W", "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5625U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000583", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5625C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 7 8840U", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001323 (FP7r2) , 100-000001375 (FP7) , 100-000001312 (FP8)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5800HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000295", + "Name": "AMD Ryzen™ 7 8840HX", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001850", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "4/23/25", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 3950X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000051", - "Product ID Boxed": "100-100000051WOF", + "Name": "AMD Ryzen™ 7 8840HS", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001372 (FP7r2) , 100-000001379 (FP7) , 100-000001357 (FP8)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "8MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Cooler Not Included, Liquid Cooling Recommended", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "20-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000296", + "Name": "AMD Ryzen™ 7 8745HX", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001851", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "4/23/25", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000296", + "Name": "AMD Ryzen™ 7 8705G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002077", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5500H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000001389", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 7 8700G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001236SBX* , 100-100001236CSX*", + "Product ID Tray": "100-000001236", + "Product ID MPK": "100-100001236SPK* , 100-100001236HPK*", + "Launch Date": "Q1 2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ 7 8700F", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001590BOX , 100-100001590CBX", + "Product ID Tray": "100-000001590 (AM5)", + "Product ID MPK": "100-100001590MPK , 100-100001590CPK", + "Launch Date": "04/01/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.1 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5800U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000285", + "Name": "AMD Ryzen™ 5 8645HS", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001320 (FP7r2) , 100-000001385 (FP7) , 100-000001310 (FP8)", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "1.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 3900X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000023", - "Product ID Boxed": "100-100000023BOX", - "Product ID MPK": "100-100000023MPK", - "Launch Date": "7/7/2019", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0 x16", - "Thermal Solution PIB": "Wraith Prism with RGB LED", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith PRISM", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5700U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000371", + "Name": "AMD Ryzen™ 5 8640U", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001324 (FP7r2) , 100-000001376 (FP7) , 100-000001313 (FP8)", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5560U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 5 8640HS", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001373 (FP7r2) , 1100-000001380 (FP7) , 100-000001358(FP8)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "20-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4, LPDDR4X", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 3900 Processor (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 5 8605G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002078", "Product ID MPK": "", - "Launch Date": "9/24/2019", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0 x16", - "Thermal Solution PIB": "N/A", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "N/A", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000287", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 5 8600G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001237BOX", + "Product ID Tray": "100-000001237", + "Product ID MPK": "100-100001237MPK", + "Launch Date": "Q1 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen 3\" Core Architecture", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 5425U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000586", + "Name": "AMD Ryzen™ 5 8540U", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001326 (FP7r2) , 100-000001333 (FP7)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 5425C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 5 8505GE", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002092", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Launch Date": "12/4/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5500U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000375", + "Name": "AMD Ryzen™ 5 8505G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002089", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 5400U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000288", + "Name": "AMD Ryzen™ 5 8500GE", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001495 (AM5)", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "Q4 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 3800X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000025", - "Product ID Boxed": "100-100000025BOX", - "Product ID MPK": "100-100000025MPK", - "Launch Date": "7/7/2019", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0 x16", - "Thermal Solution PIB": "Wraith Prism with RGB LED", + "Name": "AMD Ryzen™ 5 8500G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000931BOX", + "Product ID Tray": "100-000001491 , 100-000000931", + "Product ID MPK": "100-100000931MPK", + "Launch Date": "Q1 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith PRISM", - "Default TDP": "105W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 5300U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000376", + "Name": "AMD Ryzen™ 3 8440U", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001325 (FP7r2) , 100-000001332 (FP7)", "Product ID MPK": "", - "Launch Date": "1/12/2021", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1500 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 3700X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000071", - "Product ID Boxed": "100-100000071BOX", - "Product ID MPK": "100-100000071MPK", - "Launch Date": "7/7/2019", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2500 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ 5 8400F", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001591BOX , 100-100001591CBX", + "Product ID Tray": "100-000001591 (AM5)", + "Product ID MPK": "100-100001591MPK , 100-100001591CPK", + "Launch Date": "04/01/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0 x16", - "Thermal Solution PIB": "Wraith Prism with RGB LED", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith PRISM", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 4100", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000510", - "Product ID Boxed": "100-100000510BOX", + "Name": "AMD Ryzen™ 3 8305GE", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000002090", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "AMD Wraith Stealth", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen 2\" Core Architecture, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 5125C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 3 8305G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000002091", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "1MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "12/4/2025", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 5700GE", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000260", + "Name": "AMD Ryzen™ 3 8300GE", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000260MPK", - "Launch Date": "4/13/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Product ID Tray": "100-000001496 (AM5)", + "Product ID MPK": "", + "Launch Date": "Q4 2024", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3600X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000022", - "Product ID Boxed": "100-100000022BOX", - "Product ID MPK": "100-100000022MPK", - "Launch Date": "7/7/2019", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "32MB", - "1kU Pricing": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0 x16", - "Thermal Solution PIB": "Wraith Spire", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600GE", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000261", + "Name": "AMD Ryzen™ 3 8300G", + "Family": "Ryzen", + "Series": "Ryzen 8000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000261MPK", - "Launch Date": "4/13/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001492 , 100-000001186", + "Product ID MPK": "100-100001186MPK", + "Launch Date": "Q1 2024", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "Wraith Stealth", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3600", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000031", - "Product ID Boxed": "100-100000031BOX", - "Product ID MPK": "100-100000031MPK", - "Launch Date": "7/7/2019", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 7995WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 7000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000884WOF", + "Product ID Tray": "100-000000884", + "Product ID MPK": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "96", + "# of Threads": "192", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "6144 KB", + "L2 Cache": "96 MB", + "L3 Cache": "384 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0 x16", - "Thermal Solution PIB": "Wraith Stealth", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 5200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 5300G (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000253 (OEM Only)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 7985WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 7000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000454WOF", + "Product ID Tray": "100-000000454", "Product ID MPK": "", - "Launch Date": "4/13/2021", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "64", + "# of Threads": "128", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "4096 KB", + "L2 Cache": "64 MB", + "L3 Cache": "256 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 5200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 5300GE (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000262 (OEM Only)", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 7975WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 7000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000453WOF", + "Product ID Tray": "100-000000453", "Product ID MPK": "", - "Launch Date": "4/13/2021", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "2048 KB", + "L2 Cache": "32 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 4700G (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 4000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000146", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3300X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000159", - "Product ID Boxed": "100-100000159BOX", - "Product ID MPK": "100-100000159MPK", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 5200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5600GT", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000001488", - "Product ID Boxed": "100-100001488BOX", - "Product ID MPK": "100-100001488MPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 7965WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 7000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000885WOF", + "Product ID Tray": "100-000000885", + "Product ID MPK": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "24", + "# of Threads": "48", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "1536 KB", + "L2 Cache": "24 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "AMD Wraith Stealth", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "AMD Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3100", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000000284", - "Product ID Boxed": "100-100000284BOX", - "Product ID MPK": "100-100000284MPK", - "Launch Date": "05/2020", - "# of CPU Cores": 4, - "# of Threads": 8, + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 5200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 4600G", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 4000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000147", - "Product ID Boxed": "100-100000147BOX", + "Name": "AMD Ryzen™ Threadripper™ PRO 7955WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 7000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000886", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "4.5 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD StoreMI Technology, AMD \"Zen 2\" Core Architecture, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 5200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3500 Processor (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000050", + "Name": "AMD Ryzen™ Threadripper™ PRO 7945WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 7000 WX-Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000887", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "4.7 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0 x16", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "8", + "System Memory Specification": "Up to 5200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD PRO technologies , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 4300G (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 4000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000144", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 7980X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 7000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001350WOF", + "Product ID Tray": "100-000001350", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "64", + "# of Threads": "128", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "4096 KB", + "L2 Cache": "64 MB", + "L3 Cache": "256 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "4", + "System Memory Specification": "Up to 5200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 4700GE (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 4000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000149", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 7970X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 7000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001351WOF", + "Product ID Tray": "100-000001351", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "2048 KB", + "L2 Cache": "32 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "4", + "System Memory Specification": "Up to 5200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 4600GE (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 4000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000150", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 7960X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 7000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100001352WOF", + "Product ID Tray": "100-000001352", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "10/19/2023", + "# of CPU Cores": "24", + "# of Threads": "48", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "1536 KB", + "L2 Cache": "24 MB", + "L3 Cache": "128 MB", + "Default TDP": "350W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "sTR5", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "4", + "System Memory Specification": "Up to 5200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 4300GE (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 4000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "100-000000151", + "Name": "AMD Ryzen™ 9 PRO 7945", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", + "Product ID Tray": "100-000000598", + "Product ID MPK": "100-100000598SPK* , 100-100000598HPK*", + "Launch Date": "06/13/2023", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 5500GT", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 5000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "100-000001489", - "Product ID Boxed": "100-100001489BOX", - "Product ID MPK": "100-100001489MPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "AMD Wraith Stealth", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "AMD Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "AMD Wraith Spire", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 4900H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 9 PRO 7940HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Mobile Workstations, 1L Desktops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000958 (FP7r2) , 100-000000967 (FP7)", "Product ID MPK": "", - "Launch Date": "3/16/20", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", + "Launch Date": "06/13/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "4 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35-54W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1750 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 4900HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 9 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 7 PRO 7840U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Mobile Workstations, 1L Desktops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000961 (FP7r2) , 100-000000970 (FP7)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", + "Launch Date": "06/13/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1750 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 4800HS", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 7 PRO 7840HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Mobile Workstations, 1L Desktops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000968 (FP7) 100-000000959 (FP7r2)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 7, - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", + "Launch Date": "06/13/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.8 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "", "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 4800H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000098", + "Name": "AMD Ryzen™ 7 PRO 7745", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 7, - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Product ID Tray": "100-000000599", + "Product ID MPK": "100-100000599SPK* , 100-100000599HPK*", + "Launch Date": "06/13/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 4600H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000100", + "Name": "AMD Ryzen™ 7 PRO 7735U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-0000001292 (FP7r2)", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "9/30/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.75 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15 - 30WW", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1500 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 4800U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000082", + "Name": "AMD Ryzen™ 7 PRO 7730U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000948", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", + "Launch Date": "01/04/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1750 MHz", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 4700U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000083", + "Name": "AMD Ryzen™ 5 PRO 7645", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": 7, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Product ID Tray": "100-000000600", + "Product ID MPK": "100-100000600SPK* , 100-100000600HPK*", + "Launch Date": "06/13/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 4600U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000105", + "Name": "AMD Ryzen™ 5 PRO 7640U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Mobile Workstations, 1L Desktops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001108 (FP7r2) , 100-000001111 (FP7)", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "06/13/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1500 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 4500U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000084", + "Name": "AMD Ryzen™ 5 PRO 7640HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Mobile Workstations, 1L Desktops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000960 (FP7r2) 100-000000969 (FP7)", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": 6, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "06/13/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1500 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 4300U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000085", + "Name": "AMD Ryzen™ 5 PRO 7545U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Mobile Workstations, 1L Desktops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001073 (FP7) , 100-000001069 (FP7r2)", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 5, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "11/02/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3250U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3250C4T2OFG", + "Name": "AMD Ryzen™ 5 PRO 7540U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Mobile Workstations, 1L Desktops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000962 (FP7r2) , 100-000000971 (FP7)", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "06/13/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2500 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3400G with Radeon™ RX Vega 11 Graphics", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "YD3400C5M4MFH", - "Product ID Boxed": "YD3400C5FHBOX", - "Product ID MPK": "YD3400C5FHMPK", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "AMD Wraith Spire", + "Name": "AMD Ryzen™ 5 PRO 7535U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001293 (FP7r2)", + "Product ID MPK": "", + "Launch Date": "9/30/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.55 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15 - 30WW", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "AMD Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "Radeon™ RX Vega 11 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 4980U Microsoft Surface® Edition", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics Microsoft Surface® Edition", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 5 PRO 7530U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000949", "Product ID MPK": "", - "Launch Date": "4/13/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "01/04/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 4267MT/s", - "System Memory Type": "LPDDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1950 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3400GE (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD3400C6M4MFH", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 PRO 7445", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-000001899", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "7/7/19", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", + "Launch Date": "9/16/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1300 MHz", - "Graphics Model": "Radeon™ Vega 11 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 4680U Microsoft Surface® Edition", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics Microsoft Surface® Edition", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 3 PRO 7335U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001294 (FP7r2)", "Product ID MPK": "", - "Launch Date": "4/13/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "9/30/2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "2048 KB", + "L2 Cache": "8 MB", + "L3 Cache": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15 - 30WW", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 4267MT/s", - "System Memory Type": "LPDDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1500 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "4", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 3780U Microsoft Surface® Edition", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ RX Vega 11 Graphics Microsoft Surface® Edition", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 3 PRO 7330U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000950", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "01/04/2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "Radeon™ RX Vega 11 Graphics", - "Supported Technologies": "AMD Zen+ (Core) Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3200G with Radeon™ Vega 8 Graphics", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "YD3200C5M4MFH", - "Product ID Boxed": "YD3200C5FHBOX", - "Product ID MPK": "YD3200C5FHMPK", - "Launch Date": "7/7/2019", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "Wraith Stealth", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1250 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3200GE (OEM Only)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD3200C6M4MFH", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 9 7950X3D", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000908WOF", + "Product ID Tray": "100-000000908", "Product ID MPK": "", - "Launch Date": "7/7/19", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", + "Launch Date": "02/28/2023", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.7 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "128 MB", + "Default TDP": "120W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "89°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold 7220U", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000771", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 9 7950X", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000514WOF", + "Product ID Tray": "100-000000514", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 2, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Launch Date": "09/27/2022", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.7 GHz", + "Base Clock": "4.5 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "170W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ 320GE", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD32GEC6M2OFH", - "Product ID Boxed": "YD32GEC6FHBOX", + "Name": "AMD Ryzen™ 9 7945HX3D", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001086", "Product ID MPK": "", - "Launch Date": "7/7/2019", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "07/27/2023", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "128 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "55-75W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "89°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ 300GE", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD30GEC6M2OFH", + "Name": "AMD Ryzen™ 9 7945HX", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000870", "Product ID MPK": "", - "Launch Date": "7/7/19", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "02/28/2023", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "55-75W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 3750H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ RX Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3700C4T4MFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 9 7940HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000954 (FP7r2) 100-000000963 (FP7) 100-000001128 (FP8)", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 10, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "04/30/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "35-54W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "Radeon™ RX Vega 10 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3550H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3500C4T4MFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 9 7940HX", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001486", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 8, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "1/17/2024", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "55 - 75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Silver 7120U", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "100-000000772", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 9 7900X3D", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000909WOF", + "Product ID Tray": "100-000000909", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 2, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "1MB", - "L3 Cache": "2MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Launch Date": "02/28/2023", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.6 GHz", + "Base Clock": "4.4 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "12 MB", + "L3 Cache": "128 MB", + "Default TDP": "120W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "89°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "LPDDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 610M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 3700U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ RX Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3700C4T4MFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 9 7900X", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000589WOF", + "Product ID Tray": "100-000000589", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 10, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "Radeon™ RX Vega 10 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Launch Date": "09/27/2022", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.6 GHz", + "Base Clock": "4.7 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "170W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3500U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3500C4T4MFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 9 7900", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000590WOF* , 100-100000590WOZ*", + "Product ID Tray": "100-000000590", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 8, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "01/14/2023", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Prism", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3350U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3300C4T4MFG", + "Name": "AMD Ryzen™ 9 7845HX", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000871", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "348KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "02/28/2023", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.2 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "764 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 6 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3300U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3300C4T4MFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 7840U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000830 (FP7r2) , 100-000000829 (FP7) , 100-000001131 (FP8)", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "05/03/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 6 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3580U Microsoft Surface® Edition", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Vega 9 Graphics Microsoft Surface® Edition", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 7 7840HX", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001487", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 9, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "1/17/2024", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45 - 75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1300 MHz", - "Graphics Model": "Radeon™ Vega 9 Graphics", - "Supported Technologies": "AMD Zen+ (Core) Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 3700C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM370CC4T4MFG", + "Name": "AMD Ryzen™ 7 7840HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000955 (FP7r2) 100-000000964 (FP7) 100-000001129 (FP8)", "Product ID MPK": "", - "Launch Date": "9/22/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 10, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "Q4 2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "35-54W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "ChromeOS, Windows 11 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 780M", + "Graphics Core Count": "12", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3450U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3450C4T4MFG", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 7 7800X3D", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000910WOF", + "Product ID Tray": "100-000000910", "Product ID MPK": "", - "Launch Date": "Q2 2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-35W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Launch Date": "04/06/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "96 MB", + "Default TDP": "120W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "89°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3200U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3200C4T2OFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 7745HX", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000721", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "02/28/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 3500C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM350CC4T4MFG", + "Name": "AMD Ryzen™ 7 7736U​", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000534 FP7r2:\t100-000000617", "Product ID MPK": "", - "Launch Date": "9/22/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 8, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "01/04/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-28W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "ChromeOS, Windows 11 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 3250C", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM325CC4T2OFG", + "Name": "AMD Ryzen™ 7 7735U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000987 FP7r2: 100-000000991", "Product ID MPK": "", - "Launch Date": "9/22/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "Q1 2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.75 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "ChromeOS, Windows 11 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 , LPDDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ 300U", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM300UC4T2OFG", + "Name": "AMD Ryzen™ 7 7735HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000985 , FP7r2: 100-000000989", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "193KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "Q2 2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.75 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35-54W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 , LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold 3150U", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3150C4T2OFG", + "Name": "AMD Ryzen™ 7 7730U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000942", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "Q1 2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Silver 3050U", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3050C4T2OFG", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 7 7700X", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000591WOF", + "Product ID Tray": "100-000000591", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 2, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Launch Date": "09/27/2022", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.4 GHz", + "Base Clock": "4.5 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Premium air cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Silver 3050e", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3050C7T2OFG​", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "1.4GHz", - "Max. Boost Clock ¹ ²": "Up to 2.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 7 7700", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000592SBX* , 100-100000592WOZ*", + "Product ID Tray": "100-000000592", + "Product ID MPK": "100-100000592SPK*", + "Launch Date": "01/14/2023", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Prism", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "6W", - "AMD Configurable TDP (cTDP)": "N/AW", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold 3150C", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM315CC4T2OFG", + "Name": "AMD Ryzen™ 5 7645HX", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000872", "Product ID MPK": "", - "Launch Date": "9/22/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "02/28/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "55W", + "AMD Configurable TDP (cTDP)": "45-75W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "FL1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "ChromeOS, Windows 11 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Silver 3050C", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM305CC4T2OFG", + "Name": "AMD Ryzen™ 5 7640U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001106 (FP7r2) , 100-000001109 (FP7) , 100-000001132 (FP8)", "Product ID MPK": "", - "Launch Date": "9/22/2020", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 2, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "05/03/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "ChromeOS, Windows 11 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold 3150GE (OEM Only)", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ 3000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD3150C6M4MFH", + "Name": "AMD Ryzen™ 5 7640HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000956 (FP7r2) 100-000000965 (FP7) 100-000001130 (FP8)", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "04/30/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "35-54W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2, FP8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 760M", + "Graphics Core Count": "8", + "Graphics Frequency": "2600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD 3020e", - "Family": "AMD", - "Line": "AMD 3000 Series Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3020C7T2OFG​", + "Name": "AMD Ryzen™ 5 7600X3D", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", + "Product ID Tray": "100-000001721", "Product ID MPK": "", - "Launch Date": "1/6/2020", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 3, - "Base Clock": "1.2GHz", - "Max. Boost Clock ¹ ²": "Up to 2.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "9/5/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "4.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "96 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "6W", - "AMD Configurable TDP (cTDP)": "N/AW", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "89°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold 3150G (OEM Only)", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ 3000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD3150C5M4MFH", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 7600X", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000593WOF", + "Product ID Tray": "100-000000593", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "09/27/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5.3 GHz", + "Base Clock": "4.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Premium air cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Silver 3050GE (OEM Only)", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ 3000 G-Series Desktop Processors with Radeon™ Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD305GC6M2OFH", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 7600", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001015BOX", + "Product ID Tray": "100-000001015", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "01/14/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD 3015e", - "Family": "AMD", - "Line": "AMD 3000 Series Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "AM3015BRP2OFJ", + "Name": "AMD Ryzen™ 5 7545U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000930 (FP7r2) , 100-000000929 (FP7)", "Product ID MPK": "", - "Launch Date": "7/6/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "1.2GHz", - "Max. Boost Clock ¹ ²": "Up to 2.3GHz", - "All Core Boost Speed": "", + "Launch Date": "11/02/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FT5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "6W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD 3015Ce", - "Family": "AMD", - "Line": "AMD 3000 Series Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "AM301CBRP2OFJ", + "Name": "AMD Ryzen™ 5 7540U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000957 (FP7r2) , 100-000000966 (FP7)", "Product ID MPK": "", - "Launch Date": "4/29/2021", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "1.2GHz", - "Max. Boost Clock ¹ ²": "Up to 2.3GHz", - "All Core Boost Speed": "", + "Launch Date": "05/03/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FT5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "6W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "ChromeOS *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2500 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "Not Available", + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 2990WX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD299XAZUIHAF", - "Product ID Boxed": "YD299XAZAFWOF", + "Name": "AMD Ryzen™ 5 7535U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000988 FP7r2: 100-000000992", "Product ID MPK": "", - "Launch Date": "8/13/2018", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "3072KB", - "L2 Cache": "16MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "sTR4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "Q1 2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.55 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "250W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 , LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 2970WX", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD297XAZUHCAF", - "Product ID Boxed": "YD297XAZAFWOF", + "Name": "AMD Ryzen™ 5 7535HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000986 , FP7r2: 100-000000990", "Product ID MPK": "", - "Launch Date": "10/18", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "2304KB", - "L2 Cache": "12MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "sTR4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "Q2 2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.55 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35-54W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "250W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 , LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 2950X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD295XA8UGAAF", - "Product ID Boxed": "YD295XA8AFWOF", + "Name": "AMD Ryzen™ 5 7533HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000001632 , FP7r2: 100-000001634", "Product ID MPK": "", - "Launch Date": "8/31/2018", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "8MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "sTR4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Launch Date": "Q3 2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35-54W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 , LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 2920X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD292XA8UC9AF", - "Product ID Boxed": "YD292XA8AFWOF", + "Name": "AMD Ryzen™ 5 7530U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000943", "Product ID MPK": "", - "Launch Date": "10/18", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "1152KB", - "L2 Cache": "6MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "sTR4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "Launch Date": "Q1 2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 2700X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD270XBGM88AF", - "Product ID Boxed": "YD270XBGAFBOX", - "Product ID MPK": "YD270XBGAFMPK", - "Launch Date": "04/19/2018", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Prism with RGB LED", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith PRISM", - "Default TDP": "105W", + "Name": "AMD Ryzen™ 5 7520U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000770", + "Product ID MPK": "", + "Launch Date": "09/20/2022", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "85°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD SenseMI Technology, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 2700", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD2700BBM88AF", - "Product ID Boxed": "YD2700BBAFBOX", - "Product ID MPK": "YD2700BBAFMPK", - "Launch Date": "04/19/2018", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Spire with RGB LED", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", + "Name": "AMD Ryzen™ 5 7520C", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000773", + "Product ID MPK": "", + "Launch Date": "05/23/2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD SenseMI Technology, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 2700E Processor", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD270EBHM88AF", + "Name": "AMD Ryzen™ 5 7500X3D", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", - "Product ID MPK": "YD270EBHAFMPK", - "Launch Date": "September 2018", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "45W", + "Product ID Tray": "100-000001904", + "Product ID MPK": "", + "Launch Date": "11/12/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "96 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD StoreMI Technology, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "89°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2600X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD260XBCM6IAF", - "Product ID Boxed": "YD260XBCAFBOX", - "Product ID MPK": "YD260XBCAFMPK", - "Launch Date": "04/19/2018", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 5 7500F", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000000597", + "Product ID MPK": "100-100000597MPK", + "Launch Date": "07/22/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Spire", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD SenseMI Technology, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2600", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD2600BBM6IAF", - "Product ID Boxed": "YD2600BBAFBOX", - "Product ID MPK": "YD2600BBAFMPK", - "Launch Date": "04/19/2018", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Stealth", + "Name": "AMD Ryzen 7 7445HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001873 (FP7r2)", + "Product ID MPK": "", + "Launch Date": "05/03/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.55 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "20-40W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD SenseMI Technology, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2600E", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD260EBHM6IAF", + "Name": "AMD Ryzen™ 3 7440U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "YD260EBHAFMPK", - "Launch Date": "September 2018", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "578KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Product ID Tray": "100-000001068 (FP7r2) , 100-000001071 (FP7)", + "Product ID MPK": "", + "Launch Date": "05/03/2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 4nm FinFET", + "CPU Socket": "FP7, FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD StoreMI Technology, AMD SenseMI Technology, AMD \"Zen\" Core Architecture", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 (FP7r2) , LPDDR5X (FP7-FP8)", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 740M", + "Graphics Core Count": "4", + "Graphics Frequency": "2500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2500X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD250XBBM4KAF", + "Name": "AMD Ryzen™ 7 7435HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "YD250XBBAFMPK", - "Launch Date": "9/10/2018", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Product ID Tray": "FP7r2: 100-000001506", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2400G with Radeon™ RX Vega 11 Graphics", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "YD2400C5M4MFB", - "Product ID Boxed": "YD2400C5FBBOX", - "Product ID MPK": "YD2400C5FBMPK", - "Launch Date": "02/12/2018", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "Wraith Stealth", + "Name": "AMD Ryzen™ 5 7430U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001471", + "Product ID MPK": "", + "Launch Date": "Q4 2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "46-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1250 MHz", - "Graphics Model": "Radeon™ RX Vega 11 Graphics", - "Supported Technologies": "AMD Software: Adrenalin Edition, AMD SenseMI Technology, AMD VR Ready Processors, AMD Ryzen™ Master Utility, Enmotus FuzeDrive™ for AMD Ryzen™, AMD FreeSync™ Technology", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2400GE with Radeon™ RX Vega 11 Graphics", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD2400C6M4MFB", + "Name": "AMD Ryzen™ 5 7400F", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", - "Product ID MPK": "YD2400C6FBMPK", - "Launch Date": "04/19/2018", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001845", + "Product ID MPK": "", + "Launch Date": "1/9/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "Not included", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1250 MHz", - "Graphics Model": "Radeon™ RX Vega 11 Graphics", - "Supported Technologies": "AMD VR Ready Processors, AMD Ryzen™ Master Utility, DirectX® 12 Technology", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 2300X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD230XBBM4KAF", + "Name": "AMD Ryzen™ 5 7400", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", - "Product ID MPK": "YD230XBBAFMPK", - "Launch Date": "9/10/2018", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", + "Product ID Tray": "100-000001900", + "Product ID MPK": "", + "Launch Date": "9/16/25", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 5nm FinFET", + "CPU Socket": "AM5", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 5.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD EXPO™ Technology , AMD Ryzen™ Technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 PRO 6950H", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 9 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000541 FP7r2:100-000000563", + "Name": "AMD Ryzen™ 3 7335U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000537 FP7r2: 100-000000549", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "Q1 2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-30W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5 , LPDDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2400 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "4", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 2200G with Radeon™ Vega 8 Graphics", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "YD2200C5M4MFB", - "Product ID Boxed": "YD2200C5FBBOX", - "Product ID MPK": "YD2200C5FBMPK", - "Launch Date": "02/12/2018", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "Wraith Stealth", + "Name": "AMD Ryzen™ 3 7330U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000944", + "Product ID MPK": "", + "Launch Date": "Q1 2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "46-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD Software: Adrenalin Edition, AMD SenseMI Technology, AMD VR Ready Processors, AMD Ryzen™ Master Utility, Enmotus FuzeDrive™ for AMD Ryzen™, AMD FreeSync™ Technology", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 2200GE with Radeon™ Vega 8 Graphics", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD2200C6M4MFB", + "Name": "AMD Ryzen™ 3 7320U", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "YD2200C6FBMPK", - "Launch Date": "04/19/2018", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", + "Product ID Tray": "100-000000676", + "Product ID MPK": "", + "Launch Date": "09/20/2022", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD VR Ready Processors, AMD Ryzen™ Master Utility, DirectX® 12 Technology", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 PRO 6950HS", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 9 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000541 FP7r2: 100-000000563", + "Name": "AMD Ryzen™ 3 7320C", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000774", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "05/23/2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "94.99°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2400 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 6860Z", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000781", + "Name": "AMD Ryzen™ 5 7235HS", + "Family": "Ryzen", + "Series": "Ryzen 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7r2: 1100-000001507", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.75GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-53W", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP7r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "28W", - "AMD Configurable TDP (cTDP)": "15-28W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 2800H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ RX Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM2800C3T4MFB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ Z1 Extreme", + "Family": "Ryzen", + "Series": "Ryzen Z1", + "Form Factor": "Handheld", + "Product ID Boxed": "", + "Product ID Tray": "100-000001278", "Product ID MPK": "", - "Launch Date": "9/10/2018", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5.1 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "9-30W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1300 MHz", - "Graphics Model": "Radeon™ RX Vega 11 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "12", + "Graphics Frequency": "", + "Graphics Boost Frequency": "Up to 2900 MHz", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Radeon™ Super Resolution , AMD Radeon™ Boost , AMD Radeon™ Anti-Lag , AMD FreeSync™ Technology , AMD Radeon™ Chill" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2600H", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM2600C3T4MFB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ Z1", + "Family": "Ryzen", + "Series": "Ryzen Z1", + "Form Factor": "Handheld", + "Product ID Boxed": "", + "Product ID Tray": "100-000001280", "Product ID MPK": "", - "Launch Date": "9/10/2018", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 8, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "9-30W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "35-54W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "", + "Graphics Boost Frequency": "Up to 2800 MHz", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Radeon™ Super Resolution , AMD Radeon™ Boost , AMD Radeon™ Anti-Lag , AMD FreeSync™ Technology , AMD Radeon™ Chill" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 6850H", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000542 FP7r2: 100-000000564", + "Name": "AMD Athlon™ Gold 7220U", + "Family": "Athlon", + "Series": "Athlon 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000771", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", - "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 2700U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Mobile Processors with Radeon™ RX Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM2700C4T4MFB", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ Gold 7220C", + "Family": "Athlon", + "Series": "Athlon 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000775", "Product ID MPK": "", - "Launch Date": "10/26/2017", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 10, - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", + "L3 Cache": "2 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1300 MHz", - "Graphics Model": "Radeon™ RX Vega 10 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology, VCN", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 2500U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM2500C4T4MFB", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "10/26/2017", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Name": "AMD Athlon™ Silver 7120U", + "Family": "Athlon", + "Series": "Athlon 7000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000772", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", + "L3 Cache": "2 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology, VCN", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 6850HS", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000542 FP7r2:100-000000564", + "Name": "AMD Athlon™ Silver 7120C", + "Family": "Athlon", + "Series": "Athlon 7000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000776", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", + "L3 Cache": "2 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FT6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 610M", + "Graphics Core Count": "2", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ 9 PRO 6950HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000541 FP7r2: 100-000000563", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "94.99°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "12", + "Graphics Frequency": "2400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 5655G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001513", + "Name": "AMD Ryzen™ 9 PRO 6950H", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000541 FP7r2:100-000000563", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 2300U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM2300C4T4MFB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 PRO 6860Z", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000781", "Product ID MPK": "", - "Launch Date": "1/8/2018", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.75 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "28W", + "AMD Configurable TDP (cTDP)": "15-28W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 6 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD FreeSync™ Technology, DirectX® 12 Technology", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 6850U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "FP7:100-000000538 FP7r2:100-000000550", + "Name": "AMD Ryzen™ 7 PRO 6850U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000538 FP7r2:100-000000550", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 12, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-28W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15W-28W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2200 MHz", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ 680M", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 2200U", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM2200C4T2OFB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 PRO 6850HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000542 FP7r2:100-000000564", "Product ID MPK": "", - "Launch Date": "1/8/2018", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DirectX® 12 Technology", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 6650H", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000543 (FP7) FFP7r2: 100-000000565 (FP7r2)", + "Name": "AMD Ryzen™ 7 PRO 6850H", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000542 FP7r2: 100-000000564", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 5655GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001514", + "Name": "AMD Ryzen™ 5 PRO 6650U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000539 , FP7r2:100-000000551", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "04/19/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-28W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 1950X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD195XA8UGAAE", - "Product ID Boxed": "YD195XA8AEWOF", + "Name": "AMD Ryzen™ 5 PRO 6650HS", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000543 FP7r2:100-000000565", "Product ID MPK": "", - "Launch Date": "7/31/2017", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "8MB", - "L3 Cache": "32MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "sTR4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX2, FMA3", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 PRO 5945", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 9 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000831", + "Name": "AMD Ryzen™ 5 PRO 6650H", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7: 100-000000543 (FP7) FFP7r2: 100-000000565 (FP7r2)", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 1920X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD192XA8UC9AE", - "Product ID Boxed": "YD192XA8AEWOF", + "Name": "AMD Ryzen™ 9 6980HX", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000750 FP7r2:\t100-000000751", "Product ID MPK": "", - "Launch Date": "7/31/2017", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "1152KB", - "L2 Cache": "6MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "sTR4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, AMD Ryzen™ VR-Ready Premium, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX2, FMA3", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 5845", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000832", + "Name": "AMD Ryzen™ 9 6980HS", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000750 FP7r2:100-000000751", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ Threadripper™ 1900X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ Threadripper™ Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD190XA8U8QAE", - "Product ID Boxed": "YD190XA8AEWOF", + "Name": "AMD Ryzen™ 9 6900HX", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000544 FP7r2:\t100-000000560", "Product ID MPK": "", - "Launch Date": "8/31/2017", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "sTR4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 4, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD Ryzen™ VR-Ready Premium, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX2, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 5645", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000833", + "Name": "AMD Ryzen™ 9 6900HS​", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000544 FP7r7:100-000000560", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "3MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 6650HS", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "FP7: 100-000000543 FP7r2:100-000000565", + "Name": "AMD Ryzen™ 7 6800U​", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000534 FP7r2:\t100-000000617", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "04/19/2022", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-28W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 1800X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD180XBCM88AE", - "Product ID Boxed": "YD180XBCAEWOF", - "Product ID MPK": "YD180XBCAEMPK", - "Launch Date": "3/2/2017", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Max", - "Default TDP": "95W", + "Name": "AMD Ryzen™ 7 6800HS", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000545 FP7r7:\t100-000000561", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 5750G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000254", + "Name": "AMD Ryzen™ 7 6800H", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000545 FP7r2:\t100-000000561", "Product ID MPK": "", - "Launch Date": "6/1/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 680M", + "Graphics Core Count": "12", + "Graphics Frequency": "2200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 5750GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000257", + "Name": "AMD Ryzen™ 5 6600U", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000536 FP7r2:\t100-000000548", "Product ID MPK": "", - "Launch Date": "6/1/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "04/19/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "15-28W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 5650G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000255", + "Name": "AMD Ryzen™ 5 6600HS​", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000546 FP7r2:\t100-000000562", "Product ID MPK": "", - "Launch Date": "6/1/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 5650GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000258", + "Name": "AMD Ryzen™ 5 6600H", + "Family": "Ryzen", + "Series": "Ryzen 6000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "FP7:100-000000546 FP7r2:\t100-000000562", "Product ID MPK": "", - "Launch Date": "6/1/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 6nm FinFET", + "CPU Socket": "FP7", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR5", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ 660M", + "Graphics Core Count": "6", "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 1700X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD170XBCM88AE", - "Product ID Boxed": "YD170XBCAEWOF", - "Product ID MPK": "YD170XBCAEMPK", - "Launch Date": "3/2/2017", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 5995WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 5000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000444WOF", + "Product ID Tray": "100-000000444", + "Product ID MPK": "", + "Launch Date": "03/08/2022", + "# of CPU Cores": "64", + "# of Threads": "128", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "4096 KB", + "L2 Cache": "32 MB", + "L3 Cache": "256 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Not included", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Max", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 9 PRO 3900", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 9 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000072", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 5975WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 5000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000445WOF", + "Product ID Tray": "100-000000445", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "6MB", - "L3 Cache": "64MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Launch Date": "03/08/2022", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "2048 KB", + "L2 Cache": "16 MB", + "L3 Cache": "128 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 5355G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 5965WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 5000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000446WOF", + "Product ID Tray": "100-000000446", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Launch Date": "03/08/2022", + "# of CPU Cores": "24", + "# of Threads": "48", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "1536 KB", + "L2 Cache": "12 MB", + "L3 Cache": "128 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 6650U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 6000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "\"FP7:100-000000539 FP7r2:100-000000551", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 5955WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 5000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "100-100000447WOF", + "Product ID Tray": "100-000000447", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 6nm FinFET", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 4.0", - "Thermal Solution PIB": "", + "Launch Date": "03/08/2022", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "8 MB", + "L3 Cache": "64 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "15W-28W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR5", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "AMD Radeon™ 660M", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 5875U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 5000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000581", + "Name": "AMD Ryzen™ Threadripper™ PRO 5945WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 5000 WX-Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000448", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Launch Date": "03/08/2022", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "4.1 GHz", + "L1 Cache": "765 KB", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "280W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 3700", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000073", + "Name": "AMD Ryzen™ 9 PRO 5945", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000831", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 4655G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001155", + "Name": "AMD Ryzen™ 7 PRO 5875U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100001155MPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Product ID Tray": "100-000000581", + "Product ID MPK": "", + "Launch Date": "01/30/2022", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 1700 Processor", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 7 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD1700BBM88AE", - "Product ID Boxed": "YD1700BBAEBOX", - "Product ID MPK": "YD1700BBAEMPK", - "Launch Date": "3/2/2017", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Spire (LED)", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", + "Name": "AMD Ryzen™ 7 PRO 5850U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000289", + "Product ID MPK": "", + "Launch Date": "3/16/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "1.9 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, DASH 1.2, AES, AVX, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 , LPDDR4", + "Memory Channels": "", + "System Memory Specification": "3200 MT/s / 4266 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 5355GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 7 PRO 5845", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000832", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 5675U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 5000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000584", + "Name": "AMD Ryzen™ 7 PRO 5755GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001750", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "9/5/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 5850U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 5000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000289", + "Name": "AMD Ryzen™ 7 PRO 5755G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001748", "Product ID MPK": "", - "Launch Date": "03/16/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "1.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", + "Launch Date": "9/5/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.8 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "3200MT/s / 4266MT/s", - "System Memory Type": "DDR4, LPDDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", "Graphics Frequency": "2000 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 5475U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 5000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000587", + "Name": "AMD Ryzen™ 7 PRO 5750GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000257", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "6/1/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 5650U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 5000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000290", + "Name": "AMD Ryzen™ 7 PRO 5750G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000254", "Product ID MPK": "", - "Launch Date": "03/16/2021", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", + "Launch Date": "6/1/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.8 GHz", "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "3200MT/s / 4266MT/s", - "System Memory Type": "DDR4, LPDDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1800 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 5450U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 5000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000291", + "Name": "AMD Ryzen™ 5 PRO 5675U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000584", "Product ID MPK": "", - "Launch Date": "03/16/2021", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "01/30/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "3200MT/s / 4266MT/s", - "System Memory Type": "DDR4, LPDDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 5350G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000256", + "Name": "AMD Ryzen™ 5 PRO 5655GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001514", "Product ID MPK": "", - "Launch Date": "6/1/2021", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", + "Launch Date": "5/7/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.4 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 4750G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000145", + "Name": "AMD Ryzen™ 5 PRO 5655G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000001513", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "5/7/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 3600", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000029", + "Name": "AMD Ryzen™ 5 PRO 5650U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000290", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "32MB", - "1kU Pricing": "", + "Launch Date": "3/16/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 , LPDDR4", + "Memory Channels": "", + "System Memory Specification": "3200 MT/s / 4266 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 1600X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD160XBCM6IAE", - "Product ID Boxed": "YD160XBCAEWOF", - "Product ID MPK": "YD160XBCAEMPK", - "Launch Date": "4/11/2017", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", + "Name": "AMD Ryzen™ 5 PRO 5650GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000258", + "Product ID MPK": "", + "Launch Date": "6/1/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Not included", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Max", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX2, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 5350GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 5000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000259", + "Name": "AMD Ryzen™ 5 PRO 5650G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000255", "Product ID MPK": "", "Launch Date": "6/1/2021", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.9 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 4655GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001156", + "Name": "AMD Ryzen™ 5 PRO 5645", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100001156MPK", + "Product ID Tray": "100-000000833", + "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 4750GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000152", + "Name": "AMD Ryzen™ 3 PRO 5475U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000152MPK", - "Launch Date": "7/21/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 8, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Product ID Tray": "100-000000587", + "Product ID MPK": "", + "Launch Date": "01/30/2022", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "2100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 4355G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001079", + "Name": "AMD Ryzen™ 3 PRO 5450U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-000001079MPK", - "Launch Date": "Q4 2022", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Product ID Tray": "100-000000291", + "Product ID MPK": "", + "Launch Date": "3/16/2021", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.6 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 , LPDDR4", + "Memory Channels": "", + "System Memory Specification": "3200 MT/s / 4266 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 4650G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000143", + "Name": "AMD Ryzen™ 3 PRO 5355GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000143MPK", - "Launch Date": "7/21/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001751", + "Product ID MPK": "", + "Launch Date": "9/5/2024", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 4650GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000153", + "Name": "AMD Ryzen™ 3 PRO 5355G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000153MPK", - "Launch Date": "7/21/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 7, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Product ID Tray": "100-000001749", + "Product ID MPK": "", + "Launch Date": "9/5/2024", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1900 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 4355GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000001061", + "Name": "AMD Ryzen™ 3 PRO 5350GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-000001061MPK", - "Launch Date": "Q4 2022", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Product ID Tray": "100-000000259", + "Product ID MPK": "", + "Launch Date": "6/1/2021", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Vega 6 Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 4350G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000148", + "Name": "AMD Ryzen™ 3 PRO 5350G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000148MPK", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Product ID Tray": "100-000000256", + "Product ID MPK": "", + "Launch Date": "6/1/2021", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 4350GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 4000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "100-000000154", + "Name": "AMD Ryzen™ 9 5980HX", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "100-100000154MPK", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Product ID Tray": "100-000000474", + "Product ID MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45+W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1700 MHz", - "Graphics Model": "Radeon™ Vega 6 Graphics", - "Supported Technologies": "AMD PRO technologies", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 1600", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD1600BBM6IAE", - "Product ID Boxed": "YD1600BBAEBOX", - "Product ID MPK": "YD1600BBAEMPK", - "Launch Date": "4/11/2017", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Spire (No LED)", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", + "Name": "AMD Ryzen™ 9 5980HS", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000474", + "Product ID MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX2, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 1600 (AF)", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "", - "Product ID Boxed": "YD1600BBAFBOX", + "Name": "AMD Ryzen™ 9 5950X", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000059WOF", + "Product ID Tray": "100-000000059", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "11/5/2020", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 4.9 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "8 MB", + "L3 Cache": "64 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "12nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX2, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen 3 Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 3400G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD340BC5M4MFH", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 9 5900XT", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Boxed Processor, Desktops", + "Product ID Boxed": "100-100001581WOF , 100-100001581WOZ", + "Product ID Tray": "100-000001581", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", + "Launch Date": "07/31/2024", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "8 MB", + "L3 Cache": "64 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "Radeon™ Vega 11 Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture , AMD StoreMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 1500X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD150XBBM4GAE", - "Product ID Boxed": "YD150XBBAEBOX", - "Product ID MPK": "YD150XBBAEMPK", - "Launch Date": "4/11/2017", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 9 5900X", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000061WOF", + "Product ID Tray": "100-000000061", + "Product ID MPK": "", + "Launch Date": "11/5/2020", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Spire (No LED)", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AES, AVX2, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen 3 Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 3400GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD340BC6M4MFH", + "Name": "AMD Ryzen™ 9 5900HX", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000300", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45+W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1300 MHz", - "Graphics Model": "Radeon™ Vega 11 Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 3350G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 3000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD335BC5M4MFH", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 10, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1300 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 3350GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 3000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD335BC6M4MFH", + "Name": "AMD Ryzen™ 9 5900HS", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000300", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 10, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 1400", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 5 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD1400BBM4KAE", - "Product ID Boxed": "YD1400BBAEBOX", - "Product ID MPK": "YD1400BBAEMPK", - "Launch Date": "4/11/2017", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Stealth", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Virtualization, Enmotus FuzeDrive™ for AMD Ryzen™, AVX2, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "2100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 3200G", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD320BC5M4MFH", + "Name": "AMD Ryzen™ 9 5900 (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000062", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1250 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 1300X", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD130XBBM4KAE", - "Product ID Boxed": "YD130XBBAEBOX", - "Product ID MPK": "YD130XBBAEMPK", - "Launch Date": "07/27/2017", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Stealth", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD Ryzen™ Master Utility, Enmotus FuzeDrive™ for AMD Ryzen™, AVX2, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 3200GE", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD320BC6M4MFH", + "Name": "AMD Ryzen™ 7 5825U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000580", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "01/30/2022", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold PRO 3150G", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO 3000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD315BC5M4MFH", + "Name": "AMD Ryzen™ 7 5825C", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Gold PRO 3150GE", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO 3000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD315BC6M4MFH", + "Name": "AMD Ryzen™ 7 5800X3D", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "96 MB", + "Default TDP": "105W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Liquid cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD 3D V-Cache™ Technology , Windows® 11 Gaming , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ Silver PRO 3125GE", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO 3000 Series Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD3125C6M2OFH", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "7/21/2020", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", + "Name": "AMD Ryzen™ 7 5800XT", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Boxed Processor, Desktops", + "Product ID Boxed": "100-100001582WOF* , 100-100001582WOZ*", + "Product ID Tray": "100-000001582", + "Product ID MPK": "100-100001582MPK , 100-100001582CPK", + "Launch Date": "07/31/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.8 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "AMD Wraith Prism", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture , AMD StoreMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ PRO 300GE", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD300BC6M2OFH", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 7 5800X", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000063WOF", + "Product ID Tray": "100-000000063", "Product ID MPK": "", - "Launch Date": "9/30/19", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", + "Launch Date": "11/5/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", + "Default TDP": "105W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "AMD Memory Guard, AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 1200", - "Family": "AMD Ryzen™ Processors", - "Line": "AMD Ryzen™ 3 Desktop Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "YD1200BBM4KAE", - "Product ID Boxed": "YD1200BBAEBOX", - "Product ID MPK": "YD1200BBAEMPK", - "Launch Date": "07/27/2017", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "Wraith Stealth", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "Premium air cooler recommended for optimal performance", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD SenseMI Technology, AMD \"Zen\" Core Architecture, AMD VR Ready Processors, Enmotus FuzeDrive™ for AMD Ryzen™, AVX2, FMA3, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen 3 Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 2700X", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD27BXBAM88AF", + "Name": "AMD Ryzen™ 7 5800U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", - "Product ID MPK": "YD27BXBAAFMPK", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", + "Product ID Tray": "100-000000285", + "Product ID MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "1.9 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 4750U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO 4000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000101", + "Name": "AMD Ryzen™ 7 5800HS", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000295", "Product ID MPK": "", - "Launch Date": "5/7/2020", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": 7, - "Base Clock": "1.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "2.8 GHz", "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1600 MHz", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 2700", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD270BBBM88AF", - "Product ID Boxed": "", - "Product ID MPK": "YD270BBBAFMPK", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 4650U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO 4000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000103", + "Name": "AMD Ryzen™ 7 5800H", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000295", "Product ID MPK": "", - "Launch Date": "5/7/2020", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": 6, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "3MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1500 MHz", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 4450U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO 4000 Series Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "100-000000104", + "Name": "AMD Ryzen™ 7 5800 (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000456", "Product ID MPK": "", - "Launch Date": "5/7/2020", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 5, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.4 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "TSMC 7nm FinFET", - "CPU Socket": "FP6", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "105°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "", - "System Memory Type": "DDR4 - Up to 3200 MT/s, LPDDR4 - Up to 4266 MT/s", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "Yes", - "FIPS Certification Links": "Module Certification, Algorithm Certification" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 1700X Processor", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD17XBBAM88AE", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD17XBBAAEMPK", - "Launch Date": "06/29/2017", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, Virtualization, DASH 1.2, Secure Boot, Trusted Applications, TSM Encryption, AES, AVX2, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 3700U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM370BC4T4MFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 5705GE", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001803", "Product ID MPK": "", - "Launch Date": "4/8/2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 10, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1400 MHz", - "Graphics Model": "Radeon™ Vega 10 Graphics", - "Supported Technologies": "AMD PRO security, DASH 1.2", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 3500U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM350BC4T4MFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 5705G", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001800", "Product ID MPK": "", - "Launch Date": "4/8/2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 8, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65WW", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD PRO security, DASH 1.2", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 1700", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD170BBBM88AE", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD170BBBAEMPK", - "Launch Date": "06/29/2017", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", + "Name": "AMD Ryzen™ 7 5700X3D", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001503WOF , 100-100001503", + "Product ID Tray": "100-000001503", + "Product ID MPK": "", + "Launch Date": "01/08/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "96 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "2", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, Virtualization, DASH 1.2, Secure Boot, Trusted Applications, TSM Encryption, AES, AVX2, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen 3 Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 2600", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD260BBBM6IAF", - "Product ID Boxed": "", - "Product ID MPK": "YD260BBBAFMPK", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Not included", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", + "Name": "AMD Ryzen™ 7 5700X", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000926WOF* , 100-100000926WOZ*", + "Product ID Tray": "100-000000926", + "Product ID MPK": "100-100000926NPK* , 100-100000926KPK*", + "Launch Date": "04/04/2022", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, DASH 1.2", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ PRO 3145B", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3145C4T2OFG", + "Name": "AMD Ryzen™ 7 5700U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000371", "Product ID MPK": "", - "Launch Date": "Q12021", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "196608KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "1.8 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "8", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ PRO 3045B", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO Mobile Processors with Radeon™ Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM3045C4T2OFG", + "Name": "AMD Ryzen™ 7 5700GE", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "Q12021", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 2, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Product ID Tray": "100-000000260", + "Product ID MPK": "100-100000260MPK", + "Launch Date": "4/13/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "AMD Radeon™ Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 3300U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM330BC4T4MFG", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "4/8/2019", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "12nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 7 5700G", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000263BOX", + "Product ID Tray": "100-000000263", + "Product ID MPK": "100-100000263MPK", + "Launch Date": "4/13/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1200 MHz", - "Graphics Model": "Radeon™ Vega 6 Graphics", - "Supported Technologies": "AMD PRO security, DASH 1.2", - "Workload Affinity": "", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 1600", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD160BBBM6IAE", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD160BBBAEMPK", - "Launch Date": "06/29/2017", - "# of CPU Cores": 6, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "3MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", + "Name": "AMD Ryzen™ 7 5700", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000743SBX* , 100-100000743CSX* ,", + "Product ID Tray": "100-000000743", + "Product ID MPK": "100-100000743SPK* , 100-100000743HPK*", + "Launch Date": "01/31/2024", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, Virtualization, DASH 1.2, Secure Boot, Trusted Applications, TSM Encryption, AES, AVX2, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ PRO 300U Mobile Processor with Radeon™ Vega 3 Graphics", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM300BC4T2OFG", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 5625U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000583", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "01/30/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 1500", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD150BBBM4GAE", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD150BBBAEMPK", - "Launch Date": "06/29/2017", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, Virtualization, DASH 1.2, Secure Boot, Trusted Applications, TSM Encryption, AES, AVX2, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 7 PRO 2700U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 7 PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM270BC4T4MFB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 5625C", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 10, - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1300 MHz", - "Graphics Model": "Radeon™ Vega 10 Graphics", - "Supported Technologies": "AMD PRO security, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 2400G with Radeon™ Vega 11 Graphics", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD240BC5M4MFB", + "Name": "AMD Ryzen™ 5 5605GE", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", - "Product ID MPK": "YD240BC5FBMPK", - "Launch Date": "5/10/2018", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm FinFET", + "Product ID Tray": "100-000001804", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "Wraith Stealth", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "46-65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1250 MHz", - "Graphics Model": "Radeon™ Vega 11 Graphics", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 2400GE with Radeon™ Vega 11 Graphics", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD240BC6M4MFB", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD240BC6FBMPK", - "Launch Date": "5/10/2018", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 11, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm FinFET", + "Name": "AMD Ryzen™ 5 5605G", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001801", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65WW", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "Not included", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "n/aW", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1250 MHz", - "Graphics Model": "Radeon™ Vega 11 Graphics", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 5 PRO 2500U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 5 PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM250BC4T4MFB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 5600X3D", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001176WOF", + "Product ID Tray": "100-000001176", "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 8, - "Graphics Core Count": 8, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "07/07/2023", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "96 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD PRO security, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD 3D V-Cache™ Technology , Windows® 11 Gaming , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 1300", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD130BBBM4KAE", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD130BBBAEMPK", - "Launch Date": "06/29/2017", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", + "Name": "AMD Ryzen™ 5 5600X", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000065BOX", + "Product ID Tray": "100-000000065", + "Product ID MPK": "100-100000065MPK", + "Launch Date": "11/5/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, Virtualization, DASH 1.2, Secure Boot, Trusted Applications, TSM Encryption, AES, AVX2, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture , AMD StoreMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 2200G with Radeon™ Vega 8 Graphics", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD220BC5M4MFB", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD220BC5FBMPK", - "Launch Date": "5/10/2018", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm FinFET", - "CPU Socket": "AM4", - "Socket Count": "", + "Name": "AMD Ryzen™ 5 5600U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000287", + "Product ID MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "Wraith Stealth", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD Zen 3 Core Architecture" + }, + { + "Name": "AMD Ryzen™ 5 5600HS", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000296", + "Product ID MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "46-65W", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 2200GE with Radeon™ Vega 8 Graphics", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD220BC6M4MFB", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD220BC6FBMPK", - "Launch Date": "5/10/2018", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm FinFET", + "Name": "AMD Ryzen™ 5 5600H", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000296", + "Product ID MPK": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD Zen 3 Core Architecture" + }, + { + "Name": "AMD Ryzen™ 5 5600XT", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001585", + "Product ID MPK": "", + "Launch Date": "10/31/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "Not included", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Stealth", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "n/aW", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2933MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 8 Graphics", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 1200", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Desktop Processors", - "Platform": "Desktop", - "Product ID Tray": "YD120BBBM4KAE", - "Product ID Boxed": "n/a", - "Product ID MPK": "YD120BBBAEMPK", - "Launch Date": "06/29/2017", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0 x16", - "Thermal Solution PIB": "SR2ni", - "Recommended Cooler": "", - "Thermal Solution MPK": "Wraith Spire", + "Name": "AMD Ryzen™ 5 5600T", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001584", + "Product ID MPK": "", + "Launch Date": "10/31/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AMD GuardMI Technology, AMD SenseMI Technology, Virtualization, DASH 1.2, Secure Boot, Trusted Applications, TSM Encryption, AES, AVX2, XFR (Extended Frequency Range)", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD Ryzen™ 3 PRO 2300U", - "Family": "AMD Ryzen™ PRO Processors", - "Line": "AMD Ryzen™ 3 PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM230BC4T4MFB", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "Q1 2019", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "2MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 5 5600GT", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001488BOX", + "Product ID Tray": "100-000001488", + "Product ID MPK": "100-100001488MPK", + "Launch Date": "01/08/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", + "Thermal Solution (MPK)": "AMD Wraith Stealth", "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 6 Graphics", - "Supported Technologies": "AMD PRO security, AMD SenseMI Technology, AMD \"Zen\" Core Architecture, DASH 1.2", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A4-5350B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A4 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 5 5600GE", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "Q1 2020", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", + "Product ID Tray": "100-000000261", + "Product ID MPK": "100-100000261MPK", + "Launch Date": "4/13/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.4 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ 5 5600G", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000252BOX", + "Product ID Tray": "100-000000252", + "Product ID MPK": "100-100000252MPK", + "Launch Date": "4/13/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AVFS", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A4-4350B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A4 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM435BAYN23AC", + "Name": "AMD Ryzen™ 5 5600F", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", "Product ID Boxed": "", + "Product ID Tray": "100-000001903", "Product ID MPK": "", - "Launch Date": "Q1 2018", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 2.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Launch Date": "9/16/25", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AVFS", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A6-8350B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 5600", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000927BOX", + "Product ID Tray": "100-000000927", "Product ID MPK": "", - "Launch Date": "Q1 2020", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Launch Date": "04/04/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15WW", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, AMD Enduro™ Technology, FMA4, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AVFS", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A6-7350B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM735BAYN23AC", + "Name": "AMD Ryzen™ 5 5560U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "Q1 2018", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "01/12/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AVFS", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 , LPDDR4X", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "7th Gen A12-9800 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A12-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9800AUM44AB", - "Product ID Boxed": "AD9800AUABBOX", + "Name": "AMD Ryzen™ 5 5500X3D", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001504", "Product ID MPK": "", - "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", + "Launch Date": "6/5/2025", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "96 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1108 MHz", - "Graphics Model": "Radeon™ R7 Series", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "7th Gen A12-9800E APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A12-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9800AHM44AB", - "Product ID Boxed": "AD9800AHABBOX", + "Name": "AMD Ryzen™ 5 5500U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000375", "Product ID MPK": "", - "Launch Date": "9/5/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "Radeon™ R7 Series", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A10-9700 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9700AGM44AB", - "Product ID Boxed": "AD9700AGABBOX", + "Name": "AMD Ryzen™ 5 5500H", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000001389", "Product ID MPK": "", - "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", + "Launch Date": "06/23/2023", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.3 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45/65W", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1029 MHz", - "Graphics Model": "Radeon™ R7 Series", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen 3 Core Architecture" }, { - "0": "on", - "": 0, - "Model": "7th Gen A10-9700E APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9700AHM44AB", - "Product ID Boxed": "AD9700AHABBOX", - "Product ID MPK": "", - "Launch Date": "9/5/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 5 5500GT", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100001489BOX", + "Product ID Tray": "100-000001489", + "Product ID MPK": "100-100001489MPK", + "Launch Date": "01/08/2024", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 3, - "Per Socket Mem BW": "", - "Graphics Frequency": "847 MHz", - "Graphics Model": "Radeon™ R7 Series", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A8-9600 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9600AGM44AB", - "Product ID Boxed": "AD9600AGABBOX", + "Name": "AMD Ryzen™ 5 5500", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000457BOX", + "Product ID Tray": "100-000000457", "Product ID MPK": "", - "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "04/04/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45/65W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "Radeon™ R7 Series", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "7th Gen A6-9550 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9550AGM23AB", - "Product ID Boxed": "AD9550AGABBOX", + "Name": "AMD Ryzen™ 3 5425U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000586", "Product ID MPK": "", - "Launch Date": "7/27/2017", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "Launch Date": "01/30/2022", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45/65W", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1029 MHz", - "Graphics Model": "Radeon™ R5 Series", - "Supported Technologies": "DirectX® 12 Technology, Unified Video Decoder (UVD)", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A6-9500 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9500AGM23AB", - "Product ID Boxed": "AD9500AGABBOX", + "Name": "AMD Ryzen™ 3 5425C", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45/65W", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1029 MHz", - "Graphics Model": "Radeon™ R5 Series", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A6-9500E APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD9500AHM23AB", - "Product ID Boxed": "AD9500AHABBOX", + "Name": "AMD Ryzen™ 3 5400U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000288", "Product ID MPK": "", - "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 4, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", + "Launch Date": "1/12/2021", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.6 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "Radeon™ R5 Series", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A12-9730P APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A12-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM973PAEY44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 3 5305GE", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001805", "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "25-45WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Radeon™ Dual Graphics, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A12-9700P APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A12-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM970PADY44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 3 5305G", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "100-000001802", "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65WW", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "758 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Radeon™ Dual Graphics, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9754", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001234", + "Name": "AMD Ryzen™ 3 5300U", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000376", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 128, - "# of Threads": 256, - "Graphics Core Count": "", - "Base Clock": "2.25GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "3.1GHz", + "Launch Date": "1/12/2021", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "2.6 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "11,900 USD", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "360W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Collaborative, Consumer-Oriented Digital Services, Content mgmt, General Purpose, HPC, Media streaming, VDI, VM Density, Web Serving", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A10-9630P APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM963PAEY44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 3 5300GE (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000262 (OEM Only)", "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", + "Launch Date": "4/13/2021", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "25-45WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Radeon™ Dual Graphics, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9754S", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001371", + "Name": "AMD Ryzen™ 3 5300G (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000253 (OEM Only)", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 128, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.25GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "3.1GHz", + "Launch Date": "4/13/2021", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "10,200 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "360W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Collaborative, Consumer-Oriented Digital Services, Content mgmt, General Purpose, HPC, Media streaming, VDI, VM Density, Web Serving", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9734", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001235", + "Name": "AMD Ryzen™ 3 5125C", + "Family": "Ryzen", + "Series": "Ryzen 5000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 112, - "# of Threads": 224, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "3.0GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "9,600 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "340W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", + "Launch Date": "05/05/2022", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "1 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Collaborative, Consumer-Oriented Digital Services, Content mgmt, General Purpose, HPC, Media streaming, VDI, VM Density, Web Serving", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A10-9600P APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM960PADY44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 PRO 4750U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000101", "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", + "Launch Date": "5/7/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "1.7 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Radeon™ Dual Graphics, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A9-9425 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A9-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9425AYN23AC", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "2Q18", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 7 PRO 4750GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000152", + "Product ID MPK": "100-100000152MPK", + "Launch Date": "7/21/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15W", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Radeon™ Dual Graphics, Unified Video Decoder (UVD), The Vulkan® API, Switchable Graphics, AVFS, AMD HD3D Technology, AMD Mantle API, AMD Gaming Evolved Client", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "7th Gen A9-9420 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A9-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9420AYN23AC", + "Name": "AMD Ryzen™ 7 PRO 4750G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000145", "Product ID MPK": "", - "Launch Date": "Q217", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "847 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9684X", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001254", + "Name": "AMD Ryzen™ 5 PRO 4655GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 96, - "# of Threads": 192, - "Graphics Core Count": "", - "Base Clock": "2.55GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "3.42GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "1152MB", - "1kU Pricing": "14,756 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "400W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD 3D V-Cache™ Technology, AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "CAE/CFD/FEA, High capacity data mgmt (NR/RDBMS), HPC", + "Product ID Tray": "100-000001156", + "Product ID MPK": "100-100001156MPK", + "Launch Date": "11/11/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "7th Gen A9-9410 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A9-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9410AFY23AC", + "Name": "AMD Ryzen™ 5 PRO 4655G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Product ID Tray": "100-000001155", + "Product ID MPK": "100-100001155MPK", + "Launch Date": "11/11/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "10-25/25W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "AMD FreeSync™ Technology, AES, Unified Video Decoder (UVD), The Vulkan® API", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9384X", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001256", + "Name": "AMD Ryzen™ 5 PRO 4650U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000103", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "3.5GHz", + "Launch Date": "5/7/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.1 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "768MB", - "1kU Pricing": "5,529 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "320W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD 3D V-Cache™ Technology, AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "CAE/CFD/FEA, EDA, HPC", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9184X", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001255", + "Name": "AMD Ryzen™ 5 PRO 4650GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.55GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "3.85GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "768MB", - "1kU Pricing": "4,928 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "320W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD 3D V-Cache™ Technology, AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "CAE/CFD/FEA, EDA, HPC", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "7th Gen A6-9225 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9225AYN23AC", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "2Q18", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Product ID Tray": "100-000000153", + "Product ID MPK": "100-100000153MPK", + "Launch Date": "7/21/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15W", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "686 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Radeon™ Dual Graphics, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AVFS, AMD HD3D Technology, AMD Mantle API, AMD Gaming Evolved Client", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9654P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000803", + "Name": "AMD Ryzen™ 5 PRO 4650G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 96, - "# of Threads": 192, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "3.55GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "384MB", - "1kU Pricing": "10,625 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "360W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Consumer-Oriented Digital Services, Content mgmt, ERM/SCM/CRM apps", + "Product ID Tray": "100-000000143", + "Product ID MPK": "100-100000143MPK", + "Launch Date": "7/21/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "7th Gen A6-9220 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9220AYN23AC", + "Name": "AMD Ryzen™ 3 PRO 4450U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000104", "Product ID MPK": "", - "Launch Date": "Q217", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 2.9GHz", - "All Core Boost Speed": "", + "Launch Date": "5/7/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.5 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR4", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "655 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "5", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A6-9220C APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM922CANN23AC", + "Name": "AMD Ryzen™ 3 PRO 4355GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 3, - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 2.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "160KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Product ID Tray": "100-000001061", + "Product ID MPK": "100-000001061MPK", + "Launch Date": "Q4 2022", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "6W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "Radeon™ R5 Graphics", - "Supported Technologies": "H.26X Decode, VP9 Decode", - "Workload Affinity": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Vega 6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9654", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000789", + "Name": "AMD Ryzen™ 3 PRO 4355G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 96, - "# of Threads": 192, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "3.55GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "384MB", - "1kU Pricing": "11,805 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "360W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Consumer-Oriented Digital Services, Content mgmt, ERM/SCM/CRM apps", + "Product ID Tray": "100-000001079", + "Product ID MPK": "100-000001079MPK", + "Launch Date": "Q4 2022", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "7th Gen A6-9210 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9210AVY23AC", + "Name": "AMD Ryzen™ 3 PRO 4350GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 3, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 2.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Product ID Tray": "100-000000154", + "Product ID MPK": "100-100000154MPK", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Vega 6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9634", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000797", + "Name": "AMD Ryzen™ 3 PRO 4350G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 84, - "# of Threads": 168, - "Graphics Core Count": "", - "Base Clock": "2.25GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "3.1GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "384MB", - "1kU Pricing": "10,304 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "290W", - "AMD Configurable TDP (cTDP)": "240-300W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Consumer-Oriented Digital Services, Content mgmt, ERM/SCM/CRM apps", + "Product ID Tray": "100-000000148", + "Product ID MPK": "100-100000148MPK", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO technologies" }, { - "0": "on", - "": 0, - "Model": "7th Gen A4-9125 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9125AYN23AC", + "Name": "AMD Ryzen™ 9 4900HS", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "2Q18", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 2, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 2.6GHz", - "All Core Boost Speed": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "686 MHz", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Radeon™ Dual Graphics, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AVFS, AMD HD3D Technology, AMD Mantle API, AMD Gaming Evolved Client", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1750 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A4-9120 APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM9120AYN23AC", + "Name": "AMD Ryzen™ 9 4900H", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "Q217", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 2, - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 2.5GHz", - "All Core Boost Speed": "", + "Launch Date": "3/16/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.3 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "35-54W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR4", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "655 MHz", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1750 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen A4-9120C APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM912CANN23AC", + "Name": "AMD Ryzen™ 7 4980U Microsoft Surface® Edition", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 3, - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 2.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "160KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "4/13/2021", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "6W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "Radeon™ R4 Graphics", - "Supported Technologies": "VP9 Decode, H.26X Decode", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 4267 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1950 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A12-9800 APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD980BAUM44AB", + "Name": "AMD Ryzen™ 7 4800U", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000082", "Product ID MPK": "", - "Launch Date": "10/03/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "1.8 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1108 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1750 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A12-9800E APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD980BAHM44AB", + "Name": "AMD Ryzen™ 7 4800HS", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "10/03/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "2.9 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A10-9700 APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD970BAGM44AB", + "Name": "AMD Ryzen™ 7 4800H", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000098", "Product ID MPK": "", - "Launch Date": "10/03/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "2.9 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1029 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A10-9700E APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD970BAHM44AB", + "Name": "AMD Ryzen™ 7 4700U", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000083", "Product ID MPK": "", - "Launch Date": "10/03/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "" + }, + { + "Name": "AMD Ryzen™ 7 4700GE (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000149", + "Product ID MPK": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "847 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A8-9600 APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A8 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD960BAGM44AB", + "Name": "AMD Ryzen™ 7 4700G (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000146", "Product ID MPK": "", - "Launch Date": "10/03/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", + "Launch Date": "7/21/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "2100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A6-9500 APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD950BAGM23AB", + "Name": "AMD Ryzen™ 5 4680U Microsoft Surface® Edition", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "10/03/2016", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "4/13/2021", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1029 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "LPDDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 4267 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A6-9500E APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD950BAHM23AB", + "Name": "AMD Ryzen™ 5 4600U", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000105", "Product ID MPK": "", - "Launch Date": "10/03/2016", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 4, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.1 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A12-9830B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM983BAEY44AB", + "Name": "AMD Ryzen™ 5 4600H", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000100", "Product ID MPK": "", - "Launch Date": "10/24/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "25W/45WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A12-9800B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM980BADY44AB", + "Name": "AMD Ryzen™ 5 4600GE (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000150", "Product ID MPK": "", - "Launch Date": "10/24/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12W/15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "758 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A10-9730B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM973BAEY44AB", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 4600G", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000147BOX", + "Product ID Tray": "100-000000147", "Product ID MPK": "", - "Launch Date": "10/24/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "25W/45WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "7", + "Graphics Frequency": "1900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen 2 Core Architecture , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A10-9700B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM970BADY44AB", + "Name": "AMD Ryzen™ 5 4500U", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000084", "Product ID MPK": "", - "Launch Date": "10/24/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.3 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12W/15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "758 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A8-9630B", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A8 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM963BAEY44AB", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 4500", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000644BOX", + "Product ID Tray": "100-000000644", "Product ID MPK": "", - "Launch Date": "10/24/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "04/04/2022", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "25W/45WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen 2 Core Architecture , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A8-9600B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A8 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM960BADY44AB", + "Name": "AMD Ryzen™ 3 4300U", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000085", "Product ID MPK": "", - "Launch Date": "10/24/2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.7 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12W/15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "AMD Configurable TDP (cTDP)": "10-25W", + "Unlocked for Overclocking": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "FP6", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4 - Up to 3200 , LPDDR4 - Up to 4266", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "5", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD PRO A6-9500B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM950BADY23AB", + "Name": "AMD Ryzen™ 3 4300GE (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000151", "Product ID MPK": "", - "Launch Date": "10/24/2016", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 4, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12W/15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD PowerTune Technology, AMD Secure Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen FX™ 9830P APU", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX-Series Processors for Laptops", - "Platform": "Laptop", - "Product ID Tray": "FM983PAEY44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 3 4300G (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000144", "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "25-45WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Radeon™ Dual Graphics, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1700 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "7th Gen FX™ 9800P APU", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX-Series Processors for Laptops", - "Platform": "Laptop", - "Product ID Tray": "FM980PADY44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 3 4100", + "Family": "Ryzen", + "Series": "Ryzen 4000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000510BOX", + "Product ID Tray": "100-000000510", "Product ID MPK": "", - "Launch Date": "Q216", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "04/04/2022", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-15WW", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "758 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, AMD Radeon™ Dual Graphics, AMD Secure Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen 2 Core Architecture , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "7th Gen E2-9010 APU", - "Family": "AMD E-Series Processors", - "Line": "AMD E2-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM9010AVY23AC", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 3995WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 3000 WX-Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000087WOF", + "Product ID Tray": "100-000000087", "Product ID MPK": "", - "Launch Date": "Q217", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 2, - "Base Clock": "200MHz", - "Max. Boost Clock ¹ ²": "Up to 2.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0 x8", - "Thermal Solution PIB": "", + "Launch Date": "7/14/2020", + "# of CPU Cores": "64", + "# of Threads": "128", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "4096 KB", + "L2 Cache": "32 MB", + "L3 Cache": "256 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "10-15WW", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 186MT/s", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9554P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000804", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 3975WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 3000 WX-Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000086WOF", + "Product ID Tray": "100-000000086", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, + "Launch Date": "7/14/2020", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "2048 KB", + "L2 Cache": "16 MB", + "L3 Cache": "128 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.75GHz", - "All Core Boost Speed": "3.75GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "7,104 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "360W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, ERM/SCM/CRM apps, Value data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9554", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000790", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ PRO 3955WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 3000 WX-Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000167WOF", + "Product ID Tray": "100-000000167", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, + "Launch Date": "7/14/2020", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "8 MB", + "L3 Cache": "64 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sWRX8", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.75GHz", - "All Core Boost Speed": "3.75GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "9,087 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "360W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), HPC, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD Zen Core Architecture" }, { - "0": "on", - "": 0, - "Model": "6th Gen A10-8700P APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM870PAAY43KA", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ Threadripper™ PRO 3945WX", + "Family": "Ryzen Threadripper PRO", + "Series": "Ryzen Threadripper PRO 3000 WX-Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000168", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "7/14/2020", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "8", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9534", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000799", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 3990X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000163WOF", + "Product ID Tray": "100-000000163", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.45GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "3.55GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "8,803 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Launch Date": "02/07/2020", + "# of CPU Cores": "64", + "# of Threads": "128", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "4096 KB", + "L2 Cache": "32 MB", + "L3 Cache": "256 MB", "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "240-300W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sTRX4", + "Thermal Solution (PIB)": "Cooler Not Included, Liquid Cooling Recommended", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "4", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "In Review", - "FIPS Certification Links": "Module Certification, Algorithm Certification" + "Supported Technologies": "AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "6th Gen A8-8600P APU", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM860PAAY43KA", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ Threadripper™ 3970X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000011WOF", + "Product ID Tray": "100-000000011", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Launch Date": "11/25/2019", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "2048 KB", + "L2 Cache": "16 MB", + "L3 Cache": "128 MB", + "Default TDP": "280W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sTRX4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "4", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9474F", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000788", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ Threadripper™ 3960X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000010WOF", + "Product ID Tray": "100-000000010", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, + "Launch Date": "11/25/2019", + "# of CPU Cores": "24", + "# of Threads": "48", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "1536 KB", + "L2 Cache": "12 MB", + "L3 Cache": "128 MB", + "Default TDP": "280W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "sTRX4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "4", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "3.95GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "6,780 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "360W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A12-8870 APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD887BAUM44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 9 PRO 3900", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000072", "Product ID MPK": "", - "Launch Date": "3Q 2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "9/30/2019", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1108 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9454P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000873", + "Name": "AMD Ryzen™ 7 PRO 3700U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM370BC4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, - "Graphics Core Count": "", - "Base Clock": "2.75GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "3.65GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "4,598 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "290W", - "AMD Configurable TDP (cTDP)": "240-300W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Launch Date": "4/8/2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 10 Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO security , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A12-8870E APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD887BAHM44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 PRO 3700", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "100-000000073", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "9/30/2019", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "900 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9454", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000478", + "Name": "AMD Ryzen™ 5 PRO 3600", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000029", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, + "Launch Date": "9/30/2019", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "2.75GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "3.65GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "5,225 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "290W", - "AMD Configurable TDP (cTDP)": "240-300W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A10-8850B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD885BXBI44JC", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 PRO 3500U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM350BC4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "4/8/2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO security , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9374F", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000792", + "Name": "AMD Ryzen™ 5 PRO 3400GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD340BC6M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.85GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "4.1GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "4,850 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "320W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, HCI, High performance VM Density, Per core CAE/CFD/FEA, VDI", + "Launch Date": "9/30/2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1300 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A10-8770 APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD877BAGM44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 PRO 3400G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD340BC5M4MFH", "Product ID MPK": "", - "Launch Date": "3Q 2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "9/30/2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", + "Processor Technology for CPU Cores": "12nm", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1029 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9354P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000805", + "Name": "AMD Ryzen™ 5 PRO 3350GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD335BC6M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.25GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "3.75GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "2,730 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "240-300W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, Value data mgmt (NR/RDBMS), VDI, VM Density", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A10-8770E APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD877BAHM44AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 PRO 3350G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD335BC5M4MFH", "Product ID MPK": "", - "Launch Date": "3Q 2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", + "Processor Technology for CPU Cores": "12nm", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "847 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1300 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9354", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000798", + "Name": "AMD Ryzen™ 3 PRO 3300U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM330BC4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "3.25GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "3.75GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "3,420 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "4/8/2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "240-300W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, Media streaming, Medium capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO security , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A10-8750B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD875BYBI44JC", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 3 PRO 3200GE", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD320BC6M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "9/30/2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "757 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9334", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000800", + "Name": "AMD Ryzen™ 3 PRO 3200G", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD320BC5M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "3.85GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,990 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "210W", - "AMD Configurable TDP (cTDP)": "200-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, Media streaming, Medium capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Launch Date": "9/30/2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1250 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A8-8650B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A8 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD865BYBI44JC", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 9 3950X", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000051WOF", + "Product ID Tray": "100-000000051", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "07/07/2019", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "1024 KB", + "L2 Cache": "8 MB", + "L3 Cache": "64 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Cooler Not Included, Liquid Cooling Recommended", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "757 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9274F", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000794", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 9 3900XT", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000277WOF", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "4.05GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "4.1GHz", + "Launch Date": "07/2020", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.8 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "3,060 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "320W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, HCI, High performance VM Density, Per core CAE/CFD/FEA, VDI", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A6-8570 APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD857BAGM23AB", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", + "Name": "AMD Ryzen™ 9 3900X", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000023BOX", + "Product ID Tray": "100-000000023", + "Product ID MPK": "100-100000023MPK", + "Launch Date": "7/7/2019", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.6 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "Wraith Prism with RGB LED", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "AMD Wraith Prism", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1029 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9254", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000480", + "Name": "AMD Ryzen™ 9 3900 Processor (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.15GHz", - "All Core Boost Speed": "3.9GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,299 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "200-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose, GPU/FPGA Accelerated, Per core CAE/CFD/FEA, SW-defined storage", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9224", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000939", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, + "Launch Date": "9/24/2019", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "6 MB", + "L3 Cache": "64 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "3.65GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,825 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "200-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, General Purpose, Networking/NFV, Web Serving", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A6-8570E APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD857BAHM23AB", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 3800XT", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000279WOF", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 4, - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", + "Launch Date": "07/2020", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "3.9 GHz", "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9174F", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000796", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, + "Name": "AMD Ryzen™ 7 3800X", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000025BOX", + "Product ID Tray": "100-000000025", + "Product ID MPK": "100-100000025MPK", + "Launch Date": "7/7/2019", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", + "Default TDP": "105W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Wraith Prism with RGB LED", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Prism", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "4.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "4.15GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "3,850 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "320W", - "AMD Configurable TDP (cTDP)": "320-400W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, High-speed data mgmt (NR/RDBMS), Per core CAE/CFD/FEA", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A6-8550B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD855BYBI23JC", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 7 3780U Microsoft Surface® Edition", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 4, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-35W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD Mantle API", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ RX Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen+ (Core) Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 9124", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 9004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000802", + "Name": "AMD Ryzen™ 7 3750H", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3700C4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "3.6GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,083 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP5", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 5.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "200-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 12, - "Per Socket Mem BW": "460.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Media streaming, Per core CAE/CFD/FEA, Value", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "12-35W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ RX Vega 10 Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A4-8350B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A4 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD835BYBI23JC", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 4, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Name": "AMD Ryzen™ 7 3700X", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000071BOX", + "Product ID Tray": "100-000000071", + "Product ID MPK": "100-100000071MPK", + "Launch Date": "7/7/2019", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "32 MB", "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "757 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD PowerTune Technology, AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD Mantle API", - "Workload Affinity": "", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Wraith Prism with RGB LED", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Prism", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A12-8830B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM883BADY44AB", + "Name": "AMD Ryzen™ 7 3700U", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3700C4T4MFG", "Product ID MPK": "", - "Launch Date": "Q3 2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-35W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "12W/15WW", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "758 MHz", - "Graphics Model": "R7", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ RX Vega 10 Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A12-8800B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A12 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "", + "Name": "AMD Ryzen™ 7 3700C", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM370CC4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "9/22/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, Heterogeneous System Architecture (HSA), AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "ChromeOS , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A10-8730B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM873BADY44AB", - "Product ID Boxed": "", + "Name": "AMD Ryzen™ 5 3600XT", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000281BOX", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "Q3 2016", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 6, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", + "Launch Date": "07/2020", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.5 GHz", + "Base Clock": "3.8 GHz", "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Spire", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "12W/15WW", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A10-8700B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Name": "AMD Ryzen™ 5 3600X", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000022BOX", + "Product ID Tray": "100-000000022", + "Product ID MPK": "100-100000022MPK", + "Launch Date": "7/7/2019", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Spire", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A8-8600B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A8 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "Name": "AMD Ryzen™ 5 3600", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000031BOX", + "Product ID Tray": "100-000000031", + "Product ID MPK": "100-100000031MPK", + "Launch Date": "7/7/2019", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "32 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A6-8530B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM853BADY23AB", + "Name": "AMD Ryzen™ 5 3580U Microsoft Surface® Edition", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "Q3 2016", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 4, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-35W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "12W/15WW", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "R5", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AVX, Catalyst Software, FMA4, AMD Frame Rate Target Control, The Vulkan® API, Switchable Graphics", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 9 Graphics", + "Graphics Core Count": "9", + "Graphics Frequency": "1300 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen+ (Core) Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "6th Gen AMD PRO A6-8500B APU", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "n/a", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 3550H", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM3500C4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 4, - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "12-35W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8534PN", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001172", + "Name": "AMD Ryzen™ 5 3500U", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3500C4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "3.05GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "5,450 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-35W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "175W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage, Telco", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "6th Gen FX-8800P APU", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX-Series Processors for Laptops", - "Platform": "Laptop", - "Product ID Tray": "FM880PAAY43KA", - "Product ID Boxed": "n/a", + "Name": "AMD Ryzen™ 5 3500C", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM350CC4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "9/22/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "Windows 10 - 64-Bit Edition, Windows 7 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AMD FreeSync™ Technology, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, AMD Frame Rate Target Control, Heterogeneous System Architecture (HSA), AMD Radeon™ Dual Graphics, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Enhanced Virus Protection, AMD HD3D Technology, AMD Mantle API", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "ChromeOS , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8534P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000875", + "Name": "AMD Ryzen™ 5 3500 Processor (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "100-000000050", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "3.1GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "4,950 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "155-225W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8434PN", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001174", + "Name": "AMD Ryzen™ 5 3450U", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3450C4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "3.0GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "3,150 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", + "Launch Date": "Q2 2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-35W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage, Telco", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8434P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000000877", + "Name": "AMD Ryzen™ 5 3400GE (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD3400C6M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "3.1GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,700 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "155-225W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage", + "Launch Date": "7/7/2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1300 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8324PN", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001162", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.05GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "3.0GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,125 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 5 3400G with Radeon™ RX Vega 11 Graphics", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD3400C5FHSBX*", + "Product ID Tray": "YD3400C5M4MFH", + "Product ID MPK": "YD3400C5FHSPK*", + "Launch Date": "07/07/2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Spire", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "130W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, SW-defined storage, Telco", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "Radeon™ RX Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8324P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001133", + "Name": "AMD Ryzen™ 3 3350U", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3300C4T4MFG", "Product ID MPK": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "348 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-35W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" + }, + { + "Name": "AMD Ryzen™ 3 3300X", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000159BOX", + "Product ID Tray": "100-000000159", + "Product ID MPK": "100-100000159MPK", "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.65GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "3.0GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,895 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "155-225W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", + "System Memory Type": "DDR4", + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8224PN", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001164", + "Name": "AMD Ryzen™ 3 3300U", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3300C4T4MFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "2.9GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,015 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage, Telco", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-7890K with Radeon™ R7 Graphics and Wraith cooler", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD789KXDJCHBX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "4.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "Wraith cooler", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-35W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "866 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8224P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001134", + "Name": "AMD Ryzen™ 3 3250U", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3250C4T2OFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.55GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "3.0GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "855 USD", + "Launch Date": "1/6/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.6 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "160W", - "AMD Configurable TDP (cTDP)": "155-225W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8124PN", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001166", + "Name": "AMD Ryzen™ 3 3250C", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM325CC4T2OFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "2.9GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "790 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", + "Launch Date": "9/22/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.6 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage, Telco", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "ChromeOS , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8124P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001135", + "Name": "AMD Ryzen™ 3 3200U", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3200C4T2OFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.45GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "2.95GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "639 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.6 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "120-150W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8024PN", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001170", + "Name": "AMD Ryzen™ 3 3200GE (OEM Only)", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD3200C6M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.05GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "2.95GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "32MB", - "1kU Pricing": "525 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "Launch Date": "7/7/2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage, Telco", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-7870K with Radeon™ R7 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD787KXDI44JC", - "Product ID Boxed": "AD787KXDJCBOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "866 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 8024P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 8004 Series", - "Platform": "Server", - "Product ID Tray": "100-000001136", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "2.95GHz", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "32MB", - "1kU Pricing": "409 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP6", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 5.0 x96", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "90W", - "AMD Configurable TDP (cTDP)": "70-100W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 4800MT/s", - "System Memory Type": "DDR5", - "Memory Channels": 6, - "Per Socket Mem BW": "230.40 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Client-Middleware Computing, HCI, Media streaming, Networking/NFV, SW-defined storage", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1200 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A10-7870K with Radeon™ R7 Graphics and Near Silent Thermal Solution", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD787KXDJCSBX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": 8, - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 3 3200G with Radeon™ Vega 8 Graphics", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD3200C5FHBOX", + "Product ID Tray": "YD3200C5M4MFH", + "Product ID MPK": "YD3200C5FHMPK", + "Launch Date": "7/7/2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "Near Silent 125W", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "866 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, AMD PowerTune Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD HD3D Technology, AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7763", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000312", - "Product ID Boxed": "100-100000312WOF", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.45GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "7,890 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "225-280W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, Cache-sensitive scale-up/out, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1250 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A10-7860K with Radeon™ R7 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD786KYBI44JC", - "Product ID Boxed": "AD786KYBJABOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Name": "AMD Ryzen™ 3 3100", + "Family": "Ryzen", + "Series": "Ryzen 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "100-100000284BOX", + "Product ID Tray": "100-000000284", + "Product ID MPK": "100-100000284MPK", + "Launch Date": "04/2020", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "16 MB", "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "757 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, AMD PowerTune Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD HD3D Technology, AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-7860K with Radeon™ R7 Graphics and Near Silent Thermal Solution", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD786KYBJCSBX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "Near Silent 95W", + "Processor Technology for CPU Cores": "TSMC 7nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "757 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, AMD PowerTune Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD HD3D Technology, AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7713P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000337", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.675GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "5,010 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "225-240W", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 4.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, ERM/SCM/CRM apps, Value data mgmt (NR/RDBMS), VDI, VM Density", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7713", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000344", - "Product ID Boxed": "100-100000344WOF", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 64, - "# of Threads": 128, + "Memory Channels": "", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Discrete Graphics Card Required", "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.675GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "7,060 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-7850K with Radeon™ R7 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD785KXBI44JA", - "Product ID Boxed": "AD785KXBJABOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Zen Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7663P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000001284", + "Name": "AMD Athlon™ Gold PRO 3150GE", + "Family": "Athlon PRO", + "Series": "Athlon PRO 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD315BC6M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 56, - "# of Threads": 112, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "3,139 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", - "AMD Configurable TDP (cTDP)": "225-280W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-7800 with Radeon™ R7 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD7800YBI44JA", - "Product ID Boxed": "AD7800YBJABOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-7700K with Radeon™ R7 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD770KXBI44JA", - "Product ID Boxed": "AD770KXBJABOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7663", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000318", - "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 56, - "# of Threads": 112, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "6,366 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "A10-6800K with Radeon™ HD 8670D", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD680KWOA44HL", - "Product ID Boxed": "AD680KWOHLBOX", + "Name": "AMD Athlon™ Gold PRO 3150G", + "Family": "Athlon PRO", + "Series": "Athlon PRO 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD315BC5M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "4.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "74°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "844 MHz", - "Graphics Model": "AMD Radeon™ HD 8670D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7643P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000001285", + "Name": "AMD Athlon™ PRO 3145B", + "Family": "Athlon PRO", + "Series": "Athlon PRO 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3145C4T2OFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "2,722 USD", + "Launch Date": "Q12021", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A10-6790K with Radeon™ HD 8670D", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD679KWOA44HL", - "Product ID Boxed": "AD679KWOHLBOX", + "Name": "AMD Athlon™ Silver PRO 3125GE", + "Family": "Athlon PRO", + "Series": "Athlon PRO 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD3125C6M2OFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", + "Launch Date": "7/21/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "74°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "844 MHz", - "Graphics Model": "AMD Radeon™ HD 8670D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-6700 with Radeon™ HD 8670D", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD6700OKA44HL", - "Product ID Boxed": "AD6700OKHLBOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "844 MHz", - "Graphics Model": "AMD Radeon™ HD 8670D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7773X", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000504​", + "Name": "AMD Athlon™ PRO 3045B", + "Family": "Athlon PRO", + "Series": "Athlon PRO 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3045C4T2OFG", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "768MB", - "1kU Pricing": "8,800 USD", + "Launch Date": "Q12021", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "225-280W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD 3D V-Cache™ Technology, AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Cache-sensitive scale-up/out, CFD, FEA Solvers", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-6700T with Radeon™ HD 8650D", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD670TYHA44HL", - "Product ID Boxed": "AD670TYHHLBOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ HD 8650D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7643", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000326", + "Name": "AMD Athlon™ Gold 3150U", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3150C4T2OFG", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 48, - "# of Threads": 96, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "4,774 USD", + "Launch Date": "1/6/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7573X", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000506​", + "Name": "AMD Athlon™ Gold 3150GE (OEM Only)", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD3150C6M4MFH", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "768MB", - "1kU Pricing": "5,590 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "225-280W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD 3D V-Cache™ Technology, AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "CFD, FEA Solvers", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 75F3", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000313", + "Name": "AMD Athlon™ Gold 3150G (OEM Only)", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD3150C5M4MFH", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.95GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "4,180 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "7/21/2020", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", - "AMD Configurable TDP (cTDP)": "225-280W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, HCI, High performance VM Density, Per core CAE/CFD/FEA, VDI", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7543P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000341", - "Product ID Boxed": "100-100000341WOF", + "Name": "AMD Athlon™ Gold 3150C", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM315CC4T2OFG", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "2,191 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, Value data mgmt (NR/RDBMS), VDI, VM Density", + "Launch Date": "9/22/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "ChromeOS , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7543", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000345", - "Product ID Boxed": "100-100000345WOF", + "Name": "AMD Athlon™ Silver 3050U", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM3050C4T2OFG", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "3,394 USD", + "Launch Date": "1/6/2020", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, Media streaming, Medium capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7513", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000334", - "Product ID Boxed": "100-100000334WOF", + "Name": "AMD Athlon™ Silver 3050GE (OEM Only)", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD305GC6M2OFH", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.65GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,840 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "165-200W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Launch Date": "7/21/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Content mgmt, General Purpose", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7473X", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000507​", + "Name": "AMD Athlon™ Silver 3050e", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM3050C7T2OFG​", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.8 GHz", + "Base Clock": "1.4 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "768MB", - "1kU Pricing": "3,900 USD", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "6W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", - "AMD Configurable TDP (cTDP)": "225-280W", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD 3D V-Cache™ Technology, AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "CFD, EDA, FEA Solvers", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7453", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000319", + "Name": "AMD Athlon™ Silver 3050C", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM305CC4T2OFG", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 28, - "# of Threads": 56, - "Graphics Core Count": "", - "Base Clock": "2.75GHz", - "Max. Boost Clock ¹ ²": "Up to 3.45GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,570 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, Content mgmt, General Purpose, Value, Value data mgmt (NR/RDBMS)", + "Launch Date": "9/22/2020", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "ChromeOS , Windows 11 - 64-Bit Edition", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "" + }, + { + "Name": "AMD Athlon™ 3000G", + "Family": "Athlon", + "Series": "Athlon 3000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD3000C6FHBOX", + "Product ID Tray": "YD3000C6M2OFH", + "Product ID MPK": "YD3000C6FHMPK", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.5 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 74F3", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000317", + "Name": "AMD Athlon™ PRO 300U Mobile Processor with Radeon™ Vega 3 Graphics", + "Family": "Athlon PRO", + "Series": "Athlon PRO 300 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM300BC4T2OFG", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "2,705 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, HCI, High performance VM Density, Per core CAE/CFD/FEA, VDI", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7443P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000342", - "Product ID Boxed": "100-100000342WOF", + "Name": "AMD Athlon™ PRO 300GE", + "Family": "Athlon PRO", + "Series": "Athlon PRO 300 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD300BC6M2OFH", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.85GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,050 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "165-200W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Launch Date": "9/30/2019", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose, SW-defined storage, Value", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Memory Guard , AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7443", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000340", - "Product ID Boxed": "", + "Name": "AMD Athlon™ 320GE", + "Family": "Athlon", + "Series": "Athlon 300 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "YD32GEC6FHBOX", + "Product ID Tray": "YD32GEC6M2OFH", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.85GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,010 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "165-200W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Launch Date": "7/7/2019", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.5 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose, GPU/FPGA Accelerated, Per core CAE/CFD/FEA, SW-defined storage", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7413", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000323", - "Product ID Boxed": "100-100000323WOF", + "Name": "AMD Athlon™ 300U", + "Family": "Athlon", + "Series": "Athlon 300 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM300UC4T2OFG", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.65GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,725 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "165-200W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, General Purpose, Networking/NFV, Web Serving", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 73F3", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000321", + "Name": "AMD Athlon™ 300GE", + "Family": "Athlon", + "Series": "Athlon 300 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "YD30GEC6M2OFH", "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "2,814 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", - "AMD Configurable TDP (cTDP)": "225-240W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, High-speed data mgmt (NR/RDBMS), Per core CAE/CFD/FEA", + "Launch Date": "7/7/2019", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7373X", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000508​", + "Name": "AMD Athlon™ PRO 200U Mobile Processor with Radeon™ Vega 3 Graphics", + "Family": "Athlon PRO", + "Series": "Athlon PRO 200 Series", + "Form Factor": "Laptops, Desktops", "Product ID Boxed": "", + "Product ID Tray": "YM200UC4T2OFB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.05GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "768MB", - "1kU Pricing": "4,185 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", - "AMD Configurable TDP (cTDP)": "225-280W", - "Max. Operating Temperature (Tjmax)": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD 3D V-Cache™ Technology, AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "CFD, EDA, FEA Solvers", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7343", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000338", + "Name": "AMD Athlon™ PRO 200GE", + "Family": "Athlon PRO", + "Series": "Athlon PRO 200 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,565 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "190W", - "AMD Configurable TDP (cTDP)": "165-200W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, General Purpose, Media streaming, Per core CAE/CFD/FEA, Value", + "Product ID Tray": "YD200BC6M2OFB", + "Product ID MPK": "YD200BC6FBMPK", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.2 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7313P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000339", - "Product ID Boxed": "100-100000339WOF", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "913 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", - "AMD Configurable TDP (cTDP)": "155-180W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, Media streaming, Value per core CAE/CFD/FEA", + "Name": "AMD Athlon™ 240GE", + "Family": "Athlon", + "Series": "Athlon 200 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD240GC6M2OFB", + "Product ID MPK": "YD240GC6FBMPK", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.5 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7313", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000329", - "Product ID Boxed": "100-100000329WOF", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,083 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", - "AMD Configurable TDP (cTDP)": "155-180W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, Media streaming, Per core CAE/CFD/FEA", + "Name": "AMD Athlon™ 220GE", + "Family": "Athlon", + "Series": "Athlon 200 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "", + "Product ID Tray": "YD220GC6M2OFB", + "Product ID MPK": "YD220GC6FBMPK", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A8-7670K with Radeon™ R7 Graphics and Near Silent Thermal Solution", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD767KXBJCSBX", - "Product ID MPK": "", + "Name": "AMD Athlon™ 200GE", + "Family": "Athlon", + "Series": "Athlon 200 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD200GC6FBBOX", + "Product ID Tray": "YD200GC6M2OFB / YD20GGC6M2OFB", + "Product ID MPK": "YD200GC6FBMPK", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "Near Silent 95W", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.2 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "757 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, AMD PowerTune Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD HD3D Technology, AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7303P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000001289", - "Product ID Boxed": "100-000001289WOF", + "Name": "AMD Ryzen™ Threadripper™ 2990WX", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD299XAZAFWOF", + "Product ID Tray": "YD299XAZUIHAF", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "594 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "130W", - "AMD Configurable TDP (cTDP)": "120-150W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Launch Date": "8/13/2018", + "# of CPU Cores": "32", + "# of Threads": "64", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "3072 KB", + "L2 Cache": "16 MB", + "L3 Cache": "64 MB", + "Default TDP": "250W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "sTR4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "68°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "4", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Cost-optimized, General Purpose", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7F72", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000141", - "Product ID Boxed": "100-000000141WOF", + "Name": "AMD Ryzen™ Threadripper™ 2970WX", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD297XAZAFWOF", + "Product ID Tray": "YD297XAZUHCAF", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "192MB", - "1kU Pricing": "2,450 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", + "Launch Date": "10/2018", + "# of CPU Cores": "24", + "# of Threads": "48", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "2304 KB", + "L2 Cache": "12 MB", + "L3 Cache": "64 MB", + "Default TDP": "250W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "sTR4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "68°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "4", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, HCI, High performance VM Density, Per core CAE/CFD/FEA, VDI", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7303", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000001288", - "Product ID Boxed": "100-000001288WOF", + "Name": "AMD Ryzen™ Threadripper™ 2950X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD295XA8AFWOF", + "Product ID Tray": "YD295XA8UGAAF", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "604 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "130W", - "AMD Configurable TDP (cTDP)": "120-150W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Launch Date": "8/31/2018", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "1536 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "180W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "sTR4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "68°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "4", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Cost-optimized, General Purpose", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7F52", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000140", - "Product ID Boxed": "100-000000140WOF", + "Name": "AMD Ryzen™ Threadripper™ 2920X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD292XA8AFWOF", + "Product ID Tray": "YD292XA8UC9AF", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "3,100 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "240W", + "Launch Date": "10/2018", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "1152 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "180W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "sTR4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "68°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "4", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, High-speed data mgmt (NR/RDBMS), Per core CAE/CFD/FEA", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 72F3", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000000327", + "Name": "AMD Ryzen™ 7 PRO 2700X", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "", - "Launch Date": "3/15/2021", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "1,984 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Product ID Tray": "YD27BXBAM88AF", + "Product ID MPK": "YD27BXBAAFMPK", + "Launch Date": "", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "165-200W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Departmental CAE/CFD/FEA, EDA, FSI risk analysis, Licensed per core data mgmt (RDBMS)", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "A8-7650K with Radeon™ R7 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD765KXBI44JA", - "Product ID Boxed": "AD765KXBJABOX", + "Name": "AMD Ryzen™ 7 PRO 2700U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM270BC4T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "2.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 10 Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1300 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO security , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7F32", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000139", - "Product ID Boxed": "100-000000139WOF", - "Product ID MPK": "", + "Name": "AMD Ryzen™ 7 PRO 2700", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD270BBBM88AF", + "Product ID MPK": "YD270BBBAFMPK", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,100 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Departmental CAE/CFD/FEA, EDA, FSI risk analysis, Licensed per core data mgmt (RDBMS)", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7H12", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000055", - "Product ID Boxed": "100-100000055WOF", - "Product ID MPK": "", + "Name": "AMD Ryzen™ 5 PRO 2600", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD260BBBM6IAF", + "Product ID MPK": "YD260BBBAFMPK", "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "7,250 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "280W", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "576 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Specialized CAE/CFD/FEA", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7203P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000001287", - "Product ID Boxed": "100-000001287WOF", + "Name": "AMD Ryzen™ 5 PRO 2500U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM250BC4T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "338 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", - "AMD Configurable TDP (cTDP)": "120-150W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO security , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "A8-7650K with Radeon™ R7 Graphics and Near Silent Thermal Solution", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD765KXBJASBX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "Near Silent 95W", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", + "Name": "AMD Ryzen™ 5 PRO 2400GE with Radeon™ Vega 11 Graphics", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD240BC6M4MFB", + "Product ID MPK": "YD240BC6FBMPK", + "Launch Date": "5/10/2018", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Enduro™ Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD HD3D Technology, AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1250 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" + }, + { + "Name": "AMD Ryzen™ 5 PRO 2400G with Radeon™ Vega 11 Graphics", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD240BC5M4MFB", + "Product ID MPK": "YD240BC5FBMPK", + "Launch Date": "5/10/2018", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "46-65W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1250 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7742", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000053", - "Product ID Boxed": "100-100000053WOF", + "Name": "AMD Ryzen™ 3 PRO 2300U", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM230BC4T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.25GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "6,950 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "Q1 2019", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, Cache-sensitive scale-up/out, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD PRO security , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "A8-7600 with Radeon™ R7 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD7600YBI44JA", - "Product ID Boxed": "AD7600YBJABOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 3 PRO 2200GE with Radeon™ Vega 8 Graphics", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD220BC6M4MFB", + "Product ID MPK": "YD220BC6FBMPK", + "Launch Date": "5/10/2018", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" + }, + { + "Name": "AMD Ryzen™ 3 PRO 2200G with Radeon™ Vega 8 Graphics", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD220BC5M4MFB", + "Product ID MPK": "YD220BC5FBMPK", + "Launch Date": "5/10/2018", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "AMD Configurable TDP (cTDP)": "46-65W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7702", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000038", - "Product ID Boxed": "100-100000038WOF", + "Name": "AMD Ryzen™ 7 2800H", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM2800C3T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.35GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "6,450 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "9/10/2018", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ RX Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1300 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" + }, + { + "Name": "AMD Ryzen™ 7 2700X", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD270XBGAFBOX", + "Product ID Tray": "YD270XBGM88AF", + "Product ID MPK": "YD270XBGAFMPK", + "Launch Date": "4/19/2018", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "105W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Wraith Prism with RGB LED", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Prism", + "Max. Operating Temperature (Tjmax)": "85°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, Cache-sensitive scale-up/out, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD SenseMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7203", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7003 Series", - "Platform": "Server", - "Product ID Tray": "100-000001286", - "Product ID Boxed": "100-000001286WOF", + "Name": "AMD Ryzen™ 7 2700U", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM2700C4T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "348 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "10/26/2017", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "2.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", - "AMD Configurable TDP (cTDP)": "120-150W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ RX Vega 10 Graphics", + "Graphics Core Count": "10", + "Graphics Frequency": "1300 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology , VCN" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7702P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000047", - "Product ID Boxed": "100-100000047WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.35GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "4,425 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", + "Name": "AMD Ryzen™ 7 2700E Processor", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD270EBHM88AF", + "Product ID MPK": "YD270EBHAFMPK", + "Launch Date": "09/2018", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "2.8 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, Security, Value data mgmt (NR/RDBMS), VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD StoreMI Technology , AMD SenseMI Technology , AMD Zen Core Architecture , DASH 1.2" }, { - "0": "on", - "": 0, - "Model": "A8-6600K with Radeon™ HD 8570D", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD660KWOA44HL", - "Product ID Boxed": "AD660KWOHLBOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Name": "AMD Ryzen™ 7 2700", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD2700BBAFBOX", + "Product ID Tray": "YD2700BBM88AF", + "Product ID MPK": "YD2700BBAFMPK", + "Launch Date": "4/19/2018", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "74°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "844 MHz", - "Graphics Model": "AMD Radeon™ HD 8570D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Wraith Spire with RGB LED", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD SenseMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7662", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000137", - "Product ID Boxed": "100-000000137WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 64, - "# of Threads": 128, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "6,150 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", + "Name": "AMD Ryzen™ 5 2600X", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD260XBCAFBOX", + "Product ID Tray": "YD260XBCM6IAF", + "Product ID MPK": "YD260XBCAFMPK", + "Launch Date": "4/19/2018", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "576 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Spire", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD SenseMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "A8-6500 with Radeon™ HD 8570D", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD6500OKA44HL", - "Product ID Boxed": "AD6500OKHLBOX", + "Name": "AMD Ryzen™ 5 2600H", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM2600C3T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "9/10/2018", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "35-54W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ HD 8570D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 3200 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7642", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000074", - "Product ID Boxed": "100-100000074WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "4,775 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", + "Name": "AMD Ryzen™ 5 2600E", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD260EBHM6IAF", + "Product ID MPK": "YD260EBHAFMPK", + "Launch Date": "09/2018", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "578 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "45W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD SenseMI Technology , AMD Zen Core Architecture" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7552", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000076", - "Product ID Boxed": "100-100000076WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 48, - "# of Threads": 96, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "192MB", - "1kU Pricing": "4,025 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", + "Name": "AMD Ryzen™ 5 2600", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD2600BBAFBOX", + "Product ID Tray": "YD2600BBM6IAF", + "Product ID MPK": "YD2600BBAFMPK", + "Launch Date": "4/19/2018", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "576 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD StoreMI Technology , AMD SenseMI Technology , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium" }, { - "0": "on", - "": 0, - "Model": "A8-6500T with Radeon™ HD 8550D", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD650TYHA44HL", - "Product ID Boxed": "AD650TYHHLBOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", + "Name": "AMD Ryzen™ 5 2500X", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD250XBBM4KAF", + "Product ID MPK": "YD250XBBAFMPK", + "Launch Date": "9/10/2018", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ HD 8550D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7542", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000075", - "Product ID Boxed": "100-100000075WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "3,400 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "225W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, Media streaming, Medium capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7532", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000136", - "Product ID Boxed": "100-000000136WOF", + "Name": "AMD Ryzen™ 5 2500U", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM2500C4T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "256MB", - "1kU Pricing": "2,380 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "10/26/2017", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, Media streaming, Medium capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology , VCN" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7502", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000054", - "Product ID Boxed": "100-100000054WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.35GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,600 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "Name": "AMD Ryzen™ 5 2400GE with Radeon™ RX Vega 11 Graphics", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD2400C6M4MFB", + "Product ID MPK": "YD2400C6FBMPK", + "Launch Date": "4/19/2018", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, Media streaming, Medium capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ RX Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1250 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD VR Ready Processors , AMD Ryzen™ Master Utility , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7502P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000045", - "Product ID Boxed": "100-100000045WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.35GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,300 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 5 2400G with Radeon™ RX Vega 11 Graphics", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD2400C5FBBOX", + "Product ID Tray": "YD2400C5M4MFB", + "Product ID MPK": "YD2400C5FBMPK", + "Launch Date": "2/12/2018", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "46-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, Value data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ RX Vega 11 Graphics", + "Graphics Core Count": "11", + "Graphics Frequency": "1250 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Software Adrenalin Edition , AMD SenseMI Technology , AMD VR Ready Processors , AMD Ryzen™ Master Utility , Enmotus FuzeDrive™ for AMD Ryzen™ , AMD FreeSync™ Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7452", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000057", - "Product ID Boxed": "100-100000057WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.35GHz", - "Max. Boost Clock ¹ ²": "Up to 3.35GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "2,025 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", + "Name": "AMD Ryzen™ 3 2300X", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD230XBBM4KAF", + "Product ID MPK": "YD230XBBAFMPK", + "Launch Date": "9/10/2018", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Content mgmt, General Purpose", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7402", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000046", - "Product ID Boxed": "100-100000046WOF", + "Name": "AMD Ryzen™ 3 2300U", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM2300C4T4MFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.35GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,783 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "1/8/2018", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose, GPU/FPGA Accelerated, Per core CAE/CFD/FEA, SW-defined storage", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD FreeSync™ Technology , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7402P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000048", - "Product ID Boxed": "100-100000048WOF", + "Name": "AMD Ryzen™ 3 2200U", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM2200C4T2OFB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.35GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,250 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Launch Date": "1/8/2018", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-25W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FP5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose, SW-defined storage, Value", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ Vega 3 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "A6-7470K with Radeon™ R5 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD747KYBI23JC", - "Product ID Boxed": "AD747KYBJCBOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": "", - "Graphics Core Count": 4, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 3 2200GE with Radeon™ Vega 8 Graphics", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD2200C6M4MFB", + "Product ID MPK": "YD2200C6FBMPK", + "Launch Date": "4/19/2018", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, AMD PowerTune Technology, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD VR Ready Processors , AMD Ryzen™ Master Utility , DirectX® 12 Technology" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7352", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000077", - "Product ID Boxed": "100-100000077WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "1,080 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", + "Name": "AMD Ryzen™ 3 2200G with Radeon™ Vega 8 Graphics", + "Family": "Ryzen", + "Series": "Ryzen 2000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD2200C5FBBOX", + "Product ID Tray": "YD2200C5M4MFB", + "Product ID MPK": "YD2200C5FBMPK", + "Launch Date": "2/12/2018", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "4 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "46-65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm FinFET", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, Networking/NFV, Web Serving", + "Memory Channels": "2", + "System Memory Specification": "Up to 2933 MT/s", + "Graphics Model": "Radeon™ Vega 8 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "1100 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD Software Adrenalin Edition , AMD SenseMI Technology , AMD VR Ready Processors , AMD Ryzen™ Master Utility , Enmotus FuzeDrive™ for AMD Ryzen™ , AMD FreeSync™ Technology" }, { - "0": "on", - "": 0, - "Model": "A6-7400K with Radeon™ R5 Series", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD740KYBI23JA", - "Product ID Boxed": "AD740KYBJABOX", + "Name": "AMD Ryzen™ Threadripper™ 1950X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD195XA8AEWOF", + "Product ID Tray": "YD195XA8UGAAE", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 4, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "7/31/2017", + "# of CPU Cores": "16", + "# of Threads": "32", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "1536 KB", + "L2 Cache": "8 MB", + "L3 Cache": "32 MB", + "Default TDP": "180W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "sTR4", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "45W/65WW", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "758 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "68°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "4", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX2 , FMA3" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7302", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000043", - "Product ID Boxed": "100-100000043WOF", + "Name": "AMD Ryzen™ Threadripper™ 1920X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD192XA8AEWOF", + "Product ID Tray": "YD192XA8UC9AE", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "978 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", + "Launch Date": "7/31/2017", + "# of CPU Cores": "12", + "# of Threads": "24", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "1152 KB", + "L2 Cache": "6 MB", + "L3 Cache": "32 MB", + "Default TDP": "180W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "sTR4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "68°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "4", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, Media streaming, Per core CAE/CFD/FEA", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , AMD Ryzen™ VR-Ready Premium , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX2 , FMA3" }, { - "0": "on", - "": 0, - "Model": "A6-6420K with Radeon™ HD 8470D", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD642KOKA23HL", - "Product ID Boxed": "AD642KOKHLBOX", + "Name": "AMD Ryzen™ Threadripper™ 1900X", + "Family": "Ryzen Threadripper", + "Series": "Ryzen Threadripper 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD190XA8AEWOF", + "Product ID Tray": "YD190XA8U8QAE", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "8/31/2017", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "180W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "sTR4", + "Thermal Solution (PIB)": "Not Included", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ HD 8470D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "68°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "4", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Ryzen™ VR-Ready Premium , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX2 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7302P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000049", - "Product ID Boxed": "100-100000049WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "825 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", + "Name": "AMD Ryzen™ 7 PRO 1700X Processor", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 1000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD17XBBAM88AE", + "Product ID MPK": "YD17XBBAAEMPK", + "Launch Date": "6/29/2017", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, Media streaming, Value per core CAE/CFD/FEA", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , Virtualization , DASH 1.2 , Secure Boot , Trusted Applications , TSM Encryption , AES , AVX2 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7282", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000078", - "Product ID Boxed": "100-100000078WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "604 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", + "Name": "AMD Ryzen™ 7 PRO 1700", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 1000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD170BBBM88AE", + "Product ID MPK": "YD170BBBAEMPK", + "Launch Date": "6/29/2017", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "85.30 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Cost-optimized, General Purpose, SW-defined storage", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , Virtualization , DASH 1.2 , Secure Boot , Trusted Applications , TSM Encryption , AES , AVX2 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "A6-6310 with Radeon™ R4 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AM6310ITJ44JBD", - "Product ID Boxed": "-", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 2.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", + "Name": "AMD Ryzen™ 5 PRO 1600", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 1000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD160BBBM6IAE", + "Product ID MPK": "YD160BBBAEMPK", + "Launch Date": "6/29/2017", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "576 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15/25W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R4 Series", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , Virtualization , DASH 1.2 , Secure Boot , Trusted Applications , TSM Encryption , AES , AVX2 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "A6-6400K with Radeon™ HD 8470D", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD640KOKA23HL", - "Product ID Boxed": "AD640KOKHLBOX", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Name": "AMD Ryzen™ 5 PRO 1500", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 1000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD150BBBM4GAE", + "Product ID MPK": "YD150BBBAEMPK", + "Launch Date": "6/29/2017", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "16 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ HD 8470D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , Virtualization , DASH 1.2 , Secure Boot , Trusted Applications , TSM Encryption , AES , AVX2 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7272", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000079", - "Product ID Boxed": "100-100000079WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 24, - "Graphics Core Count": "", - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "549 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", + "Name": "AMD Ryzen™ 3 PRO 1300", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 1000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD130BBBM4KAE", + "Product ID MPK": "YD130BBBAEMPK", + "Launch Date": "6/29/2017", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "85.30 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Content mgmt, Cost-optimized, General Purpose", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , Virtualization , DASH 1.2 , Secure Boot , Trusted Applications , TSM Encryption , AES , AVX2 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7262", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000041", - "Product ID Boxed": "100-100000041WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "128MB", - "1kU Pricing": "505 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155W", + "Name": "AMD Ryzen™ 3 PRO 1200", + "Family": "Ryzen PRO", + "Series": "Ryzen PRO 1000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YD120BBBM4KAE", + "Product ID MPK": "YD120BBBAEMPK", + "Launch Date": "6/29/2017", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "SR2ni", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "204.80 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Collaborative, Cost-optimized, Departmental CAE/CFD/FEA, EDA, Licensed per core data mgmt (RDBMS)", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , Virtualization , DASH 1.2 , Secure Boot , Trusted Applications , TSM Encryption , AES , AVX2 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "A6-5200 with Radeon™ HD 8400", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AM5200IAJ44HMD", - "Product ID Boxed": "-", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", + "Name": "AMD Ryzen™ 7 1800X", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD180XBCAEWOF", + "Product ID Tray": "YD180XBCM88AE", + "Product ID MPK": "YD180XBCAEMPK", + "Launch Date": "3/2/2017", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ HD 8400", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Max", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7252", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000080", - "Product ID Boxed": "100-100000080WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "348 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", + "Name": "AMD Ryzen™ 7 1700X", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD170XBCAEWOF", + "Product ID Tray": "YD170XBCM88AE", + "Product ID MPK": "YD170XBCAEMPK", + "Launch Date": "3/2/2017", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Max", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "85.30 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Collaborative, Cost-optimized, Departmental CAE/CFD/FEA, EDA, Licensed per core data mgmt (RDBMS)", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7232P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7002 Series", - "Platform": "Server", - "Product ID Tray": "100-000000081", - "Product ID Boxed": "100-100000081WOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "32MB", - "1kU Pricing": "338 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 4.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", + "Name": "AMD Ryzen™ 7 1700 Processor", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD1700BBAEBOX", + "Product ID Tray": "YD1700BBM88AE", + "Product ID MPK": "YD1700BBAEMPK", + "Launch Date": "3/2/2017", + "# of CPU Cores": "8", + "# of Threads": "16", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "4 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 3200MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Wraith Spire (LED)", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "85.30 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Cost-optimized, Per core license, Value", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD GuardMI Technology , AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , DASH 1.2 , AES , AVX , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7601", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7601BDVIHAF", - "Product ID Boxed": "PS7601BDAFWOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "3,270 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "Name": "AMD Ryzen™ 5 1600X", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD160XBCAEWOF", + "Product ID Tray": "YD160XBCM6IAE", + "Product ID MPK": "YD160XBCAEMPK", + "Launch Date": "4/11/2017", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "576 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 2666MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Not Included", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Max", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "170.60 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, Cache-sensitive scale-up/out, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS)", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX2 , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7551P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS755PBDVIHAF", - "Product ID Boxed": "PS755PBDAFWOF", + "Name": "AMD Ryzen™ 5 1600 (AF)", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD1600BBAFBOX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,830 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "576 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "12nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX2 , FMA3 , XFR (Extended Frequency Range)" + }, + { + "Name": "AMD Ryzen™ 5 1600", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD1600BBAEBOX", + "Product ID Tray": "YD1600BBM6IAE", + "Product ID MPK": "YD1600BBAEMPK", + "Launch Date": "4/11/2017", + "# of CPU Cores": "6", + "# of Threads": "12", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "576 KB", + "L2 Cache": "3 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 2666MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Wraith Spire (No LED)", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "170.60 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, Cache-sensitive scale-up/out, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX2 , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7551", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7551BDVIHAF", - "Product ID Boxed": "PS7551BDAFWOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "2,660 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "Name": "AMD Ryzen™ 5 1500X", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD150XBBAEBOX", + "Product ID Tray": "YD150XBBM4GAE", + "Product ID MPK": "YD150XBBAEMPK", + "Launch Date": "4/11/2017", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "16 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 2666MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "Wraith Spire (No LED)", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Spire", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "170.60 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, App dev/test, Cache-sensitive scale-up/out, CAE/CFD/FEA, ERM/SCM/CRM apps, High capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AES , AVX2 , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7501", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7501BEVIHAF", - "Product ID Boxed": "PS7501BEAFWOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 32, - "# of Threads": 64, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "2,870 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", + "Name": "AMD Ryzen™ 5 1400", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD1400BBAEBOX", + "Product ID Tray": "YD1400BBM4KAE", + "Product ID MPK": "YD1400BBAEMPK", + "Launch Date": "4/11/2017", + "# of CPU Cores": "4", + "# of Threads": "8", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Analytics, CAE/CFD/FEA, ERM/SCM/CRM apps, Media streaming, Medium capacity data mgmt (NR/RDBMS), VDI, VM Density", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Virtualization , Enmotus FuzeDrive™ for AMD Ryzen™ , AVX2 , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7451", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7451BDVHCAF", - "Product ID Boxed": "PS7451BDAFWOF", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,880 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "180W", + "Name": "AMD Ryzen™ 3 1300X", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD130XBBAEBOX", + "Product ID Tray": "YD130XBBM4KAE", + "Product ID MPK": "YD130XBBAEMPK", + "Launch Date": "7/27/2017", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 2666MT/s", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "170.60 GB/s", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "App dev/test, Content mgmt, General Purpose", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD Ryzen™ Master Utility , Enmotus FuzeDrive™ for AMD Ryzen™ , AVX2 , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "A4-7300 with Radeon™ HD 8470D", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD7300OKA23HL", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Name": "AMD Ryzen™ 3 1200", + "Family": "Ryzen", + "Series": "Ryzen 1000 Series", + "Form Factor": "Desktops, Boxed Processor", + "Product ID Boxed": "YD1200BBAEBOX", + "Product ID Tray": "YD1200BBM4KAE", + "Product ID MPK": "YD1200BBAEMPK", + "Launch Date": "7/27/2017", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "2 MB", + "L3 Cache": "8 MB", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ HD 8470D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "AMD Wraith Stealth", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "AMD Wraith Stealth", + "Max. Operating Temperature (Tjmax)": "95°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x16", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2667 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD SenseMI Technology , AMD Zen Core Architecture , AMD VR Ready Processors , Enmotus FuzeDrive™ for AMD Ryzen™ , AVX2 , FMA3 , XFR (Extended Frequency Range)" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7401P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS740PBEVHCAF", - "Product ID Boxed": "PS740PBEAFWOF", + "Name": "AMD 3020e", + "Family": "AMD", + "Series": "AMD 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "YM3020C7T2OFG​", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", + "Launch Date": "1/6/2020", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 2.6 GHz", + "Base Clock": "1.2 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "920 USD", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "6W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "ERM/SCM/CRM apps, Value data mgmt (NR/RDBMS), VDI, VM Density", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "1000 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A4-6320 with Radeon™ HD 8370D", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD6320OKA23HL", - "Product ID Boxed": "AD6320OKHLBOX", + "Name": "AMD 3015e", + "Family": "AMD", + "Series": "AMD 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AM3015BRP2OFJ", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "Launch Date": "7/6/2020", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.3 GHz", + "Base Clock": "1.2 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "6W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FT5", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "760 MHz", - "Graphics Model": "AMD Radeon™ HD 8370D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "Windows 11 - 64-Bit Edition , Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7401", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7401BEVHCAF", - "Product ID Boxed": "PS7401BEAFWOF", + "Name": "AMD 3015Ce", + "Family": "AMD", + "Series": "AMD 3000 Series", + "Form Factor": "Laptops, Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AM301CBRP2OFJ", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 24, - "# of Threads": 48, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", + "Launch Date": "4/29/2021", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.3 GHz", + "Base Clock": "1.2 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,620 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", + "L2 Cache": "1 MB", + "L3 Cache": "4 MB", + "Default TDP": "6W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "14nm", + "CPU Socket": "FT5", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "105°C", + "*OS Support": "ChromeOS", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose, GPU/FPGA Accelerated, SW-defined storage", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "Radeon™ Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A4-6300 with Radeon™ HD 8370D", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Desktops", - "Platform": "Boxed Processor", - "Product ID Tray": "AD6300OKA23HL", - "Product ID Boxed": "AD6300OKHLBOX", + "Name": "FX-9590", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD9590FHHKWOF", + "Product ID Tray": "FD9590FHW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 5 GHz", + "Base Clock": "4.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "220W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "57°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "760 MHz", - "Graphics Model": "AMD Radeon™ HD 8370D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7371", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "", - "Product ID Boxed": "", + "Name": "FX-9370", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD9370FHHKWOF", + "Product ID Tray": "FD9370FHW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "1,550 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "200W", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.7 GHz", + "Base Clock": "4.4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "220W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "57°C", "*OS Support": "", - "System Memory Specification": "Up to 2666MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "170.60 GB/s", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, ERM/SCM/CRM apps, Media streaming, Networking/NFV, Per core CAE/CFD/FEA, Web Serving", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7351P", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS735PBEVGPAF", - "Product ID Boxed": "PS735PBEAFWOF", + "Name": "FX-8370E", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD837EWMHKBOX", + "Product ID Tray": "FD837EWMW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 2.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "660 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Cost-optimized, EDA, General Purpose, Media streaming, Value per core CAE/CFD/FEA", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7351", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7351BEVGPAF", - "Product ID Boxed": "PS7351BEAFWOF", + "Name": "FX-8370 with Wraith cooler", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8370FRHKHBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 2.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "890 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "Wraith cooler", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61.1°C", "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "General Purpose, Media streaming, Per core CAE/CFD/FEA, Web Serving", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7301", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7301BEVGPAF", - "Product ID Boxed": "PS7301BEAFWOF", + "Name": "FX-8370", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8370FRHKBOX", + "Product ID Tray": "FD8370FRW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 2.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "740 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61.1°C", "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "EDA, General Purpose, Media streaming, Per core CAE/CFD/FEA", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "A4-5100 with Radeon™ HD 8330", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AM5100IBJ44HMD", - "Product ID Boxed": "n/a", + "Name": "FX-8350 with Wraith cooler", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8350FRHKHBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.55GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "Wraith cooler", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "500 MHz", - "Graphics Model": "AMD Radeon™ HD 8330", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7281", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7281BEVGAAF", - "Product ID Boxed": "PS7281BEAFWOF", + "Name": "FX-8350", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8350FRHKBOX", + "Product ID Tray": "FD8350FRW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 32, - "Graphics Core Count": "", - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 2.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "32MB", - "1kU Pricing": "580 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61°C", "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Cost-optimized, General Purpose, SW-defined storage", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "A4-5000 with Radeon™ HD 8330", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AM5000IBJ44HMD", - "Product ID Boxed": "n/a", + "Name": "FX-8320E", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD832EWMHKBOX", + "Product ID Tray": "FD832EWMW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "500 MHz", - "Graphics Model": "AMD Radeon™ HD 8330", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7261", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7261BEV8RAF", - "Product ID Boxed": "", + "Name": "FX-8320", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8320FRHKBOX", + "Product ID Tray": "FD8320FRW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 2.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "64MB", - "1kU Pricing": "570 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "155/170W", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61.1°C", "*OS Support": "", - "System Memory Specification": "2400MT/s / 2666MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s/170.60 GB/s", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Collaborative, Cost-optimized, Departmental CAE/CFD/FEA, EDA, Per core license, Value data mgmt (NR/RDBMS)", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "AMD EPYC™ 7251", - "Family": "AMD EPYC™", - "Line": "AMD EPYC™ 7001 Series", - "Platform": "Server", - "Product ID Tray": "PS7251BFV8SAF", - "Product ID Boxed": "PS7251BFAFWOF", + "Name": "FX-8310", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8310WMHKSBX", + "Product ID Tray": "FD8310WMW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 2.9GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.4 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "32MB", - "1kU Pricing": "400 USD", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "", - "CPU Socket": "SP3", - "Socket Count": "1P/2P", - "PCI Express® Version": "PCIe 3.0 x128", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "120W", + "L2 Cache": "8 MB", + "L3 Cache": "", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": 8, - "Per Socket Mem BW": "153.60 GB/s", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "AMD Infinity Guard, AMD Infinity Architecture", - "Workload Affinity": "Collaborative, Cost-optimized, Per core license, Value data mgmt (NR/RDBMS)", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-9590", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD9590FHW8KHK", - "Product ID Boxed": "FD9590FHHKWOF", + "Name": "FX-8300", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8300WMHKBOX", + "Product ID Tray": "FD8300WMW8KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "4.7GHz", - "Max. Boost Clock ¹ ²": "Up to 5.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "220W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "57°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-9370", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD9370FHW8KHK", - "Product ID Boxed": "FD9370FHHKWOF", + "Name": "FX-8150", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8150FRGUBOX", + "Product ID Tray": "FD8150FRW8KGU", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "4.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", + "Processor Technology for CPU Cores": "32nm", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "220W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "57°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8370 with Wraith cooler", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "FD8370FRHKHBX", + "Name": "FX-8120", + "Family": "FX-Series", + "Series": "FX 8-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD8120FRGUBOX", + "Product ID Tray": "FD8120FRW8KGU", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "8", + "# of Threads": "8", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "8 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", + "Processor Technology for CPU Cores": "32nm", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "Wraith cooler", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8370E", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD837EWMW8KHK", - "Product ID Boxed": "FD837EWMHKBOX", + "Name": "FX-6350 with Wraith cooler", + "Family": "FX-Series", + "Series": "FX 6-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD6350FRHKHBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "288 KB", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "Wraith cooler", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8370", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD8370FRW8KHK", - "Product ID Boxed": "FD8370FRHKBOX", + "Name": "FX-6350", + "Family": "FX-Series", + "Series": "FX 6-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD6350FRHKBOX", + "Product ID Tray": "FD6350FRW6KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "288 KB", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-7400P with Radeon™ R6 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM740PDGH44JA", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "654 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "A10-7300 with Radeon™ R6 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM7300ECH44JA", - "Product ID Boxed": "n/a", + "Name": "FX-6300", + "Family": "FX-Series", + "Series": "FX 6-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD6300WMHKBOX", + "Product ID Tray": "FD6300WMW6KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "20W", + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "288 KB", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "553 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR3", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": "FX-8350 with Wraith cooler", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "FD8350FRHKHBX", + "Name": "FX-6200", + "Family": "FX-Series", + "Series": "FX 6-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD6200FRGUBOX", + "Product ID Tray": "FD6200FRW6KGU", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "288 KB", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "Wraith cooler", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61.1°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "A10 Micro-6700T with Radeon™ R6 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for Laptops", - "Platform": "Laptop, Tablet", - "Product ID Tray": "AM670TIVJ44JB", - "Product ID Boxed": "n/a", + "Name": "FX 6100", + "Family": "FX-Series", + "Series": "FX 6-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD6100WMGUSBX", + "Product ID Tray": "FD6100WMW6KGU", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "4.5W", + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "288 KB", + "L2 Cache": "6 MB", + "L3 Cache": "8 MB", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "AM3+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 1333MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8350", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD8350FRW8KHK", - "Product ID Boxed": "FD8350FRHKBOX", + "Name": "FX-4350", + "Family": "FX-Series", + "Series": "FX 4-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD4350FRHKBOX", + "Product ID Tray": "FD4350FRW4KHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61.1°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8320E", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD832EWMW8KHK", - "Product ID Boxed": "FD832EWMHKBOX", + "Name": "FX-4320", + "Family": "FX-Series", + "Series": "FX 4-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD4320WMHKBOX", + "Product ID Tray": "FD4320WMW4MHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "4 MB", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": "FX-8320", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD8320FRW8KHK", - "Product ID Boxed": "FD8320FRHKBOX", + "Name": "FX-4300", + "Family": "FX-Series", + "Series": "FX 4-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD4300WMHKBOX", + "Product ID Tray": "FD4300WMW4MHK", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "4 MB", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8310", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD8310WMW8KHK", - "Product ID Boxed": "FD8310WMHKSBX", + "Name": "FX-4170", + "Family": "FX-Series", + "Series": "FX 4-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD4170FRGUSBOX", + "Product ID Tray": "FD4170FRW4KGU", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "8MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4.2 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "61.1°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8300", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD8300WMW8KHK", - "Product ID Boxed": "FD8300WMHKBOX", + "Name": "FX-4130", + "Family": "FX-Series", + "Series": "FX 4-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD4130FRGUBOX", + "Product ID Tray": "FD4130FRW4MGU", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "4 MB", + "Default TDP": "125W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8150", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD8150FRW8KGU", - "Product ID Boxed": "FD8150FRGUBOX", + "Name": "FX-4100", + "Family": "FX-Series", + "Series": "FX 4-Core Black Edition Processors", + "Form Factor": "Desktops", + "Product ID Boxed": "FD4100WMGUSBX", + "Product ID Tray": "FD4100WMW4KGU", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "8 MB", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm", + "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.5°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES" }, { - "0": "on", - "": 0, - "Model": "FX-8120", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 8-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD8120FRW8KGU", - "Product ID Boxed": "FD8120FRGUBOX", + "Name": "7th Gen FX™ 9830P APU", + "Family": "FX-Series", + "Series": "FX-Series Processors for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "FM983PAEY44AB", + "Product ID MPK": "", + "Launch Date": "Q216", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "25-45W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Radeon™ Dual Graphics , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD HD3D Technology , AMD Mantle API" + }, + { + "Name": "7th Gen FX™ 9800P APU", + "Family": "FX-Series", + "Series": "FX-Series Processors for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "FM980PADY44AB", + "Product ID MPK": "", + "Launch Date": "Q216", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-15W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "758 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Radeon™ Dual Graphics , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD HD3D Technology , AMD Mantle API" + }, + { + "Name": "6th Gen FX-8800P APU", + "Family": "FX-Series", + "Series": "FX-Series Processors for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "FM880PAAY43KA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" + }, + { + "Name": "FX-7600P with Radeon™ R7 Graphics", + "Family": "FX-Series", + "Series": "FX-Series Processors for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "FM760PDGH44JA", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61°C", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "686 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A8-7410 with Radeon™ R5 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM7410JBY44JB", - "Product ID Boxed": "n/a", + "Name": "FX-7500 with Radeon™ R7 Graphics", + "Family": "FX-Series", + "Series": "FX-Series Processors for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "FM7500ECH44JA", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "20W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "553 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" + }, + { + "Name": "FX-8800P with Radeon™ R7 Graphics", + "Family": "FX-Series", + "Series": "FX-Series Processors for AIOs", + "Form Factor": "", + "Product ID Boxed": "", + "Product ID Tray": "FM880PAAY43KAD", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 2.5GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "847 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A8-7200P with Radeon™ R5 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM720PDGH44JA", - "Product ID Boxed": "n/a", + "Name": "7th Gen A12-9800E APU", + "Family": "A-Series", + "Series": "A12-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9800AHABBOX", + "Product ID Tray": "AD9800AHM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 4, - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", + "Launch Date": "9/5/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.1 GHz", "L1 Cache": "", - "L2 Cache": "4MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "626 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R7 Series", + "Graphics Core Count": "8", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "FX-6350 with Wraith cooler", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 6-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "FD6350FRHKHBX", + "Name": "7th Gen A12-9800 APU", + "Family": "A-Series", + "Series": "A12-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9800AUABBOX", + "Product ID Tray": "AD9800AUM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "Wraith cooler", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R7 Series", + "Graphics Core Count": "8", + "Graphics Frequency": "1108 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "FX-6350", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 6-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD6350FRW6KHK", - "Product ID Boxed": "FD6350FRHKBOX", + "Name": "7th Gen A12-9730P APU", + "Family": "A-Series", + "Series": "A12-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM973PAEY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Launch Date": "Q216", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "25-45W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Radeon™ Dual Graphics , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "A8-7100 with Radeon™ R5 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM7100ECH44JA", - "Product ID Boxed": "n/a", + "Name": "7th Gen A12-9700P APU", + "Family": "A-Series", + "Series": "A12-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM970PADY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 4, - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", + "Launch Date": "Q216", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.5 GHz", "L1 Cache": "", - "L2 Cache": "4MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-15W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "20W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "514 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "758 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Radeon™ Dual Graphics , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "FX-6300", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 6-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD6300WMW6KHK", - "Product ID Boxed": "FD6300WMHKBOX", + "Name": "7th Gen AMD PRO A12-9800E APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD980BAHM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "10/3/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "8", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "A8-6410 with Radeon™ R5 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM6410ITJ44JB", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A12-9800 APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD980BAUM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 2.4GHz", - "All Core Boost Speed": "", + "Launch Date": "10/3/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.8 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "847 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "8", + "Graphics Frequency": "1108 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "FX-6200", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 6-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD6200FRW6KGU", - "Product ID Boxed": "FD6200FRGUBOX", + "Name": "6th Gen AMD PRO A12-8870E APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD887BAHM44AB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "8", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": "FX 6100", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 6-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD6100WMW6KGU", - "Product ID Boxed": "FD6100WMGUSBX", + "Name": "6th Gen AMD PRO A12-8870 APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD887BAUM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", + "Launch Date": "3Q 2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "8", + "Graphics Frequency": "1108 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": "FX-4350", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 4-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD4350FRW4KHK", - "Product ID Boxed": "FD4350FRHKBOX", + "Name": "7th Gen AMD PRO A12-9830B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM983BAEY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "4.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Launch Date": "10/24/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "25/45W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "8", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "FX-4320", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 4-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD4320WMW4MHK", - "Product ID Boxed": "FD4320WMHKBOX", + "Name": "7th Gen AMD PRO A12-9800B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM980BADY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "10/24/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12/15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "8", + "Graphics Frequency": "758 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "FX-4300", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 4-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD4300WMW4MHK", - "Product ID Boxed": "FD4300WMHKBOX", + "Name": "6th Gen AMD PRO A12-8830B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM883BADY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Launch Date": "Q3 2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "12/15W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "758 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": "FX-4170", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 4-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD4170FRW4KGU", - "Product ID Boxed": "FD4170FRGUSBOX", + "Name": "6th Gen AMD PRO A12-8800B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A12 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "4.2GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , Heterogeneous System Architecture (HSA) , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology" }, { - "0": "on", - "": 0, - "Model": "FX-4130", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 4-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD4130FRW4MGU", - "Product ID Boxed": "FD4130FRGUBOX", + "Name": "7th Gen A10-9700E APU", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9700AHABBOX", + "Product ID Tray": "AD9700AHM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "9/5/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "3", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R7 Series", + "Graphics Core Count": "6", + "Graphics Frequency": "847 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "FX-4100", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX 4-Core Black Edition Processors", - "Platform": "Boxed Processor", - "Product ID Tray": "FD4100WMW4KGU", - "Product ID Boxed": "FD4100WMGUSBX", + "Name": "7th Gen A10-9700 APU", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9700AGABBOX", + "Product ID Tray": "AD9700AGM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R7 Series", + "Graphics Core Count": "6", + "Graphics Frequency": "1029 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "1075T", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X6", - "Platform": "Boxed Processor", - "Product ID Tray": "HDT75TWFK6DGR", - "Product ID Boxed": "HDT75TWFGRBOX", + "Name": "A10-7890K with Radeon™ R7 Graphics and Wraith cooler", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD789KXDJCHBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "3MB", - "L3 Cache": "6MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4.1 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Wraith cooler", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "866 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "1045T", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X6", - "Platform": "Boxed Processor", - "Product ID Tray": "HDT45TWFK6DGR", - "Product ID Boxed": "HDT45TWFGRBOX", + "Name": "A10-7870K with Radeon™ R7 Series", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD787KXDJCBOX", + "Product ID Tray": "AD787KXDI44JC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": "", - "# of Threads": "", - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "3MB", - "L3 Cache": "6MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "866 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 980, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X4 Black", - "Platform": "Boxed Processor", - "Product ID Tray": "HDZ980FBK4DGM", - "Product ID Boxed": "HDZ980FBGMBOX", + "Name": "A10-7870K with Radeon™ R7 Graphics and Near Silent Thermal Solution", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD787KXDJCSBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", - "L3 Cache": "6MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 125W", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "866 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , AMD PowerTune Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD HD3D Technology , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A6-8500P with Radeon™ R5 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM850PAAY23KA", - "Product ID Boxed": "n/a", + "Name": "A10-7860K with Radeon™ R7 Series", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD786KYBJABOX", + "Product ID Tray": "AD786KYBI44JC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 4, - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "757 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , AMD PowerTune Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD HD3D Technology , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 975, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X4 Black", - "Platform": "Boxed Processor", - "Product ID Tray": "HDZ975FBK4DGM", - "Product ID Boxed": "HDZ975FBGMBOX", + "Name": "A10-7860K with Radeon™ R7 Graphics and Near Silent Thermal Solution", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD786KYBJCSBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", - "L3 Cache": "6MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "45nm SOI", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 95W", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "125W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "62°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "757 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , AMD PowerTune Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD HD3D Technology , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A6-7310 with Radeon™ R4 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM7310JBY44JB", - "Product ID Boxed": "n/a", + "Name": "A10-7850K with Radeon™ R7 Series", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD785KXBJABOX", + "Product ID Tray": "AD785KXBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 2.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A6-7310 with Radeon™ R4 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM7310ITJ44JB", - "Product ID Boxed": "n/a", + "Name": "A10-7800 with Radeon™ R7 Series", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD7800YBJABOX", + "Product ID Tray": "AD7800YBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 2.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 965, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X4 Black", - "Platform": "Boxed Processor", - "Product ID Tray": "HDZ965FBK4DGM", - "Product ID Boxed": "HDZ965FBGMBOX", + "Name": "A10-7700K with Radeon™ R7 Series", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD770KXBJABOX", + "Product ID Tray": "AD770KXBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A6-7000 with Radeon™ R4 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM7000ECH23JA", - "Product ID Boxed": "n/a", + "Name": "A10-6800K with Radeon™ HD 8670D", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD680KWOHLBOX", + "Product ID Tray": "AD680KWOA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 3, - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "4.1 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "17W", + "Default TDP": "100W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "74°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "533 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ HD 8670D", + "Graphics Core Count": "", + "Graphics Frequency": "844 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "960T", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X4 Black", - "Platform": "Boxed Processor", - "Product ID Tray": "HD96ZTWFK4DGR", - "Product ID Boxed": "HD96ZTWFGRBOX", + "Name": "A10-6790K with Radeon™ HD 8670D", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD679KWOHLBOX", + "Product ID Tray": "AD679KWOA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "512KB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "100W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "74°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8670D", + "Graphics Core Count": "", + "Graphics Frequency": "844 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A6-6310 with Radeon™ R4 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM6310ITJ44JB", - "Product ID Boxed": "n/a", + "Name": "A10-6700T with Radeon™ HD 8650D", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD670TYHHLBOX", + "Product ID Tray": "AD670TYHA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "Up to 1865MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8650D", + "Graphics Core Count": "", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 850, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X4", - "Platform": "Boxed Processor", - "Product ID Tray": "HDX850WFK42GM", - "Product ID Boxed": "HDX850WFGMBOX", + "Name": "A10-6700 with Radeon™ HD 8670D", + "Family": "A-Series", + "Series": "A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD6700OKHLBOX", + "Product ID Tray": "AD6700OKA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8670D", + "Graphics Core Count": "", + "Graphics Frequency": "844 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 840, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X4", - "Platform": "Boxed Processor", - "Product ID Tray": "HDX840WFK42GM", - "Product ID Boxed": "HDX840WFGMBOX", + "Name": "7th Gen A10-9630P APU", + "Family": "A-Series", + "Series": "A10-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM963PAEY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", + "Launch Date": "Q216", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.6 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "25-45W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Radeon™ Dual Graphics , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "A6-5350M with Radeon™ HD 8450G", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM5350DEC23HL", - "Product ID Boxed": "n/a", + "Name": "7th Gen A10-9600P APU", + "Family": "A-Series", + "Series": "A10-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM960PADY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", + "Launch Date": "Q216", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12-15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FS1r2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "533 MHz", - "Graphics Model": "AMD Radeon™ HD 8450G", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Radeon™ Dual Graphics , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": 570, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X2 Black", - "Platform": "Boxed Processor", - "Product ID Tray": "HDZ570WFK2DGM", - "Product ID Boxed": "HDZ570WFGMBOX", + "Name": "6th Gen A10-8700P APU", + "Family": "A-Series", + "Series": "A10-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM870PAAY43KA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "1.8 GHz", "L1 Cache": "", - "L2 Cache": "", - "L3 Cache": "6MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "A6-5200M with Radeon™ HD 8400", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM5200IAJ44HM", - "Product ID Boxed": "n/a", + "Name": "A10-7400P with Radeon™ R6 Graphics", + "Family": "A-Series", + "Series": "A10-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM740PDGH44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.5 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ HD 8400", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "654 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 565, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X2 Black", - "Platform": "Boxed Processor", - "Product ID Tray": "HDZ565WFG2DGM", - "Product ID Boxed": "HDZ565WFGMBOX", + "Name": "A10-7300 with Radeon™ R6 Graphics", + "Family": "A-Series", + "Series": "A10-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM7300ECH44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "0KB", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "1.9 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "45nm SOI", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "Default TDP": "20W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "Virtualization", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "553 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 555, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X2 Black", - "Platform": "Boxed Processor", - "Product ID Tray": "HDZ565WFG2DGM", - "Product ID Boxed": "HDZ555WFGMBOX", + "Name": "A10 Micro-6700T with Radeon™ R6 Graphics", + "Family": "A-Series", + "Series": "A10-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM670TIVJ44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.2 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "Default TDP": "4.5W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1333 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 565, - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II X2", - "Platform": "Boxed Processor", - "Product ID Tray": "HDZ565WFK2DGM", - "Product ID Boxed": "HDZ565WFGMBOX", + "Name": "A10-8700P with Radeon™ R6 Graphics", + "Family": "A-Series", + "Series": "A10-Series APU for AIOs", + "Form Factor": "", + "Product ID Boxed": "", + "Product ID Tray": "AM870PAAY43KAD", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "1MB", - "L3 Cache": "6MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "1.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "X940", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Black Edition Quad-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMX940HIR42GM", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A10-9700E APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD970BAHM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", + "Launch Date": "10/3/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "847 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "N970", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Quad-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMN970DCR42GM", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A10-9700 APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD970BAGM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", + "Launch Date": "10/3/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "1029 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "N960", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Quad-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMP960SGR42GM", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A10-8850B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD885BXBI44JC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "", - "System Memory Specification": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "N870", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Triple-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMN870DCR32GM", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A10-8770E APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD877BAHM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 3, - "# of Threads": 3, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "1.5MB", + "Launch Date": "3Q 2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM2+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "847 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": "P860", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Triple-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMP860SGR32GM", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A10-8770 APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD877BAGM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 3, - "# of Threads": 3, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "1.5MB", + "Launch Date": "3Q 2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM2+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "1029 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": "N660", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Dual-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMN660DCR23GM", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A10-8750B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD875BYBI44JC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "", - "System Memory Specification": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "757 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "A4-7210 with Radeon™ R3 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM7210ITJ44JB", - "Product ID Boxed": "n/a", + "Name": "A10 PRO-7850B with Radeon™ R7 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD785BXBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 2.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "686 MHz", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "P650", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Dual-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMP650SGR23GM", - "Product ID Boxed": "n/a", + "Name": "A10 PRO-7800B with Radeon™ R7 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD780BYBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "35/65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "8", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A4 Micro-6400T with Radeon™ R3 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop, Tablet", - "Product ID Tray": "AM640TIVJ44JB", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A10-9730B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM973BAEY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "Launch Date": "10/24/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.8 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "25/45W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "4.5W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1333MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "A4-6210 with Radeon™ R3 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM6210ITJ44JB", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A10-9700B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM970BADY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "Launch Date": "10/24/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "2.5 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12/15W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1599MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "758 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "N640", - "Family": "AMD Phenom™", - "Line": "AMD Phenom™ II Dual-Core Mobile Processors", - "Platform": "Laptop", - "Product ID Tray": "HMN640DCR23GM", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A10-8730B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM873BADY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "Launch Date": "Q3 2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "12/15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "100°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": "B99", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X4 Quad-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB99WFK4DGM", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A10-8700B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "1.8 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "B97", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X4 Quad-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB97WFK4DGM", - "Product ID Boxed": "n/a", + "Name": "A10 PRO-7350B with Radeon™ R6 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A10 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM735BECH44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "19W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "553 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "B95", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X4 Quad-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB95WFK4DGM", - "Product ID Boxed": "n/a", + "Name": "A10-6800B with Radeon™ HD 8670D", + "Family": "A-Series", + "Series": "Business Class - Quad-Core A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD680BWOA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": "", - "# of Threads": "", - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.4 GHz", + "Base Clock": "4.1 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "74°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ HD 8670D", + "Graphics Core Count": "", + "Graphics Frequency": "844 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A4-5100 with Radeon™ HD 8330", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop, Tablet", - "Product ID Tray": "AM5100IBJ44HM", - "Product ID Boxed": "n/a", + "Name": "A10-6790B with Radeon™ HD 8670D", + "Family": "A-Series", + "Series": "Business Class - Quad-Core A10-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD679BWOA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.3 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "74°C", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8670D", "Graphics Core Count": "", - "Base Clock": "1.55GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "Graphics Frequency": "844 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" + }, + { + "Name": "7th Gen A9-9425 APU", + "Family": "A-Series", + "Series": "A9-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9425AYN23AC", + "Product ID MPK": "", + "Launch Date": "2Q18", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ HD 8330", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Radeon™ Dual Graphics , Unified Video Decoder (UVD) , The Vulkan® API , Switchable Graphics , AVFS , AMD HD3D Technology , AMD Mantle API , AMD Gaming Evolved Client" }, { - "0": "on", - "": 0, - "Model": "B77", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X3 Triple-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB77WFK3DGM", - "Product ID Boxed": "n/a", + "Name": "7th Gen A9-9420 APU", + "Family": "A-Series", + "Series": "A9-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9420AYN23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 3, - "# of Threads": 3, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "Launch Date": "Q217", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3 GHz", "L1 Cache": "", - "L2 Cache": "1.5MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "847 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A4-5000 with Radeon™ HD 8330", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for Laptops", - "Platform": "Laptop, Tablet", - "Product ID Tray": "AM5000IBJ44HM", - "Product ID Boxed": "n/a", + "Name": "7th Gen A9-9410 APU", + "Family": "A-Series", + "Series": "A9-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9410AFY23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "Launch Date": "Q216", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.9 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "10-25/25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ HD 8330", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AMD FreeSync™ Technology , AES , Unified Video Decoder (UVD) , The Vulkan® API" }, { - "0": "on", - "": 0, - "Model": "B75", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X3 Triple-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB75WFK3DGM", - "Product ID Boxed": "n/a", + "Name": "7th Gen A8-9600 APU", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9600AGABBOX", + "Product ID Tray": "AD9600AGM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 3, - "# of Threads": 3, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3.1 GHz", "L1 Cache": "", - "L2 Cache": "1.5MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R7 Series", + "Graphics Core Count": "6", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "B60", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X2 Dual-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB60WFK2DGM", - "Product ID Boxed": "n/a", + "Name": "A8-7670K with Radeon™ R7 Graphics and Near Silent Thermal Solution", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD767KXBJCSBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.6 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 95W", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "757 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , AMD PowerTune Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD HD3D Technology , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "B59", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X2 Dual-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB59WFK2DGM", - "Product ID Boxed": "n/a", + "Name": "A8-7650K with Radeon™ R7 Series", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD765KXBJABOX", + "Product ID Tray": "AD765KXBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "B57", - "Family": "AMD Phenom™", - "Line": "AMD Business Class - AMD Phenom™ X2 Dual-Core", - "Platform": "Desktop", - "Product ID Tray": "HDXB57WFK2DGM", - "Product ID Boxed": "n/a", + "Name": "A8-7650K with Radeon™ R7 Graphics and Near Silent Thermal Solution", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD765KXBJASBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.3 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "80W", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 95W", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Enduro™ Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD HD3D Technology , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 641, - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD641XWNZ43GX", - "Product ID Boxed": "AD641XWNGXBOX", + "Name": "A8-7600 with Radeon™ R7 Series", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD7600YBJABOX", + "Product ID Tray": "AD7600YBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FM1 uPGA", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 638, - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD638XOJZ43GX", - "Product ID Boxed": "AD638XOJGXBOX", + "Name": "A8-6600K with Radeon™ HD 8570D", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD660KWOHLBOX", + "Product ID Tray": "AD660KWOA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FM1 uPGA", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.10°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "74°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8570D", + "Graphics Core Count": "", + "Graphics Frequency": "844 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 631, - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD631XWNZ43GX", - "Product ID Boxed": "AD631XWNGXBOX", + "Name": "A8-6500T with Radeon™ HD 8550D", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD650TYHHLBOX", + "Product ID Tray": "AD650TYHA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.1 GHz", + "Base Clock": "2.1 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FM1 uPGA", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8550D", + "Graphics Core Count": "", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 631, - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD631XOJZ43GX", - "Product ID Boxed": "AD631XOJGXBOX", + "Name": "A8-6500 with Radeon™ HD 8570D", + "Family": "A-Series", + "Series": "A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD6500OKHLBOX", + "Product ID Tray": "AD6500OKA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FM1 uPGA", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8570D", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "620e", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD620EHDK42GM", - "Product ID Boxed": "AD620EHDGMBOX", + "Name": "6th Gen A8-8600P APU", + "Family": "A-Series", + "Series": "A8-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM860PAAY43KA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "1.6 GHz", "L1 Cache": "", - "L2 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": 460, - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X3", - "Platform": "Boxed Processor", - "Product ID Tray": "ADX460WFK32GM", - "Product ID Boxed": "ADX460WFGMBOX", + "Name": "A8-7410 with Radeon™ R5 Graphics", + "Family": "A-Series", + "Series": "A8-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM7410JBY44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 3, - "# of Threads": 3, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "1.5MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.5 GHz", + "Base Clock": "2.2 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "75°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "847 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "425e", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X3", - "Platform": "Boxed Processor", - "Product ID Tray": "AD425EHDK32GM", - "Product ID Boxed": "AD425EHDGMBOX", + "Name": "A8-7200P with Radeon™ R5 Graphics", + "Family": "A-Series", + "Series": "A8-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM720PDGH44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 3, - "# of Threads": 3, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "1.5MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "100W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "626 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "255e", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ II X2", - "Platform": "Boxed Processor", - "Product ID Tray": "AD255EHDK23GM", - "Product ID Boxed": "AD255EHDGMBOX", + "Name": "A8-7100 with Radeon™ R5 Graphics", + "Family": "A-Series", + "Series": "A8-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM7100ECH44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "1.8 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "20W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "AM3", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "514 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A10-8700P with Radeon™ R6 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A10-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "AM870PAAY43KAD", - "Product ID Boxed": "n/a", + "Name": "A8-8600P with Radeon™ R6 Graphics", + "Family": "A-Series", + "Series": "A8-Series APU for AIOs", + "Form Factor": "", + "Product ID Boxed": "", + "Product ID Tray": "AM860PAAY43KAD", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "1.6 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A8-8600P with Radeon™ R6 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "AM860PAAY43KAD", - "Product ID Boxed": "n/a", + "Name": "A8-6410 with Radeon™ R5 Graphics", + "Family": "A-Series", + "Series": "A8-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM6410ITJ44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.4 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "847 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD Athlon™ X4 970", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD970XAUM44AB", - "Product ID Boxed": "AD970XAUABBOX", + "Name": "7th Gen AMD PRO A8-9600 APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A8 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD960BAGM44AB", "Product ID MPK": "", - "Launch Date": "7/27/2017", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", + "Launch Date": "10/3/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3.1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R7", + "Graphics Core Count": "6", + "Graphics Frequency": "900 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD Athlon™ X4 950", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD950XAGM44AB", - "Product ID Boxed": "AD950XAGABBOX", + "Name": "6th Gen AMD PRO A8-8650B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A8 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD865BYBI44JC", "Product ID MPK": "", - "Launch Date": "7/27/2017", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "45/65W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "757 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "A8-6410 with Radeon™ R5 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A8-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "AM7410JBY44JBD", - "Product ID Boxed": "n/a", + "Name": "A8 PRO-7600B with Radeon™ R7 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A8 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD760BYBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 2.5GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "35/65W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "847 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R7 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "7th Gen AMD Athlon™ X4 940", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD940XAGM44AB", - "Product ID Boxed": "AD940XAGABBOX", + "Name": "7th Gen AMD PRO A8-9630B", + "Family": "PRO A-Series", + "Series": "PRO A-Series A8 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM963BAEY44AB", "Product ID MPK": "", - "Launch Date": "7/27/2017", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", + "Launch Date": "10/24/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.6 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "25/45W", + "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "45/65W", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 2400MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR4", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "6", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "A6-8500P with Radeon™ R5 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "AM850PAAY23KAD", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A8-9600B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A8 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM960BADY44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 4, - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", + "Launch Date": "10/24/2016", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.3 GHz", + "Base Clock": "2.4 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12/15W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "A6-7310 with Radeon™ R4 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A6-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "AM7310JBY44JBD", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A8-8600B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A8 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 2.4GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "1.6 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FP4", - "Socket Count": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", "PCI Express® Version": "", - "Thermal Solution PIB": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R6 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" + }, + { + "Name": "A8 PRO-7150B with Radeon™ R5 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A8 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM715BECH44JA", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "1.9 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "100W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "6", + "Graphics Frequency": "533 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" + }, + { + "Name": "A8-6500B with Radeon™ HD 8570D", + "Family": "A-Series", + "Series": "Business Class - Quad-Core A8-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD650BOKA44HL", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8570D", + "Graphics Core Count": "", "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "880K with Near Silent Thermal Solution", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD880KXBJCSBX", + "Name": "7th Gen A6-9550 APU", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9550AGABBOX", + "Product ID Tray": "AD9550AGM23AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, + "Launch Date": "7/27/2017", + "# of CPU Cores": "2", "# of Threads": "", - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "Near Silent 125W", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R5 Series", + "Graphics Core Count": "6", + "Graphics Frequency": "1029 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "DirectX® 12 Technology , Unified Video Decoder (UVD)" + }, + { + "Name": "7th Gen A6-9500E APU", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9500AHABBOX", + "Product ID Tray": "AD9500AHM23AB", + "Product ID MPK": "", + "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "35W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R5 Series", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A4-7210 with Radeon™ R3 Graphics", - "Family": "AMD A-Series Processors", - "Line": "AMD A4-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "AM7210JBY44JBD", - "Product ID Boxed": "n/a", + "Name": "7th Gen A6-9500 APU", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD9500AGABBOX", + "Product ID Tray": "AD9500AGM23AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 2.2GHz", - "All Core Boost Speed": "", + "Launch Date": "Channel: 7/27/2017, OEM: 9/5/2016", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "686 MHz", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Radeon™ R5 Series", + "Graphics Core Count": "6", + "Graphics Frequency": "1029 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "870K with Near Silent Thermal Solution", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD870KXBJCSBX", + "Name": "A6-7470K with Radeon™ R5 Series", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD747KYBJCBOX", + "Product ID Tray": "AD747KYBI23JC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Near Silent 95W", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "A10-6800B with Radeon™ HD 8670D", - "Family": "AMD A-Series Processors", - "Line": "AMD Business Class - Quad-Core A10-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD680BWOA44HL", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "4.1GHz", - "Max. Boost Clock ¹ ²": "Up to 4.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "74°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "844 MHz", - "Graphics Model": "AMD Radeon™ HD 8670D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , AMD PowerTune Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "860K", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Desktop", - "Product ID Tray": "AD860KXBI44JA", - "Product ID Boxed": "n/a", + "Name": "A6-7400K with Radeon™ R5 Series", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD740KYBJABOX", + "Product ID Tray": "AD740KYBI23JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "758 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A10-6790B with Radeon™ HD 8670D", - "Family": "AMD A-Series Processors", - "Line": "AMD Business Class - Quad-Core A10-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD679BWOA44HL", - "Product ID Boxed": "n/a", + "Name": "A6-6420K with Radeon™ HD 8470D", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD642KOKHLBOX", + "Product ID Tray": "AD642KOKA23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "74°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "844 MHz", - "Graphics Model": "AMD Radeon™ HD 8670D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8470D", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "860K with Near Silent Thermal Solution", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD860KXBJASBX", + "Name": "A6-6400K with Radeon™ HD 8470D", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD640KOKHLBOX", + "Product ID Tray": "AD640KOKA23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Near Silent 95W", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8470D", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "845 with Near Silent Thermal Solution", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "n/a", - "Product ID Boxed": "AD845XACKASBX", + "Name": "A6-6310 with Radeon™ R4 Graphics", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM6310ITJ44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.4 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "PCIe 3.0", - "Thermal Solution PIB": "Near Silent 95W", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.30°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AES, AVX, FMA4", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1865 MT/s", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A8-6500B with Radeon™ HD 8570D", - "Family": "AMD A-Series Processors", - "Line": "AMD Business Class - Quad-Core A8-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD650BOKA44HL", - "Product ID Boxed": "n/a", + "Name": "A6-5200 with Radeon™ HD 8400", + "Family": "A-Series", + "Series": "A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AM5200IAJ44HMD", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.30°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ HD 8570D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8400", + "Graphics Core Count": "", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "760K", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD760KWOA44HL", - "Product ID Boxed": "AD760KWOHLBOX", + "Name": "7th Gen A6-9225 APU", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9225AYN23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", + "Launch Date": "2Q18", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.1 GHz", + "Base Clock": "2.6 GHz", "L1 Cache": "", - "L2 Cache": "4MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "686 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Radeon™ Dual Graphics , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AVFS , AMD HD3D Technology , AMD Mantle API , AMD Gaming Evolved Client" }, { - "0": "on", - "": 0, - "Model": 750, - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD750XOKA44HL", - "Product ID Boxed": "AD750KWOHJBOX", + "Name": "7th Gen A6-9220C APU", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM922CANN23AC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": "", - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 2.7 GHz", + "Base Clock": "1.8 GHz", + "L1 Cache": "160 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "6W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "AVX, FMA4", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "1", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Radeon™ R5 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "720 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "H.26X Decode , VP9 Decode" }, { - "0": "on", - "": 0, - "Model": "750K", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD750KWOA44HJ", - "Product ID Boxed": "AD750KWOHJBOX", + "Name": "7th Gen A6-9220 APU", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9220AYN23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", + "Launch Date": "Q217", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 2.9 GHz", + "Base Clock": "2.5 GHz", "L1 Cache": "", - "L2 Cache": "4MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "655 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "A6-6420B with Radeon™ HD 8470D", - "Family": "AMD A-Series Processors", - "Line": "AMD Business Class - Dual-Core A6-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD642BOKA23HL", - "Product ID Boxed": "n/a", + "Name": "7th Gen A6-9210 APU", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9210AVY23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "4.0GHz", - "Max. Boost Clock ¹ ²": "Up to 4.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", + "Launch Date": "Q216", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 2.8 GHz", + "Base Clock": "2.4 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ HD 8470D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 740, - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ X4", - "Platform": "Boxed Processor", - "Product ID Tray": "AD740XOKA44HJ", - "Product ID Boxed": "AD740XOKHJBOX", + "Name": "A6-7000 with Radeon™ R4 Graphics", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM7000ECH23JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "2.2 GHz", "L1 Cache": "", - "L2 Cache": "4MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "17W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "Not Listed", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "533 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A6-6400B with Radeon™ HD 8470D", - "Family": "AMD A-Series Processors", - "Line": "AMD Business Class - Dual-Core A6-Series APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD640BOKA23HL", - "Product ID Boxed": "n/a", + "Name": "A6-5350M with Radeon™ HD 8450G", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM5350DEC23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.9GHz", - "Max. Boost Clock ¹ ²": "Up to 4.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.5 GHz", + "Base Clock": "2.9 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm SOI", - "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm", + "CPU Socket": "FS1r2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ HD 8470D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8450G", + "Graphics Core Count": "", + "Graphics Frequency": "533 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "2800+", - "Family": "AMD Sempron™", - "Line": "AMD Sempron™", - "Platform": "Desktop", - "Product ID Tray": "AXDA2800DKV4D", - "Product ID Boxed": "n/a", + "Name": "A6-5200M with Radeon™ HD 8400", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM5200IAJ44HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": "", - "# of Threads": "", - "Graphics Core Count": "", - "Base Clock": "56MHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "65nm", - "CPU Socket": 939, - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Memory Channels": "1", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ HD 8400", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "X1150", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ X1100 Series Processors", - "Platform": "Server", - "Product ID Tray": "OX1150IPJ44HM", - "Product ID Boxed": "n/a", + "Name": "A6-8500P with Radeon™ R5 Graphics", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM850PAAY23KA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "1.6 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "17W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 800MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "2", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD FreeSync™ Technology , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "6386 SE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6386YETGGHK", - "Product ID Boxed": "n/a", + "Name": "A6-7310 with Radeon™ R4 Graphics", + "Family": "A-Series", + "Series": "A6-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM7310JBY44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "48KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.4 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "140W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "64.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6380, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6380WKTGGHK", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A6-9500E APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD950BAHM23AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "10/3/2016", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": "A10 PRO-7850B with Radeon™ R7 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD785BXBI44JA", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A6-9500 APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD950BAGM23AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.7GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", + "Launch Date": "10/3/2016", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "72.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "6", + "Graphics Frequency": "1029 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Enhanced Virus Protection" }, { - "0": "on", - "": 0, - "Model": 6378, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6378WKTGGHK", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A6-8570E APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD857BAHM23AB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": 6376, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6376WKTGGHK", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A6-8570 APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD857BAGM23AB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 2.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "6", + "Graphics Frequency": "1029 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": "A10 PRO-7800B with Radeon™ R7 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD780BYBI44JA", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A6-8550B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD855BYBI23JC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "35W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", - "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "A8 PRO-7600B with Radeon™ R7 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A8 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD760BYBI44JA", - "Product ID Boxed": "n/a", + "Name": "A6 PRO-7400B with Radeon™ R5 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD740BYBI23JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.5 GHz", "L1 Cache": "", - "L2 Cache": "4MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "35/65W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "35W/65WW", - "Max. Operating Temperature (Tjmax)": "71.30°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "720 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "756 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , Heterogeneous System Architecture (HSA) , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "6370P", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6370WQTGGHK", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A6-9500B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM950BADY23AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 2.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "48KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "10/24/2016", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "12/15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "99W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD PowerTune Technology , AMD Secure Technology , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection" + }, + { + "Name": "7th Gen AMD PRO A6-8350B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "", + "Product ID MPK": "", + "Launch Date": "Q1 2020", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.1 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "3", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , AMD Enduro™ Technology , FMA4 , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AVFS" }, { - "0": "on", - "": 0, - "Model": "A6 PRO-7400B with Radeon™ R5 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD740BYBI23JA", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A6-7350B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM735BAYN23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 4, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.9GHz", - "All Core Boost Speed": "", + "Launch Date": "Q1 2018", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "35W/65WW", - "Max. Operating Temperature (Tjmax)": "70°C", - "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "756 MHz", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, Heterogeneous System Architecture (HSA), DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Core Count": "3", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AVFS" }, { - "0": "on", - "": 0, - "Model": "6366 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6366VATGGHK", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A6-8530B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM853BADY23AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "Q3 2016", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "2.3 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "12/15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "85W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "65°C", - "*OS Support": "", - "System Memory Specification": "Up to 1800MT/s", - "System Memory Type": "DDR3", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "R5", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AVX , Catalyst Software , FMA4 , AMD Frame Rate Target Control , The Vulkan® API , Switchable Graphics" }, { - "0": "on", - "": 0, - "Model": 6348, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6348WKTCGHK", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A6-8500B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "12MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "1.6 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD HD3D Technology , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "A4 PRO-7350B with Radeon™ R5 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A4 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD735BYBI23JA", - "Product ID Boxed": "n/a", + "Name": "A6 PRO-7050B with Radeon™ R4 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A6 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM705BECH23JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 3, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3 GHz", + "Base Clock": "2.2 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "100W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FM2+", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FP3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "35W/65WW", - "Max. Operating Temperature (Tjmax)": "70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "514 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Radeon™ Dual Graphics, AMD Elite Experiences, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, AMD PowerTune Technology, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, Heterogeneous System Architecture (HSA), DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "533 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Frame Rate Target Control , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , Heterogeneous System Architecture (HSA) , AMD Mantle API , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A4 PRO-7300B with Radeon™ HD 8470D", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A4 APU for Desktops", - "Platform": "Desktop", - "Product ID Tray": "AD730BOKA23H", - "Product ID Boxed": "n/a", + "Name": "A6-6420B with Radeon™ HD 8470D", + "Family": "A-Series", + "Series": "Business Class - Dual-Core A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD642BOKA23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "3.8GHz", - "Max. Boost Clock ¹ ²": "Up to 4.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "96KB", - "L2 Cache": "1MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm SOI", "CPU Socket": "FM2", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", "Graphics Model": "AMD Radeon™ HD 8470D", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 11, FMA4, AVX", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6344, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6344WKTCGHK", - "Product ID Boxed": "n/a", + "Name": "A6-6400B with Radeon™ HD 8470D", + "Family": "A-Series", + "Series": "Business Class - Dual-Core A6-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD640BOKA23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 2.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "12MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ HD 8470D", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A10 PRO-7350B with Radeon™ R6 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A10 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM735BECH44JA", - "Product ID Boxed": "n/a", + "Name": "A4-7300 with Radeon™ HD 8470D", + "Family": "A-Series", + "Series": "A4-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD7300OKA23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "19W", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "553 MHz", - "Graphics Model": "AMD Radeon™ R6 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "6338P", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6338WQTCGHK", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 2.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "48KB", - "L2 Cache": "12MB", - "L3 Cache": "16MB", - "1kU Pricing": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "99W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8470D", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6328, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6328WKT8GHK", - "Product ID Boxed": "n/a", + "Name": "A4-6320 with Radeon™ HD 8370D", + "Family": "A-Series", + "Series": "A4-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD6320OKHLBOX", + "Product ID Tray": "AD6320OKA23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8370D", + "Graphics Core Count": "", + "Graphics Frequency": "760 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A8 PRO-7150B with Radeon™ R5 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A8 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM715BECH44JA", - "Product ID Boxed": "n/a", + "Name": "A4-6300 with Radeon™ HD 8370D", + "Family": "A-Series", + "Series": "A4-Series APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "AD6300OKHLBOX", + "Product ID Tray": "AD6300OKA23HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "1.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "533 MHz", - "Graphics Model": "AMD Radeon™ R5 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": 6320, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6320WKT8GHK", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8370D", + "Graphics Core Count": "", + "Graphics Frequency": "760 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A6 PRO-7050B with Radeon™ R4 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A6 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM705BECH23JA", - "Product ID Boxed": "n/a", + "Name": "7th Gen A4-9125 APU", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9125AYN23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": 3, - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", + "Launch Date": "2Q18", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 2.6 GHz", + "Base Clock": "2.3 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "100W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "533 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R3 Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "686 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , AMD App Acceleration , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Radeon™ Dual Graphics , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AVFS , AMD HD3D Technology , AMD Mantle API , AMD Gaming Evolved Client" }, { - "0": "on", - "": 0, - "Model": "A4 PRO-3350B with Radeon™ R4 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A4 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM335BITJ44JB", - "Product ID Boxed": "n/a", + "Name": "7th Gen A4-9120C APU", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM912CANN23AC", "Product ID MPK": "", - "Launch Date": "Q2 2016", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 2, - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 2.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "2MB", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 2.4 GHz", + "Base Clock": "1.6 GHz", + "L1 Cache": "160 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "6W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R4 Graphics", - "Supported Technologies": "Virtualization, DirectX® 12 Technology, AES, AMD App Acceleration, AVX, Catalyst Software, AMD Enduro™ Technology, FMA4, Unified Video Decoder (UVD), Video Code Engine (VCE), The Vulkan® API, Switchable Graphics, AMD Elite Experiences, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, Enhanced Virus Protection, AMD HD3D Technology", - "Workload Affinity": "", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", + "System Memory Type": "", + "Memory Channels": "1", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Radeon™ R4 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "VP9 Decode , H.26X Decode" }, { - "0": "on", - "": 0, - "Model": 6308, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6308WKT4GHK", - "Product ID Boxed": "n/a", + "Name": "7th Gen A4-9120 APU", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM9120AYN23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "Q217", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 2.5 GHz", + "Base Clock": "2.2 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "74.40°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R3 Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "655 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6284 SE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6284YETGGGU", - "Product ID Boxed": "n/a", + "Name": "A4-7210 with Radeon™ R3 Graphics", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM7210ITJ44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.2 GHz", + "Base Clock": "1.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "140W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "64.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R3 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "686 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "A4 PRO-3340B with Radeon™ HD 8240 Graphics", - "Family": "AMD PRO A-Series Processors", - "Line": "AMD PRO A-Series A4 APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "AM334BIAJ44HM", - "Product ID Boxed": "n/a", + "Name": "A4 Micro-6400T with Radeon™ R3 Graphics", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM640TIVJ44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 2, - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.6 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "4.5W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3/DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "400 MHz", - "Graphics Model": "AMD Radeon™ HD 8240 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, RAID Support, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1333 MT/s", + "Graphics Model": "AMD Radeon™ R3 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "6282 SE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6282YETGGGU", - "Product ID Boxed": "n/a", + "Name": "A4-6210 with Radeon™ R3 Graphics", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM6210ITJ44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.8 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "140W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "64.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1599 MT/s", + "Graphics Model": "AMD Radeon™ R3 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "FX-7600P with Radeon™ R7 Graphics", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX-Series Processors for Laptops", - "Platform": "Laptop", - "Product ID Tray": "FM760PDGH44JA", - "Product ID Boxed": "n/a", + "Name": "A4-5100 with Radeon™ HD 8330", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM5100IBJ44HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "4MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.55 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "686 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8330", + "Graphics Core Count": "", + "Graphics Frequency": "500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ 3000G", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Desktop Processors with Radeon™ Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "YD3000C6M2OFH", - "Product ID Boxed": "YD3000C6FHBOX", - "Product ID MPK": "YD3000C6FHMPK", + "Name": "A4-5000 with Radeon™ HD 8330", + "Family": "A-Series", + "Series": "A4-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM5000IBJ44HM", + "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "Yes", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.5 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 11 - 64-Bit Edition, Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1100 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8330", + "Graphics Core Count": "", + "Graphics Frequency": "500 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6278, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6278WKTGGGU", - "Product ID Boxed": "n/a", + "Name": "6th Gen AMD PRO A4-8350B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A4 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD835BYBI23JC", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.9 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "45/65W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", + "*OS Support": "Windows 10 - 64-Bit Edition , Windows 7 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "4", + "Graphics Frequency": "757 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AMD FreeSync™ Technology , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Frame Rate Target Control , Heterogeneous System Architecture (HSA) , AMD PowerTune Technology , AMD Radeon™ Dual Graphics , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , System Image Stability , Enhanced Virus Protection , AMD Mantle API" }, { - "0": "on", - "": 0, - "Model": "FX-7500 with Radeon™ R7 Graphics", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX-Series Processors for Laptops", - "Platform": "Laptop", - "Product ID Tray": "FM7500ECH44JA", - "Product ID Boxed": "n/a", + "Name": "A4 PRO-7350B with Radeon™ R5 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A4 APU for Desktops", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD735BYBI23JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 6, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.4 GHz", "L1 Cache": "", - "L2 Cache": "4MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "35/65W", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "20W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "553 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "514 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , AMD Radeon™ Dual Graphics , AMD Elite Experiences , IOMMU v2.0 , Out of Band Manageability , Per Core Power Gating (CC6) , AMD PowerNow!™ , AMD PowerTune Technology , RAID Support , System Image Stability , AMD TrueAudio Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , Heterogeneous System Architecture (HSA) , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ 240GE", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD240GC6M2OFB", + "Name": "A4 PRO-7300B with Radeon™ HD 8470D", + "Family": "PRO A-Series", + "Series": "PRO A-Series A4 APU for Desktops", + "Form Factor": "Desktops", "Product ID Boxed": "", - "Product ID MPK": "YD240GC6FBMPK", + "Product ID Tray": "AD730BOKA23H", + "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "96 KB", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm SOI", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8470D", + "Graphics Core Count": "", + "Graphics Frequency": "800 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 11 , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6276, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6276WKTGGGU", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD PRO A4-5350B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A4 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "Launch Date": "Q1 2020", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", - "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "3", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AVFS" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ 220GE", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "YD220GC6M2OFB", + "Name": "7th Gen AMD PRO A4-4350B APU", + "Family": "PRO A-Series", + "Series": "PRO A-Series A4 APU for Laptops", + "Form Factor": "Laptops", "Product ID Boxed": "", - "Product ID MPK": "YD220GC6FBMPK", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Product ID Tray": "AM435BAYN23AC", + "Product ID MPK": "", + "Launch Date": "Q1 2018", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 2.9 GHz", + "Base Clock": "2.5 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "1", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "3", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , Catalyst Software , AMD Enduro™ Technology , FMA4 , AMD Secure Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AVFS" }, { - "0": "on", - "": 0, - "Model": "FX-8800P with Radeon™ R7 Graphics", - "Family": "AMD FX-Series Processors", - "Line": "AMD FX-Series Processors for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "FM880PAAY43KAD", - "Product ID Boxed": "n/a", + "Name": "A4 PRO-3350B with Radeon™ R4 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A4 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM335BITJ44JB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": 8, - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", + "Launch Date": "Q2 2016", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 2.4 GHz", + "Base Clock": "2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 2133MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 2, - "Per Socket Mem BW": "", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R4 Graphics", + "Graphics Core Count": "2", "Graphics Frequency": "800 MHz", - "Graphics Model": "AMD Radeon™ R7 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, AMD FreeSync™ Technology, AMD Frame Rate Target Control, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Out of Band Manageability, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, AMD TrueAudio Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, Heterogeneous System Architecture (HSA), AMD Mantle API, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "AMD Athlon™ 200GE", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Boxed Processor", - "Product ID Tray": "YD200GC6M2OFB / YD20GGC6M2OFB", - "Product ID Boxed": "YD200GC6FBBOX", - "Product ID MPK": "YD200GC6FBMPK", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , DirectX® 12 Technology , AES , AMD App Acceleration , AVX , Catalyst Software , AMD Enduro™ Technology , FMA4 , Unified Video Decoder (UVD) , Video Code Engine (VCE) , The Vulkan® API , Switchable Graphics , AMD Elite Experiences , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , Enhanced Virus Protection , AMD HD3D Technology" }, { - "0": "on", - "": 0, - "Model": 6274, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6274WKTGGGU", - "Product ID Boxed": "n/a", + "Name": "A4 PRO-3340B with Radeon™ HD 8240 Graphics", + "Family": "PRO A-Series", + "Series": "PRO A-Series A4 APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "AM334BIAJ44HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.2 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3 , DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8240 Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , RAID Support , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "Athlon™ 5370 APU with Radeon™ R3 Series", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Quad-Core APU", - "Platform": "Desktop", + "Name": "Athlon™ 5370 APU with Radeon™ R3 Series", + "Family": "Athlon", + "Series": "Athlon 5000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "", "Product ID Tray": "AD5370JAH44HM", - "Product ID Boxed": "n/a", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.2 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "AM1", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "76°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, Unified Video Decoder (UVD), Video Code Engine (VCE), AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , Unified Video Decoder (UVD) , Video Code Engine (VCE) , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6272, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6272WKTGGGU", - "Product ID Boxed": "n/a", + "Name": "Athlon™ 5350 APU with Radeon™ R3 Series", + "Family": "Athlon", + "Series": "Athlon 5000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "AD5350JAHMBOX", + "Product ID Tray": "AD5350JAH44HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "2.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.05 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "76°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R3 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "Athlon™ 5350 APU with Radeon™ R3 Series", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Quad-Core APU", - "Platform": "Boxed Processor", - "Product ID Tray": "AD5350JAH44HM", - "Product ID Boxed": "AD5350JAHMBOX", + "Name": "Athlon™ 5150 APU with Radeon™ R3 Series", + "Family": "Athlon", + "Series": "Athlon 5000 Series", + "Form Factor": "Desktops", + "Product ID Boxed": "AD5150JAHMBOX", + "Product ID Tray": "AD5150JAH44HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.05GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.6 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "AM1", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "76°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "6262 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6262VATGGGU", - "Product ID Boxed": "n/a", + "Name": "Sempron™ 3850 APU with Radeon™ R3 Series", + "Family": "Sempron", + "Series": "Sempron Quad-Core APU", + "Form Factor": "Desktops", + "Product ID Boxed": "SD3850JAHMBOX", + "Product ID Tray": "SD3850JAH44HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 16, - "# of Threads": 16, - "Graphics Core Count": "", - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 2.9GHz", - "All Core Boost Speed": "", - "L1 Cache": "768KB", - "L2 Cache": "16MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.3 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "85W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "65°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 1800MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R3 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "450 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "Athlon™ 5150 APU with Radeon™ R3 Series", - "Family": "AMD Athlon™ Processors", - "Line": "AMD Athlon™ Quad-Core APU", - "Platform": "Boxed Processor", - "Product ID Tray": "AD5150JAH44HM", - "Product ID Boxed": "AD5150JAHMBOX", + "Name": "Sempron™ 2650 APU with Radeon™ R3 Series", + "Family": "Sempron", + "Series": "Sempron Dual-Core APU", + "Form Factor": "Desktops", + "Product ID Boxed": "SD2650JAHMBOX", + "Product ID Tray": "SD2650JAH23HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "1.45 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "25W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", "CPU Socket": "AM1", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "76°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", + "Memory Channels": "1", + "System Memory Specification": "Up to 1333 MT/s", "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ PRO 200U Mobile Processor with Radeon™ Vega 3 Graphics", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO Mobile Processors with Radeon™ Vega Graphics", - "Platform": "Laptop", - "Product ID Tray": "YM200UC4T2OFB", + "Name": "7th Gen E2-9010 APU", + "Family": "E-Series", + "Series": "E2-Series APU for Laptops", + "Form Factor": "Laptops", "Product ID Boxed": "", + "Product ID Tray": "EM9010AVY23AC", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Launch Date": "Q217", + "# of CPU Cores": "2", + "# of Threads": "", + "Max. Boost Clock": "Up to 2.2 GHz", + "Base Clock": "2 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "10-15W", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "FP5", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "Windows 10 - 64-Bit Edition , RHEL x86 64-Bit , Ubuntu x86 64-Bit", + "PCI Express® Version": "PCIe® 3.0 x8", + "System Memory Type": "DDR4", + "Memory Channels": "", + "System Memory Specification": "Up to 186 MT/s", + "Graphics Model": "AMD Radeon™ R5 Graphics", + "Graphics Core Count": "2", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "" + }, + { + "Name": "E2-6110 with Radeon™ R2 Graphics", + "Family": "E-Series", + "Series": "E2-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM6110ITJ44JB", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.5 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "12-25W", - "Max. Operating Temperature (Tjmax)": "105°C", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2400MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R2 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "AMD Athlon™ PRO 200GE", - "Family": "AMD Athlon™ PRO Processors", - "Line": "AMD Athlon™ PRO Desktop Processors with Radeon™ Vega Graphics", - "Platform": "Desktop", - "Product ID Tray": "YD200BC6M2OFB", + "Name": "E2-3800 with Radeon™ HD 8280", + "Family": "E-Series", + "Series": "E2-Series APU for Laptops", + "Form Factor": "Laptops", "Product ID Boxed": "", - "Product ID MPK": "YD200BC6FBMPK", + "Product ID Tray": "EM3800IBJ44HM", + "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 4, - "Graphics Core Count": 3, - "Base Clock": "3.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "1MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.3 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "14nm", - "CPU Socket": "AM4", - "Socket Count": "", - "PCI Express® Version": "PCIe® 3.0", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", - "*OS Support": "Windows 10 - 64-Bit Edition, RHEL x86 64-Bit, Ubuntu x86 64-Bit *Operating System (OS) support will vary by manufacturer.", - "System Memory Specification": "Up to 2667MT/s", - "System Memory Type": "", - "Memory Channels": 2, - "Per Socket Mem BW": "", - "Graphics Frequency": "1000 MHz", - "Graphics Model": "Radeon™ Vega 3 Graphics", - "Supported Technologies": "", - "Workload Affinity": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ HD 8280", + "Graphics Core Count": "", + "Graphics Frequency": "450 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6238, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6238WKTCGGU", - "Product ID Boxed": "n/a", + "Name": "E2-3000 with Radeon™ HD 8280", + "Family": "E-Series", + "Series": "E2-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM3000BJ23HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "12MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "1.65 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ HD 8280", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "Sempron™ 3850 APU with Radeon™ R3 Series", - "Family": "AMD Sempron™", - "Line": "AMD Sempron™ Quad-Core APU", - "Platform": "Boxed Processor", - "Product ID Tray": "SD3850JAH44HM", - "Product ID Boxed": "SD3850JAHMBOX", + "Name": "E2-7110 with Radeon™ R2 Graphics", + "Family": "E-Series", + "Series": "E2-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM7110ITJ44JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.3GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "256KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 1.8 GHz", + "Base Clock": "1.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM1", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "90°C", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1600 MT/s", + "Graphics Model": "AMD Radeon™ R2 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "600 MHz", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" + }, + { + "Name": "E1-7010 with Radeon™ R2 Graphics", + "Family": "E-Series", + "Series": "E1-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM7010JCY23JB", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "Up to 1.5 GHz", + "Base Clock": "1.5 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "10W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FP4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "90°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "450 MHz", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3L", + "Memory Channels": "1", + "System Memory Specification": "Up to 1333 MT/s", + "Graphics Model": "AMD Radeon™ R2 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "400 MHz", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "Sempron™ 2650 APU with Radeon™ R3 Series", - "Family": "AMD Sempron™", - "Line": "AMD Sempron™ Dual-Core APU", - "Platform": "Boxed Processor", - "Product ID Tray": "SD2650JAH23HM", - "Product ID Boxed": "SD2650JAHMBOX", + "Name": "E1 Micro-6200T with Radeon™ R2 Graphics", + "Family": "E-Series", + "Series": "E1-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM620TIWJ23JB", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "1.4 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "3.95W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", + "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ R2 Graphics", "Graphics Core Count": "", - "Base Clock": "1.45GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "1MB", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", + "AMD Ryzen™ AI": "", + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" + }, + { + "Name": "E1-6010 with Radeon™ R2 Graphics", + "Family": "E-Series", + "Series": "E1-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM6010IUJ23JB", + "Product ID MPK": "", + "Launch Date": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "1.35 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "10W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "AM1", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3b", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1333MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "400 MHz", - "Graphics Model": "AMD Radeon™ R3 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ R2 Graphics", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , System Image Stability , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6234, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6234WKTCGGU", - "Product ID Boxed": "n/a", + "Name": "E1-2500 with Radeon™ HD 8240", + "Family": "E-Series", + "Series": "E1-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM2500BJ23HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "576KB", - "L2 Cache": "12MB", - "L3 Cache": "16MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "1.4 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "15W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.40°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ HD 8240", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "E2-7110 with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E2-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM7110ITJ44JB", - "Product ID Boxed": "n/a", + "Name": "E1-2200 with Radeon™ HD 8210", + "Family": "E-Series", + "Series": "E1-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM2200ICJ23HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 1.8GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "9W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ HD 8210", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": "E2-7110 with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E2-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM7110JBY44JB", - "Product ID Boxed": "n/a", + "Name": "E1-2100 with Radeon™ HD 8210", + "Family": "E-Series", + "Series": "E1-Series APU for Laptops", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "EM2100CJ23HM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 1.8GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "1 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "9W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FT3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", + "Memory Channels": "1", + "System Memory Specification": "", + "Graphics Model": "AMD Radeon™ HD 8210", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization , AES , Catalyst Software , Switchable Graphics , The Vulkan® API , AMD Elite Experiences , AMD Enduro™ Technology , IOMMU v2.0 , Per Core Power Gating (CC6) , AMD PowerNow!™ , Unified Video Decoder (UVD) , Video Code Engine (VCE) , Enhanced Virus Protection , AMD App Acceleration , AMD HD3D Technology , DirectX® 12 Technology , FMA4 , AVX" }, { - "0": "on", - "": 0, - "Model": 6220, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6220WKT8GGU", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD Athlon™ X4 970", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD970XAUABBOX", + "Product ID Tray": "AD970XAUM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", + "Launch Date": "7/27/2017", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.70°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E2-6110 with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E2-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM6110ITJ44JB", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD Athlon™ X4 950", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD950XAGABBOX", + "Product ID Tray": "AD950XAGM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "Launch Date": "7/27/2017", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "45/65W", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", + "Memory Channels": "", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 6212, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6212WKT8GGU", - "Product ID Boxed": "n/a", + "Name": "7th Gen AMD Athlon™ X4 940", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD940XAGABBOX", + "Product ID Tray": "AD940XAGM44AB", "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Launch Date": "7/27/2017", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.6 GHz", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "45/65W", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "AM4", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "71.70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR4", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "Up to 2400 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E2-3800 with Radeon™ HD 8280", - "Family": "AMD E-Series Processors", - "Line": "AMD E2-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM3800IBJ44HM", - "Product ID Boxed": "n/a", + "Name": "880K with Near Silent Thermal Solution", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD880KXBJCSBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.3GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "128KB", - "L2 Cache": "2MB", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 4.2 GHz", + "Base Clock": "4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 125W", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "450 MHz", - "Graphics Model": "AMD Radeon™ HD 8280", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": 6204, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6204WKT4GGU", - "Product ID Boxed": "n/a", + "Name": "870K with Near Silent Thermal Solution", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD870KXBJCSBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "512KB", - "L2 Cache": "4MB", - "L3 Cache": "16MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.9 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "74.40°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 95W", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": "E2-3000 with Radeon™ HD 8280", - "Family": "AMD E-Series Processors", - "Line": "AMD E2-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM3000BJ23HM", - "Product ID Boxed": "n/a", + "Name": "860K with Near Silent Thermal Solution", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD860KXBJASBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.65GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 95W", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "PCI Express® Version": "PCIe® 3.0", + "System Memory Type": "DDR3", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ HD 8280", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": "6180 SE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6100 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6180YETCEGO", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 860K", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "AD860KXBI44JA", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "6MB", - "L3 Cache": "12MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "140W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.7 GHz", + "L1 Cache": "128 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "64°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72.4°C", "*OS Support": "", - "System Memory Specification": "Up to 1800MT/s", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": 6176, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6100 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6176WKTCEGO", - "Product ID Boxed": "OS6176WKTCEGOWOF", + "Name": "845 with Near Silent Thermal Solution", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD845XACKASBX", + "Product ID Tray": "", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "6MB", - "L3 Cache": "12MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.8 GHz", + "Base Clock": "3.5 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "28nm", + "CPU Socket": "FM2+", + "Thermal Solution (PIB)": "Near Silent 95W", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "Up to 1800MT/s", + "PCI Express® Version": "PCIe® 3.0", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 2133 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AES , AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": "6166 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6100 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6166VATCEGO", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 760K", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD760KWOHLBOX", + "Product ID Tray": "AD760KWOA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 12, - "# of Threads": 12, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "1536KB", - "L2 Cache": "6MB", - "L3 Cache": "12MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "85W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4.1 GHz", + "Base Clock": "3.8 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "100W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "32nm", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1800MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 6140, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6100 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6140WKT8EGO", - "Product ID Boxed": "OS6140WKT8EGOWOF", + "Name": "AMD Athlon™ 750K", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD750KWOHJBOX", + "Product ID Tray": "AD750KWOA44HJ", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "4MB", - "L3 Cache": "12MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "100W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "32nm", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "115W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1800MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "6132 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 6100 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS6132VAT8EGO", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 750", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD750KWOHJBOX", + "Product ID Tray": "AD750XOKA44HL", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "1024KB", - "L2 Cache": "4MB", - "L3 Cache": "12MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "", + "Max. Boost Clock": "Up to 4 GHz", + "Base Clock": "3.4 GHz", + "L1 Cache": "192 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "", - "CPU Socket": "G34", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "85W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "66°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71.3°C", "*OS Support": "", - "System Memory Specification": "Up to 1800MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", - "Memory Channels": "", - "Per Socket Mem BW": "", + "Memory Channels": "2", + "System Memory Specification": "Up to 1866 MT/s", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "AVX , FMA4" }, { - "0": "on", - "": 0, - "Model": "E2-7110 with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E2-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "EM7110JBY44JBD", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 740", + "Family": "Athlon", + "Series": "Athlon X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD740XOKHJBOX", + "Product ID Tray": "AD740XOKA44HJ", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "Up to 1.8GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.7 GHz", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "4 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", "Default TDP": "65W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": 4386, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4386WLU8KHK", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "FM2", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2200MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "4376 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4376OFU8KHK", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 641", + "Family": "Athlon", + "Series": "Athlon II X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD641XWNGXBOX", + "Product ID Tray": "AD641XWNZ43GX", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.8 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "100W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "FM1 uPGA", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.1°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4365, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4300 Series Processor", - "Platform": "Server", - "Product ID Tray": "n/a", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 638", + "Family": "Athlon", + "Series": "Athlon II X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD638XOJGXBOX", + "Product ID Tray": "AD638XOJZ43GX", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "Up to 2.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "FM1 uPGA", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "40W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.1°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4340, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4340WLU6KHK", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 631 (65W)", + "Family": "Athlon", + "Series": "Athlon II X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD631XOJGXBOX", + "Product ID Tray": "AD631XOJZ43GX", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.6 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "65W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "FM1 uPGA", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "67.70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2200MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4334, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4334WLU6KHK", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 631", + "Family": "Athlon", + "Series": "Athlon II X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD631XWNGXBOX", + "Product ID Tray": "AD631XWNZ43GX", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.6 GHz", + "L1 Cache": "", + "L2 Cache": "4 MB", + "L3 Cache": "", + "Default TDP": "100W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "FM1 uPGA", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "67.70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70.1°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E1-7010 with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E1-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM7010JCY23JB", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 620e", + "Family": "Athlon", + "Series": "Athlon II X4", + "Form Factor": "Desktops", + "Product ID Boxed": "AD620EHDGMBOX", + "Product ID Tray": "AD620EHDK42GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.5GHz", - "Max. Boost Clock ¹ ²": "Up to 1.5GHz", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.7 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "10W", + "Default TDP": "45W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1333MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "400 MHz", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "4332 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4332OFU6KHK", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "4310 EE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4310HPU4KHK", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 460", + "Family": "Athlon", + "Series": "Athlon II X3", + "Form Factor": "Desktops", + "Product ID Boxed": "ADX460WFGMBOX", + "Product ID Tray": "ADX460WFK32GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "Up to 3.0GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "3", + "# of Threads": "3", + "Max. Boost Clock": "", + "Base Clock": "3.4 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "1.5 MB", + "L3 Cache": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "85°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "75°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E1 Micro-6200T with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E1-Series APU for Laptops", - "Platform": "Laptop, Tablet", - "Product ID Tray": "EM620TIWJ23JB", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 425e", + "Family": "Athlon", + "Series": "Athlon II X3", + "Form Factor": "Desktops", + "Product ID Boxed": "AD425EHDGMBOX", + "Product ID Tray": "AD425EHDK32GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "3", + "# of Threads": "3", + "Max. Boost Clock": "", + "Base Clock": "2.7 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "1.5 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "3.95W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4284, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4284WLU8KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Athlon™ 255e", + "Family": "Athlon", + "Series": "Athlon II X2", + "Form Factor": "Desktops", + "Product ID Boxed": "AD255EHDGMBOX", + "Product ID Tray": "AD255EHDK23GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "3.0GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "3.1 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "45W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "72°C", "*OS Support": "", - "System Memory Specification": "Up to 2200MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4280, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4280WLU8KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 1075T", + "Family": "Phenom", + "Series": "Phenom™ II X6", + "Form Factor": "Desktops", + "Product ID Boxed": "HDT75TWFGRBOX", + "Product ID Tray": "HDT75TWFK6DGR", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 2.2GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", + "# of CPU Cores": "6", + "# of Threads": "6", + "Max. Boost Clock": "", + "Base Clock": "3.5 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "3 MB", + "L3 Cache": "6 MB", "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2200MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E1-6010 with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E1-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM6010IUJ23JB", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 1045T", + "Family": "Phenom", + "Series": "Phenom™ II X6", + "Form Factor": "Desktops", + "Product ID Boxed": "HDT45TWFGRBOX", + "Product ID Tray": "HDT45TWFK6DGR", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.35GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", + "# of CPU Cores": "", + "# of Threads": "", + "Max. Boost Clock": "Up to 3.2 GHz", + "Base Clock": "2.7 GHz", + "L1 Cache": "768 KB", + "L2 Cache": "3 MB", + "L3 Cache": "6 MB", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3b", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "10W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71°C", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, System Image Stability, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "4276 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4276OFU8KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 980", + "Family": "Phenom", + "Series": "Phenom™ II X4 Black", + "Form Factor": "Desktops", + "Product ID Boxed": "HDZ980FBGMBOX", + "Product ID Tray": "HDZ980FBK4DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.7 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", + "L3 Cache": "6 MB", + "Default TDP": "125W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E1-2500 with Radeon™ HD 8240", - "Family": "AMD E-Series Processors", - "Line": "AMD E1-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM2500BJ23HM", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 975", + "Family": "Phenom", + "Series": "Phenom™ II X4 Black", + "Form Factor": "Desktops", + "Product ID Boxed": "HDZ975FBGMBOX", + "Product ID Tray": "HDZ975FBK4DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", - "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "15W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.6 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", + "L3 Cache": "6 MB", + "Default TDP": "125W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "45nm SOI", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "62°C", "*OS Support": "", + "PCI Express® Version": "", + "System Memory Type": "DDR3", + "Memory Channels": "", "System Memory Specification": "", - "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ HD 8240", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E1-2200 with Radeon™ HD 8210", - "Family": "AMD E-Series Processors", - "Line": "AMD E1-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM2200ICJ23HM", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 965", + "Family": "Phenom", + "Series": "Phenom™ II X4 Black", + "Form Factor": "Desktops", + "Product ID Boxed": "HDZ965FBGMBOX", + "Product ID Tray": "HDZ965FBK4DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.4 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "9W", + "Default TDP": "80W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ HD 8210", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "4274 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4274OFU8KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 960T", + "Family": "Phenom", + "Series": "Phenom™ II X4 Black", + "Form Factor": "Desktops", + "Product ID Boxed": "HD96ZTWFGRBOX", + "Product ID Tray": "HD96ZTWFK4DGR", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "Up to 3.4 GHz", + "Base Clock": "3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "512 KB", + "L3 Cache": "", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "E1-2100 with Radeon™ HD 8210", - "Family": "AMD E-Series Processors", - "Line": "AMD E1-Series APU for Laptops", - "Platform": "Laptop", - "Product ID Tray": "EM2100CJ23HM", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 850", + "Family": "Phenom", + "Series": "Phenom™ II X4", + "Form Factor": "Desktops", + "Product ID Boxed": "HDX850WFGMBOX", + "Product ID Tray": "HDX850WFK42GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.3 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "9W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", - "Memory Channels": 1, - "Per Socket Mem BW": "", + "Memory Channels": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "AMD Radeon™ HD 8210", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "4256 EE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4256HJU8KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 840", + "Family": "Phenom", + "Series": "Phenom™ II X4", + "Form Factor": "Desktops", + "Product ID Boxed": "HDX840WFGMBOX", + "Product ID Tray": "HDX840WFK42GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "Up to 2.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "64°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "71°C", "*OS Support": "", - "System Memory Specification": "Up to 1600MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4240, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4240WLU6KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 570", + "Family": "Phenom", + "Series": "Phenom™ II X2 Black", + "Form Factor": "Desktops", + "Product ID Boxed": "HDZ570WFGMBOX", + "Product ID Tray": "HDZ570WFK2DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "4 GHz", + "L1 Cache": "", + "L2 Cache": "", + "L3 Cache": "6 MB", + "Default TDP": "80W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4238, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4238WLU6KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 555", + "Family": "Phenom", + "Series": "Phenom™ II X2 Black", + "Form Factor": "Desktops", + "Product ID Boxed": "HDZ555WFGMBOX", + "Product ID Tray": "HDZ565WFG2DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "3.2 GHz", + "L1 Cache": "", + "L2 Cache": "1 MB", + "L3 Cache": "", + "Default TDP": "80W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2200MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4234, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4234WLU6KGU", - "Product ID Boxed": "n/a", + "Name": "AMD Phenom™ II 565", + "Family": "Phenom", + "Series": "Phenom™ II X2 Black", + "Form Factor": "Desktops", + "Product ID Boxed": "HDZ565WFGMBOX", + "Product ID Tray": "HDZ565WFG2DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "3.1GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "3.4 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "1 MB", + "L3 Cache": "6 MB", + "Default TDP": "80W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "45nm SOI", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "70°C", "*OS Support": "", - "System Memory Specification": "Up to 2200MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "Virtualization" }, { - "0": "on", - "": 0, - "Model": "E1-7010 with Radeon™ R2 Graphics", - "Family": "AMD E-Series Processors", - "Line": "AMD E1-Series APU for AIOs", - "Platform": "All-in-One", - "Product ID Tray": "EM7010JCY23JBD", - "Product ID Boxed": "n/a", + "Name": "X940", + "Family": "Phenom", + "Series": "Phenom™ II Black Edition Quad-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMX940HIR42GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.5GHz", - "Max. Boost Clock ¹ ²": "Up to 1.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "", - "L2 Cache": "1MB", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.4 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FP4", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "", + "Default TDP": "45W", "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "90°C", - "*OS Support": "", - "System Memory Specification": "Up to 1333MT/s", - "System Memory Type": "DDR3L", - "Memory Channels": 1, - "Per Socket Mem BW": "", - "Graphics Frequency": "400 MHz", - "Graphics Model": "AMD Radeon™ R2 Graphics", - "Supported Technologies": "Virtualization, AES, Catalyst Software, Switchable Graphics, The Vulkan® API, AMD Elite Experiences, AMD Enduro™ Technology, IOMMU v2.0, Per Core Power Gating (CC6), AMD PowerNow!™, Unified Video Decoder (UVD), Video Code Engine (VCE), Enhanced Virus Protection, AMD App Acceleration, AMD HD3D Technology, DirectX® 12 Technology, FMA4, AVX", - "Workload Affinity": "", - "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" - }, - { - "0": "on", - "": 0, - "Model": "4230 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4230OFU6KGU", - "Product ID Boxed": "n/a", - "Product ID MPK": "", - "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "2.9GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", - "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Unlocked for Overclocking": "Yes", + "Processor Technology for CPU Cores": "", + "CPU Socket": "S1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "4228 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4228OFU6KGU", - "Product ID Boxed": "n/a", + "Name": "N970", + "Family": "Phenom", + "Series": "Phenom™ II Quad-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMN970DCR42GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "2.2 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "S1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "68°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 4226, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 4200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS4226WLU6KGU", - "Product ID Boxed": "n/a", + "Name": "N960", + "Family": "Phenom", + "Series": "Phenom™ II Quad-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMP960SGR42GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 6, - "# of Threads": 6, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.1GHz", - "All Core Boost Speed": "", - "L1 Cache": "288KB", - "L2 Cache": "6MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "1.8 GHz", + "L1 Cache": "512 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "C32", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "S1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "95W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.50°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 3380, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 3300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS3380OLW8KHK", - "Product ID Boxed": "n/a", + "Name": "N870", + "Family": "Phenom", + "Series": "Phenom™ II Triple-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMN870DCR32GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.6GHz", - "Max. Boost Clock ¹ ²": "Up to 3.6GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "3", + "# of Threads": "3", + "Max. Boost Clock": "", + "Base Clock": "2.3 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "1.5 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.30°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 3365, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 3300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS3365OLW8KHK", - "Product ID Boxed": "n/a", + "Name": "P860", + "Family": "Phenom", + "Series": "Phenom™ II Triple-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMP860SGR32GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.3GHz", - "Max. Boost Clock ¹ ²": "Up to 3.3GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "3", + "# of Threads": "3", + "Max. Boost Clock": "", + "Base Clock": "2 GHz", + "L1 Cache": "384 KB", + "L2 Cache": "1.5 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM2+", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70.30°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "3350 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 3300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS3350HOW4KHK", - "Product ID Boxed": "n/a", + "Name": "N660", + "Family": "Phenom", + "Series": "Phenom™ II Dual-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMN660DCR23GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.8GHz", - "Max. Boost Clock ¹ ²": "Up to 3.8GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "3 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "S1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "69.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "3320 EE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 3300 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS3320SJW4KHK", - "Product ID Boxed": "n/a", + "Name": "P650", + "Family": "Phenom", + "Series": "Phenom™ II Dual-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMP650SGR23GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.9GHz", - "Max. Boost Clock ¹ ²": "Up to 2.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "2.6 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "S1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "70°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 1400MT/s", + "PCI Express® Version": "", "System Memory Type": "DDR3", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": 3280, - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 3200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS3280OLW8KGU", - "Product ID Boxed": "OS3280OLW8KGUBOX", + "Name": "N640", + "Family": "Phenom", + "Series": "Phenom™ II Dual-Core Mobile Processors", + "Form Factor": "Laptops", + "Product ID Boxed": "", + "Product ID Tray": "HMN640DCR23GM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 8, - "# of Threads": 8, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "Up to 3.4GHz", - "All Core Boost Speed": "", - "L1 Cache": "384KB", - "L2 Cache": "8MB", - "L3 Cache": "8MB", - "1kU Pricing": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "2.8 GHz", + "L1 Cache": "256 KB", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "35W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "S1", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "65W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "100°C", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "3260 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 3200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS3260HOW4MGU", - "Product ID Boxed": "OS3260HOW4MGUBOX", + "Name": "B99", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X4 Quad-Core", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "HDXB99WFK4DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.7GHz", - "Max. Boost Clock ¹ ²": "Up to 3.7GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.3 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "61.10°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Opteron™ X2170", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ X2100 Series APU", - "Platform": "Server", - "Product ID Tray": "", + "Name": "B97", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X4 Quad-Core", + "Form Factor": "Desktops", "Product ID Boxed": "", + "Product ID Tray": "HDXB97WFK4DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "2.4GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "4", + "# of Threads": "4", + "Max. Boost Clock": "", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "2 MB", "L3 Cache": "", - "1kU Pricing": "", - "Unlocked for Overclocking": "", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", - "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "25W", + "Default TDP": "95W", "AMD Configurable TDP (cTDP)": "", + "Unlocked for Overclocking": "No", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", + "Recommended Cooler": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 1866MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "800 MHz", - "Graphics Model": "", - "Supported Technologies": "Graphics Core Next Architecture, AMD X86 SoC Technology", - "Workload Affinity": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "3250 HE", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ 3200 Series Processor", - "Platform": "Server", - "Product ID Tray": "OS3250HOW4MGU", - "Product ID Boxed": "OS3250HOW4MGUBOX", + "Name": "B95", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X4 Quad-Core", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "HDXB95WFK4DGM", "Product ID MPK": "", "Launch Date": "", "# of CPU Cores": "", "# of Threads": "", - "Graphics Core Count": "", - "Base Clock": "2.5GHz", - "Max. Boost Clock ¹ ²": "Up to 3.5GHz", - "All Core Boost Speed": "", - "L1 Cache": "192KB", - "L2 Cache": "4MB", - "L3 Cache": "4MB", - "1kU Pricing": "", + "Max. Boost Clock": "", + "Base Clock": "3 GHz", + "L1 Cache": "", + "L2 Cache": "2 MB", + "L3 Cache": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "32nm", - "CPU Socket": "AM3+", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "45W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 2000MT/s", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", "Graphics Frequency": "", - "Graphics Model": "", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "AMD Opteron™ X2150 APU", - "Family": "AMD Opteron™", - "Line": "AMD Opteron™ X2100 Series APU", - "Platform": "Server", - "Product ID Tray": "OX2150IAJ44HM", - "Product ID Boxed": "n/a", + "Name": "B77", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X3 Triple-Core", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "HDXB77WFK3DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 4, - "# of Threads": 4, - "Graphics Core Count": "", - "Base Clock": "1.9GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "3", + "# of Threads": "3", + "Max. Boost Clock": "", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1.5 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", - "Processor Technology for CPU Cores": "28nm", - "CPU Socket": "FT3", - "Socket Count": "", - "PCI Express® Version": "", - "Thermal Solution PIB": "", + "Processor Technology for CPU Cores": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "22W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", - "System Memory Type": "DDR3", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "600 MHz", - "Graphics Model": "AMD Radeon™ HD 8400", - "Supported Technologies": "Catalyst Software, AMD HD3D Technology", - "Workload Affinity": "", + "System Memory Specification": "", + "Graphics Model": "Discrete Graphics Card Required", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "TL-64", - "Family": "AMD Turion™", - "Line": "AMD Turion™ 64 X2 Dual-Core Mobile Technology", - "Platform": "Laptop", - "Product ID Tray": "TMDTL64HAX5DM", - "Product ID Boxed": "n/a", + "Name": "B75", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X3 Triple-Core", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "HDXB75WFK3DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "2.2GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "3", + "# of Threads": "3", + "Max. Boost Clock": "", + "Base Clock": "3 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "1.5 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "95W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "35W", - "AMD Configurable TDP (cTDP)": "", - "Max. Operating Temperature (Tjmax)": "95°C", + "Thermal Solution (MPK)": "", + "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 667MT/s", - "System Memory Type": "DDR2", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "TL-60", - "Family": "AMD Turion™", - "Line": "AMD Turion™ 64 X2 Dual-Core Mobile Technology", - "Platform": "Laptop", - "Product ID Tray": "TMDTL60HAX5DM", - "Product ID Boxed": "n/a", + "Name": "B60", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X2 Dual-Core", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "HDXB60WFK2DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "2.0GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "3.5 GHz", "L1 Cache": "", - "L2 Cache": "1MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "80W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "31W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "Up to 667MT/s", - "System Memory Type": "DDR2", + "PCI Express® Version": "", + "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "TL-56", - "Family": "AMD Turion™", - "Line": "AMD Turion™ 64 X2 Dual-Core Mobile Technology", - "Platform": "Laptop", - "Product ID Tray": "TMDTL56HAX5DM", - "Product ID Boxed": "n/a", + "Name": "B59", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X2 Dual-Core", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "HDXB59WFK2DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": "", - "# of Threads": "", - "Graphics Core Count": "", - "Base Clock": "1.8GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "3.4 GHz", "L1 Cache": "", - "L2 Cache": "", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "80W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "31W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" }, { - "0": "on", - "": 0, - "Model": "TL-52", - "Family": "AMD Turion™", - "Line": "AMD Turion™ 64 X2 Dual-Core Mobile Technology", - "Platform": "Laptop", - "Product ID Tray": "TMDTL52HAX5CT", - "Product ID Boxed": "TMDTL52CTWOF", + "Name": "B57", + "Family": "Phenom", + "Series": "Business Class - AMD Phenom™ X2 Dual-Core", + "Form Factor": "Desktops", + "Product ID Boxed": "", + "Product ID Tray": "HDXB57WFK2DGM", "Product ID MPK": "", "Launch Date": "", - "# of CPU Cores": 2, - "# of Threads": 2, - "Graphics Core Count": "", - "Base Clock": "1.6GHz", - "Max. Boost Clock ¹ ²": "", - "All Core Boost Speed": "", + "# of CPU Cores": "2", + "# of Threads": "2", + "Max. Boost Clock": "", + "Base Clock": "3.2 GHz", "L1 Cache": "", - "L2 Cache": "2MB", + "L2 Cache": "1 MB", "L3 Cache": "", - "1kU Pricing": "", + "Default TDP": "80W", + "AMD Configurable TDP (cTDP)": "", "Unlocked for Overclocking": "No", "Processor Technology for CPU Cores": "", - "CPU Socket": "S1", - "Socket Count": "", - "PCI Express® Version": "n/a", - "Thermal Solution PIB": "", + "CPU Socket": "AM3", + "Thermal Solution (PIB)": "", "Recommended Cooler": "", - "Thermal Solution MPK": "", - "Default TDP": "31W", - "AMD Configurable TDP (cTDP)": "", + "Thermal Solution (MPK)": "", "Max. Operating Temperature (Tjmax)": "", "*OS Support": "", - "System Memory Specification": "", + "PCI Express® Version": "", "System Memory Type": "Not Listed", "Memory Channels": "", - "Per Socket Mem BW": "", - "Graphics Frequency": "", + "System Memory Specification": "", "Graphics Model": "Discrete Graphics Card Required", - "Supported Technologies": "", - "Workload Affinity": "", + "Graphics Core Count": "", + "Graphics Frequency": "", + "Graphics Boost Frequency": "", "AMD Ryzen™ AI": "", - "FIPS Certification": "", - "FIPS Certification Links": "" + "Supported Technologies": "" } ] } \ No newline at end of file diff --git a/parsing/src/cpu/amd/mod.rs b/parsing/src/cpu/amd/mod.rs index 875f45a..f251c4c 100644 --- a/parsing/src/cpu/amd/mod.rs +++ b/parsing/src/cpu/amd/mod.rs @@ -29,11 +29,11 @@ fn process_json(json: AmdJson) -> Vec> { // first strip out some stray keys that appear to be cruft // fun fact, some of the models are not a string, but a *number* // so fuck you too, amd - let name = match raw_data["Model"].clone() { + let name = match raw_data["Name"].clone() { Value::String(s) => s, Value::Number(n) => n.to_string(), _ => { - panic!("Model of unexpected type encountered") + panic!("Name of unexpected type encountered") } }; let mut output_cpu = Cpu { @@ -42,7 +42,7 @@ fn process_json(json: AmdJson) -> Vec> { }; for key in raw_data.keys() { // stripping out keys that are either garbage, or already handled (model) - let blacklist = ["0", "", "Model"]; + let blacklist = ["0", "", "Name"]; if blacklist.contains(&key.as_str()) { continue; } @@ -92,7 +92,7 @@ mod tests { mock_json.data[0].insert("0".to_string(), Value::String("on".to_string())); mock_json.data[0].insert("".to_string(), Value::String("0".to_string())); mock_json.data[0].insert( - "Model".to_string(), + "Name".to_string(), Value::String("MOS Systems 6502".to_string()), ); mock_json.data[0].insert("foo".to_string(), Value::String("bar".to_string())); diff --git a/parsing/src/cpu/intel/chunks/16.csv b/parsing/src/cpu/intel/chunks/16.csv new file mode 100644 index 0000000..aebe1ed --- /dev/null +++ b/parsing/src/cpu/intel/chunks/16.csv @@ -0,0 +1,159 @@ +ARK | Intel® Product Specification Comparison +01/10/2026 12:05:48 AM + ,Intel® Xeon® 6718P-B Processor ,Intel® Xeon® 6518P-B Processor ,Intel® Core™ Ultra 7 Processor 365 ,Intel® Core™ Ultra 5 Processor 322 ,Intel® Core™ Ultra 5 Processor 332 ,Intel® Core™ Ultra 5 Processor 325 ,Intel® Core™ Ultra 7 Processor 355 ,Intel® Core™ Ultra 5 Processor 335 ,Intel® Xeon® 6768P-B Processor ,Intel® Xeon® 6718P-B Processor ,Intel® Xeon® 6518P-B Processor ,Intel® Core™ Ultra 7 Processor 365 ,Intel® Core™ Ultra 5 Processor 322 ,Intel® Core™ Ultra 5 Processor 332 ,Intel® Core™ Ultra 5 Processor 325 ,Intel® Core™ Ultra 7 Processor 355 ,Intel® Core™ Ultra 5 Processor 335 ,Intel® Xeon® 6768P-B Processor +Essentials +Product Collection,Intel® Xeon® 6 processors,Intel® Xeon® 6 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Xeon® 6 processors,Intel® Xeon® 6 processors,Intel® Xeon® 6 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Core™ Ultra Series 3 processors,Intel® Xeon® 6 processors +Vertical Segment,Server,Server,Mobile,Mobile,Mobile,Mobile,Mobile,Mobile,Server,Server,Server,Mobile,Mobile,Mobile,Mobile,Mobile,Mobile,Server +Processor Number,6718P-B,6518P-B,365,322,332,325,355,335,6768P-B,6718P-B,6518P-B,365,322,332,325,355,335,6768P-B +Lithography,Intel 3,Intel 3,,,,,,,Intel 3,Intel 3,Intel 3,,,,,,,Intel 3 +Recommended Customer Price,,,$1689.00-$1699.00,$739.00,,,$609.00,$325.00,$1339.00-$1349.00,$117.00,,$47.00,$341.00,$331.00,,$127.00,$39.00,$42.00,,$426.00,$392.00,$392.00,$459.00,,$228.00,$557.00,$228.00,$430.00,$277.00,$279.00,$399.00,$309.00,$107.00,,$457.00,$285.00,$285.00,$311.00,$107.00,$426.00,$3949.00,$239.00,$239.00,$557.00,,$325.00,,$341.00,$331.00,,,,$3297.00,$459.00,$447.00,,,$279.00,,,$457.00,$311.00,$1689.00-$1699.00,$3949.00,,$8513.00,,$2689.00-$2699.00,$7692.00,$3297.00,$4447.00,,,$1689.00-$1699.00,$3789.00-$3799.00,$1339.00,$2339.00,$2689.00-$2699.00,$2039.00,$3789.00-$3799.00,$9625.00,$9625.00,$12460.00,$12460.00,,$10220.00,,,,,,,,,,$549.00,$589.00-$599.00,$549.00-$579.00,$379.00-$389.00,$394.00-$404.00,$369.00-$379.00,$384.00,$294.00-$304.00,$309.00-$319.00,$384.00-$394.00,$221.00-$231.00,$236.00-$246.00,$319.00,$213.00,$281.00,$556.00,$426.00,$506.00,$375.00,$606.00,,,,,$9115.00,,,,,$247.00-$257.00,,,,,,$6497.00,$4421.00,$3726.00,$8960.00,$7803.00,$19000.00,$4650.00,$16000.00,$6570.00,$10400.00,$9595.00,,,,,$236.00,$247.00,$270.00,$270.00,,,,,,,,$4995.00,$6540.00,$1250.00,$2700.00,$2234.00,$12702.00,$3351.00,$1295.00,$5295.00,$2878.00,$2478.00,$1195.00,$815.00,$563.00,$765.00,$740.00,$3622.00,$2816.00,$221.00,$232.00,$232.00,$134.00,$384.00,$221.00,$384.00,$134.00,$6850.00,$3795.00,$934.00,$1544.00,$1795.00,$1450.00,$2368.00,$2206.00,$2402.00,$3200.00,$2616.00,$2628.00,$3200.00,$1399.00,$5250.00,$9875.00,$6760.00,$269.00,$269.00,,,$9925.00,$11025.00,$150.00,$75.00,,$3845.00,$5040.00,$4200.00,$3990.00,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +Recommended Customer Price,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, + +CPU Specifications +Total Cores,40,20,8,6,6,8,8,8,64,40,20,8,6,6,8,8,8,64 +# of Performance-cores,40,20,4,2,2,4,4,4,64,40,20,4,2,2,4,4,4,64 +Total Threads,80,40,8,6,6,8,8,8,128,80,40,8,6,6,8,8,8,128 +Max Turbo Frequency,3.5 GHz,3.5 GHz,4.8 GHz,4.4 GHz,4.4 GHz,4.5 GHz,4.7 GHz,4.6 GHz,3.5 GHz,3.5 GHz,3.5 GHz,4.8 GHz,4.4 GHz,4.4 GHz,4.5 GHz,4.7 GHz,4.6 GHz,3.5 GHz +Processor Base Frequency,2.5 GHz,2 GHz,,,,,,,2.2 GHz,2.5 GHz,2 GHz,,,,,,,2.2 GHz +Cache,160 MB,80 MB,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,256 MB,160 MB,80 MB,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,12 MB Intel® Smart Cache,256 MB +Max # of UPI Links,0,0,,,,,,,0,0,0,,,,,,,0 +Bus Speed,0.000 GT/s,0.000 GT/s,,,,,,,0.000 GT/s,0.000 GT/s,0.000 GT/s,,,,,,,0.000 GT/s +TDP,235 W,150 W,,,,,,,325 W,235 W,150 W,,,,,,,325 W +Intel® Deep Learning Boost (Intel® DL Boost) on CPU,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +# of Efficiency-cores,,,0,0,0,0,0,0,,,,0,0,0,0,0,0, +# of Low Power Efficient-cores,,,4,4,4,4,4,4,,,,4,4,4,4,4,4, +Intel® Turbo Boost Max Technology 3.0 Frequency ‡,,,4.8 GHz,4.4 GHz,4.4 GHz,4.5 GHz,4.7 GHz,4.6 GHz,,,,4.8 GHz,4.4 GHz,4.4 GHz,4.5 GHz,4.7 GHz,4.6 GHz, +Single P-core Turbo Frequency,,,4.8 GHz,4.4 GHz,4.4 GHz,4.5 GHz,4.7 GHz,4.6 GHz,,,,4.8 GHz,4.4 GHz,4.4 GHz,4.5 GHz,4.7 GHz,4.6 GHz, +Low Power Efficient-core Max Turbo Frequency,,,3.6 GHz,3.3 GHz,3.3 GHz,3.4 GHz,3.5 GHz,3.4 GHz,,,,3.6 GHz,3.3 GHz,3.3 GHz,3.4 GHz,3.5 GHz,3.4 GHz, +P-core Base Frequency,,,2.4 GHz,2.5 GHz,2.5 GHz,2.1 GHz,2.3 GHz,2.2 GHz,,,,2.4 GHz,2.5 GHz,2.5 GHz,2.1 GHz,2.3 GHz,2.2 GHz, +E-core Base Frequency,,,1.8 GHz,1.9 GHz,1.9 GHz,1.6 GHz,1.7 GHz,1.6 GHz,,,,1.8 GHz,1.9 GHz,1.9 GHz,1.6 GHz,1.7 GHz,1.6 GHz, +Low Power Efficient-core Base Frequency,,,1.8 GHz,1.9 GHz,1.9 GHz,1.6 GHz,1.7 GHz,1.6 GHz,,,,1.8 GHz,1.9 GHz,1.9 GHz,1.6 GHz,1.7 GHz,1.6 GHz, +Processor Base Power,,,25 W,25 W,25 W,25 W,25 W,25 W,,,,25 W,25 W,25 W,25 W,25 W,25 W, +Maximum Turbo Power,,,55 W,55 W,55 W,55 W,55 W,55 W,,,,55 W,55 W,55 W,55 W,55 W,55 W, +Minimum Assured Power,,,12 W,12 W,12 W,12 W,12 W,12 W,,,,12 W,12 W,12 W,12 W,12 W,12 W, +AI Software Frameworks Supported by CPU,,,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,,,,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebNN, +CPU Lithography,,,Intel 18A,Intel 18A,Intel 18A,Intel 18A,Intel 18A,Intel 18A,,,,Intel 18A,Intel 18A,Intel 18A,Intel 18A,Intel 18A,Intel 18A, +All Core Turbo Frequency,,,,,,,,,3.3 GHz,,,,,,,,,3.3 GHz + +Supplemental Information +Marketing Status,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched,Launched +Launch Date,Q4'25,Q4'25,Q1'26,Q1'26,Q1'26,Q1'26,Q1'26,Q1'26,Q4'25,Q4'25,Q4'25,Q1'26,Q1'26,Q1'26,Q1'26,Q1'26,Q1'26,Q4'25 +Servicing Status,Baseline Servicing,Baseline Servicing,,,,,,,Baseline Servicing,Baseline Servicing,Baseline Servicing,,,,,,,Baseline Servicing +Embedded Options Available,Yes,Yes,No,No,No,No,No,No,Yes,Yes,Yes,No,No,No,No,No,No,Yes +Use Conditions,Communications Commercial Temp,Communications Extended Temp,,,,,,,Communications Commercial Temp,Communications Commercial Temp,Communications Extended Temp,,,,,,,Communications Commercial Temp +Description,,,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,,,,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors,Intel® Core™ Ultra Series 3 processors are suitable for use in select desktop form factors, + +Memory Specifications +Max Memory Size (dependent on memory type),1.13 TB,1.13 TB,128 GB,128 GB,128 GB,128 GB,128 GB,128 GB,2.25 TB,1.13 TB,1.13 TB,128 GB,128 GB,128 GB,128 GB,128 GB,128 GB,2.25 TB +Memory Types,DDR5,DDR5,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,DDR5,DDR5,DDR5,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,Up to LPDDR5X 7467 MT/s Up to DDR5 6400 MT/s,DDR5 +Maximum Memory Speed,6400 MT/s,4800 MT/s,,,,,,,6400 MHz,6400 MT/s,4800 MT/s,,,,,,,6400 MHz +Max # of Memory Channels,4,4,2,2,2,2,2,2,8,4,4,2,2,2,2,2,2,8 +Intel® Optane™ Persistent Memory Supported,No,No,,,,,,,No,No,No,,,,,,,No +ECC Memory Supported ‡,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes + +Expansion Options +Scalability,1S Only,1S Only,,,,,,,1S Only,1S Only,1S Only,,,,,,,1S Only +PCI Express Revision,Gen 4 | Gen 5,Gen 4 | Gen 5,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,Gen4 | Gen5,Gen 4 | Gen 5,Gen 4 | Gen 5,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,5.0 and 4.0,Gen4 | Gen5 +PCI Express Configurations ‡,32 Lanes Gen 5; 16 Lanes Gen 4,32 Lanes Gen 5; 16 Lanes Gen 4,x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),32 Lanes Gen 5; 16 Lanes Gen 4,32 Lanes Gen 5; 16 Lanes Gen 4,32 Lanes Gen 5; 16 Lanes Gen 4,x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),x4 PCIe5 (1x4 | 2x2) | x4 PCIe4 (1x4 | 2x2 | 4x1)x4 PCIe4 (1x4 | 2x2 | 4x1),32 Lanes Gen 5; 16 Lanes Gen 4 +Max # of PCI Express Lanes,48,48,12,12,12,12,12,12,48,48,48,12,12,12,12,12,12,48 +Intel® Thunderbolt™ 4,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, + +I/O Specifications +Integrated LAN,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes + +Package Specifications +TCASE,85,85,,,,,,,85,85,85,,,,,,,85 +Package Size,77.5mm x 50mm,77.5mm x 50mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,77.5 mm x 56.5 mm,77.5mm x 50mm,77.5mm x 50mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,50mm x 25mm,77.5 mm x 56.5 mm +Sockets Supported,,,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA5026,,,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA2540,FCBGA5026 +Operating Temperature (Maximum),,,100 °C,100 °C,100 °C,100 °C,100 °C,100 °C,,,,100 °C,100 °C,100 °C,100 °C,100 °C,100 °C, + +Advanced Technologies +Intel® Media Transcode Accelerator,Yes,No,,,,,,,Yes,Yes,No,,,,,,,Yes +Intel® vRAN Boost,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® QuickAssist Technology (QAT),1 default devices,1 default devices,,,,,,,2 default devices,1 default devices,1 default devices,,,,,,,2 default devices +Intel® Dynamic Load Balancer (DLB),1 default devices,1 default devices,,,,,,,1 default devices,1 default devices,1 default devices,,,,,,,1 default devices +Intel® Data Streaming Accelerator (DSA),1 default devices,1 default devices,,,,,,,1 default devices,1 default devices,1 default devices,,,,,,,1 default devices +Intel® In-memory Analytics Accelerator (IAA),0 default devices,0 default devices,,,,,,,0 default devices,0 default devices,0 default devices,,,,,,,0 default devices +Intel® Advanced Matrix Extensions (AMX),Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® Speed Select Technology – Core Power,No,No,,,,,,,No,No,No,,,,,,,No +Intel® Speed Select Technology – Turbo Frequency,No,No,,,,,,,No,No,No,,,,,,,No +Intel® Speed Select Technology - Performance Profile,Yes,No,,,,,,,Yes,Yes,No,,,,,,,Yes +Intel® Speed Select Technology - Base Frequency,No,No,,,,,,,No,No,No,,,,,,,No +Intel® Resource Director Technology (Intel® RDT),Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® Optane™ Memory Supported ‡,No,No,,,,,,,No,No,No,,,,,,,No +Intel® Turbo Boost Technology ‡,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0 +Intel® Hyper-Threading Technology ‡,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® 64 ‡,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Instruction Set,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit,64-bit +Instruction Set Extensions,Intel® AMX | Intel® SSE4.2 | Intel® AVX | Intel® AVX2 | Intel® AVX-512,Intel® AMX | Intel® SSE4.2 | Intel® AVX | Intel® AVX2 | Intel® AVX-512,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.2 | Intel® AVX | Intel® AVX2 | Intel® AVX-512 | Intel® AMX,Intel® AMX | Intel® SSE4.2 | Intel® AVX | Intel® AVX2 | Intel® AVX-512,Intel® AMX | Intel® SSE4.2 | Intel® AVX | Intel® AVX2 | Intel® AVX-512,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.1 | Intel® SSE4.2 | Intel® AVX2,Intel® SSE4.2 | Intel® AVX | Intel® AVX2 | Intel® AVX-512 | Intel® AMX +# of AVX-512 FMA Units,2,2,,,,,,,2,2,2,,,,,,,2 +Integrated Intel® QuickAssist Technology,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® Volume Management Device (VMD),Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel® Thread Director,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Smart Sound Technology,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Wake on Voice,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® High Definition Audio,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Adaptix™ Technology,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Speed Shift Technology,,,Yes,Yes,Yes,Yes,Yes,Yes,No,,,Yes,Yes,Yes,Yes,Yes,Yes,No +Intel® Turbo Boost Max Technology 3.0 ‡,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Enhanced Intel SpeedStep® Technology,,,Yes,Yes,Yes,Yes,Yes,Yes,No,,,Yes,Yes,Yes,Yes,Yes,Yes,No +Thermal Monitoring Technologies,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, + +Security & Reliability +Intel® Trust Domain Extensions (Intel® TDX),Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® QuickAssist Software Acceleration,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® Total Memory Encryption - Multi Key,Yes,Yes,Yes,No,Yes,No,No,Yes,Yes,Yes,Yes,Yes,No,Yes,No,No,Yes,Yes +Intel® Total Memory Encryption,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® AES New Instructions,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel® Software Guard Extensions (Intel® SGX),Yes with Intel® SPS,Yes with Intel® SPS,,,,,,,Yes with Intel® SPS,Yes with Intel® SPS,Yes with Intel® SPS,,,,,,,Yes with Intel® SPS +Intel® Trusted Execution Technology ‡,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Execute Disable Bit ‡,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel® Boot Guard,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel® Run Sure Technology,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Mode-based Execute Control (MBEC),Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel® Platform Firmware Resilience Support,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Default Maximum Enclave Page Cache (EPC) Size for Intel® SGX,512 GB,512 GB,,,,,,,512 GB,512 GB,512 GB,,,,,,,512 GB +Intel® Crypto Acceleration,Yes,Yes,,,,,,,Yes,Yes,Yes,,,,,,,Yes +Intel® Virtualization Technology (VT-x) ‡,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel® Virtualization Technology for Directed I/O (VT-d) ‡,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel® VT-x with Extended Page Tables (EPT) ‡,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes +Intel vPro® Eligibility ‡,,,Intel vPro® Platform,,Intel vPro® Platform,,,Intel vPro® Platform,,,,Intel vPro® Platform,,Intel vPro® Platform,,,Intel vPro® Platform, +Intel® Threat Detection Technology (TDT),,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Active Management Technology (AMT) ‡,,,Yes,No,Yes,No,No,Yes,,,,Yes,No,Yes,No,No,Yes, +Intel® Standard Manageability (ISM) ‡,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Remote Platform Erase (RPE) ‡,,,Yes,No,Yes,No,No,Yes,,,,Yes,No,Yes,No,No,Yes, +Intel® One-Click Recovery ‡,,,Yes,No,Yes,No,No,Yes,,,,Yes,No,Yes,No,No,Yes, +Intel® Secure Key,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Control-Flow Enforcement Technology,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® OS Guard,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Stable Image Platform Program (SIPP),,,Yes,No,Yes,No,No,Yes,,,,Yes,No,Yes,No,No,Yes, +Intel® Virtualization Technology with Redirect Protection (VT-rp) ‡,,,Yes,No,Yes,No,No,Yes,,,,Yes,No,Yes,No,No,Yes, + +GPU Specifications +GPU Name ‡,,,Intel® Graphics,Intel® Graphics,Intel® Graphics,Intel® Graphics,Intel® Graphics,Intel® Graphics,,,,Intel® Graphics,Intel® Graphics,Intel® Graphics,Intel® Graphics,Intel® Graphics,Intel® Graphics, +Graphics Max Dynamic Frequency,,,2.5 GHz,2.3 GHz,2.3 GHz,2.45 GHz,2.5 GHz,2.45 GHz,,,,2.5 GHz,2.3 GHz,2.3 GHz,2.45 GHz,2.5 GHz,2.45 GHz, +GPU Peak TOPS (Int8),,,40,18,18,40,40,40,,,,40,18,18,40,40,40, +Graphics Output,,,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,,,,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL,eDP1.5 | DP 2.1 UHBR20 | HDMI 2.1 FRL, +Xe-cores,,,4,2,2,4,4,4,,,,4,2,2,4,4,4, +Ray Tracing,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Max Resolution (DP)‡,,,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,,,,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz,7680 x 4320 @ 60Hz, +Max Resolution (eDP - Integrated Flat Panel)‡,,,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,,,,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz,3840 x 2400 @ 120Hz, +DirectX* Support,,,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate,,,,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate,DirectX 12 Ultimate, +OpenGL* Support,,,4.6,4.6,4.6,4.6,4.6,4.6,,,,4.6,4.6,4.6,4.6,4.6,4.6, +OpenCL* Support,,,3.0,3.0,3.0,3.0,3.0,3.0,,,,3.0,3.0,3.0,3.0,3.0,3.0, +H.264 Hardware Encode/Decode,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +H.265 (HEVC) Hardware Encode/Decode,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +H.266 (VVC) Hardware Encode/Decode,,,Decode Only,Decode Only,Decode Only,Decode Only,Decode Only,Decode Only,,,,Decode Only,Decode Only,Decode Only,Decode Only,Decode Only,Decode Only, +AV1 Hardware Encode/Decode,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Intel® Quick Sync Video,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +# of Displays Supported ‡,,,4,4,4,4,4,4,,,,4,4,4,4,4,4, +Device ID,,,0xB090,0xB090,0xB090,0xB090,0xB090,0xB090,,,,0xB090,0xB090,0xB090,0xB090,0xB090,0xB090, +Intel® Deep Learning Boost (Intel® DL Boost) on GPU,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +AI Software Frameworks Supported by GPU,,,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,,,,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN,OpenVINO™ | WindowsML | DirectML | ONNX RT | WebGPU | WebNN, +GPU Lithography,,,Intel 3,Intel 3,Intel 3,Intel 3,Intel 3,Intel 3,,,,Intel 3,Intel 3,Intel 3,Intel 3,Intel 3,Intel 3, + +NPU Specifications +NPU Peak TOPS (Int8),,,49,46,46,47,49,47,,,,49,46,46,47,49,47, +Sparsity Support,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +Windows Studio Effects Support,,,Yes,Yes,Yes,Yes,Yes,Yes,,,,Yes,Yes,Yes,Yes,Yes,Yes, +AI Software Frameworks Supported by NPU,,,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,,,,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT,OpenVINO™ | WindowsML | WebNN | ONNX RT, diff --git a/parsing/src/cpu/intel/mod.rs b/parsing/src/cpu/intel/mod.rs index 60bb88a..9575854 100644 --- a/parsing/src/cpu/intel/mod.rs +++ b/parsing/src/cpu/intel/mod.rs @@ -44,7 +44,7 @@ for (const chunk of chunks) { */ // this list should contain every intel processor till the beginning of 2024 -const CHUNKS: [&str; 15] = [ +const CHUNKS: [&str; 16] = [ include_str!("chunks/1.csv"), include_str!("chunks/2.csv"), include_str!("chunks/3.csv"), @@ -60,6 +60,7 @@ const CHUNKS: [&str; 15] = [ include_str!("chunks/13.csv"), include_str!("chunks/14.csv"), include_str!("chunks/15.csv"), + include_str!("chunks/16.csv"), ]; pub fn get_intel_cpus() -> Vec> { @@ -76,6 +77,6 @@ mod tests { #[test] fn it_work() { - parse_csv(CHUNKS[0]).unwrap(); + parse_csv(CHUNKS[15]).unwrap(); } } diff --git a/parsing/src/cpu/intel/parser.rs b/parsing/src/cpu/intel/parser.rs index e33c9da..b16d671 100644 --- a/parsing/src/cpu/intel/parser.rs +++ b/parsing/src/cpu/intel/parser.rs @@ -15,6 +15,7 @@ pub fn parse_csv(csv: &'_ str) -> Result>, Box> { for record in lexer_output.records.clone() { // println!("{:#?}", record[0].to_string()); // the first item in each record is the label, the items are in columns with the cpus + // println!("{:#?}: {:#?}, {:#?}", record[0].to_string(), record[1].to_string(), record[2].to_string()); let entry = record[i + 1]; if !entry.is_empty() { cpu.attributes.insert(record[0], entry); diff --git a/parsing/src/pcie/pci.ids.txt b/parsing/src/pcie/pci.ids.txt index ca3e5af..6388e6c 100644 --- a/parsing/src/pcie/pci.ids.txt +++ b/parsing/src/pcie/pci.ids.txt @@ -1,8 +1,8 @@ # -# List of PCI ID's +# List of PCI IDs # -# Version: 2024.02.02 -# Date: 2024-02-02 14:41:33 +# Version: 2026.01.09 +# Date: 2026-01-09 03:15:02 # # Maintained by Albert Pool, Martin Mares, and other volunteers from # the PCI ID Project at https://pci-ids.ucw.cz/. @@ -30,40 +30,65 @@ # This is a relabelled RTL-8139 8139 AT-2500TX V3 Ethernet 0014 Loongson Technology LLC - 7a00 Hyper Transport Bridge Controller - 7a02 APB (Advanced Peripheral Bus) Controller - 7a03 Gigabit Ethernet Controller - 7a04 OTG USB Controller - 7a05 Vivante GPU (Graphics Processing Unit) - 7a06 DC (Display Controller) - 7a07 HDA (High Definition Audio) Controller - 7a08 SATA AHCI Controller - 7a09 PCI-to-PCI Bridge - 7a0b SPI Controller - 7a0c LPC Controller - 7a0f DMA (Direct Memory Access) Controller -# Found on some boards with two sockets - 7a10 Hyper Transport Bridge Controller - 7a14 EHCI USB Controller - 7a15 Vivante GPU (Graphics Processing Unit) + 7a00 7A1000 Chipset Hyper Transport Bridge Controller + 7a02 2K1000 / 7A1000 Chipset Advanced Peripheral Bus Controller + 7a03 2K1000/2000 / 7A1000 Chipset Gigabit Ethernet Controller + 7a04 2K1000 / 7A1000 Chipset OTG USB Controller + 7a05 2K1000 Vivante GC1000 GPU + 7a06 2K1000 / 7A1000 Chipset Display Controller + 7a07 2K1000/2000 / 7A1000/2000 Chipset HD Audio Controller + 7a08 2K1000 / 7A1000 Chipset 3Gb/s SATA AHCI Controller + 7a09 2K1000 / 7A1000 Chipset PCIe x1 Bridge + 7a0b 7A1000 Chipset SPI Controller + 7a0c 2K2000 / 7A1000/2000 Chipset LPC Controller + 7a0e 2K2000 AES Controller + 7a0f 2K1000 / 7A1000 Chipset DMA Controller + 7a10 7A2000 Chipset Hyper Transport Bridge Controller + 7a13 2K2000 / 7A2000 Chipset Gigabit Ethernet Controller + 7a14 2K1000 / 7A1000/2000 Chipset USB EHCI Controller + 7a15 7A1000 Chipset Vivante GC1000 GPU + 7a16 2K1000/2000 VPU Decoder + 7a17 7A1000 Chipset AC97 Audio Controller + 7a18 2K2000 / 7A2000 Chipset 6Gb/s SATA AHCI Controller 7a19 PCI-to-PCI Bridge - 7a24 OHCI USB Controller -# Found on 7A2000 PCH - 7a25 LG100 GPU - 7a29 PCI-to-PCI Bridge -# Found on 7A2000 PCH - 7a36 Display Controller + 7a1a 2K2000 Configuration Bus + 7a1b 2K2000 / 7A2000 Chipset SPI Controller + 7a1d 2K2000 RapidIO Interface + 7a1e 2K2000 DES Controller + 7a22 2K2000 Advanced Peripheral Bus Controller + 7a24 2K1000 / 7A1000/2000 Chipset USB OHCI Controller + 7a25 2K2000 / 7A2000 Chipset LG100 GPU + 7a26 2K1000 Camera Controller + 7a27 2K2000 / 7A2000 Chipset I2S Controller + 7a29 7A1000 Chipset PCIe x8 Bridge + 7a2e 2K2000 RSA Controller + 7a2f 2K2000 DMA Controller + 7a34 2K2000 / 7A2000 Chipset USB 3.0 xHCI Controller + 7a36 2K2000 / 7A2000 Chipset Display Controller + 7a37 2K2000 HDMI Audio Controller + 7a39 2K2000 / 7A2000 Chipset PCIe x1 Root Port + 7a3e 2K2000 RNG Controller + 7a44 2K2000 USB 2.0 xHCI Controller + 7a48 2K2000 SDIO Controller + 7a49 2K2000 / 7A2000 Chipset PCIe x4 Root Port + 7a54 2K2000 OTG USB Controller + 7a59 7A2000 Chipset PCIe x8 Root Port + 7a69 7A2000 Chipset PCIe x16 Root Port + 7a79 2K2000 PCIe Root Complex + 7a88 2K2000 eMMC Controller + 7a8e 2K2000 SE Controller + 7af9 2K2000 PCIe Endpoint 0018 Fn-Link Technology Limited 6252 6252CPUB 802.11ax PCIe Wireless Network Adapter 001c PEAK-System Technik GmbH 0001 PCAN-PCI CAN-Bus controller 001c 0004 2 Channel CAN Bus SJC1000 001c 0005 2 Channel CAN Bus SJC1000 (Optically Isolated) +0029 MICROCHIP 003d Lockheed Martin-Marietta Corp # Real TJN ID is e159, but they got it wrong several times --mj 0059 Tiger Jet Network Inc. (Wrong ID) 0070 Hauppauge computer works Inc. - 7801 WinTV HVR-1800 MCE 0071 Nebula Electronics Ltd. 0095 Silicon Image, Inc. (Wrong ID) 0680 Ultra ATA/133 IDE RAID CONTROLLER CARD @@ -71,6 +96,7 @@ 00a7 Teles AG (Wrong ID) 0100 nCipher Security 0123 General Dynamics +0127 MIPS 0128 Dell (wrong ID) # 018a is not LevelOne but there is a board misprogrammed 018a LevelOne @@ -104,6 +130,19 @@ 025e d81d NVMe DC SSD E1.L 9.5mm [D5-P5336] 0b70 NVMe DC SSD [Yorktown controller] 2b59 NVMe DC SSD [Atomos Prime] + 025e 0008 NVMe DC SSD U.2-SFF 15mm [D7-PS1010] + 025e 000c NVMe DC SSD E1.S 9.5mm [D7-PS1010] + 025e 000d NVMe DC SSD E1.S 15mm [D7-PS1010] + 025e 0019 NVMe DC SSD E3.S-1T 7.5mm [D7-PS1010] + 025e 0108 NVMe DC SSD U.2-SFF 15mm [D7-PS1030] + 025e 0119 NVMe DC SSD E3.S-1T 7.5mm [D7-PS1030] + 108e 48a0 NVMe DC SSD U.2-SFF 15mm 3.84TB [D7-PS1010 Custom] + 108e 48a1 NVMe DC SSD U.2-SFF 15mm 7.68TB [D7-PS1010 Custom] + 108e 48a2 NVMe DC SSD U.2-SFF 15mm 15.36TB [D7-PS1010 Custom] + 108e 48a3 NVMe DC SSD Add-In-Card [D7-PS1030 Custom] + 108e 48a4 NVMe DC SSD E3.S-1T 7.5mm 3.84TB [D7-PS1010 Custom] + 108e 48a5 NVMe DC SSD E3.S-1T 7.5mm 7.68TB [D7-PS1010 Custom] + 108e 48a6 NVMe DC SSD E3.S-1T 7.5mm 15.36TB [D7-PS1010 Custom] f1ab P41 Plus NVMe SSD (DRAM-less) [Echo Harbor] f1ac P44 Pro NVMe SSD [Hollywood Beach] 0270 Hauppauge computer works Inc. (Wrong ID) @@ -115,11 +154,14 @@ 0303 Hewlett-Packard Company (Wrong ID) 0308 ZyXEL Communications Corporation (Wrong ID) 0315 SK-Electronics Co., Ltd. +031e ANDES 0357 TTTech Computertechnik AG (Wrong ID) 000a TTP-Monitoring Card V2.0 0432 SCM Microsystems, Inc. 0001 Pluto2 DVB-T Receiver for PCMCIA [EasyWatch MobilSet] +0489 SIFIVE 0497 Dell Inc. (wrong ID) +05b7 THEAD 060e Lightelligence 0001 Hummingbird ES 0675 Dynalink @@ -127,8 +169,21 @@ 1702 IS64PH ISDN Adapter 1703 ISDN Adapter (PCI Bus, DV, W) 1704 ISDN Adapter (PCI Bus, D, C) +0709 LJMicro Co., Ltd + 0101 GP101 + 0102 GP102 + 0201 GP201 + 0202 GP202 0721 Sapphire, Inc. 0731 Jingjia Microelectronics Co Ltd + 1100 JM1100 + 0731 1101 JM1100-C + 0731 1102 JM1100-II + 0731 1103 JM1100-I + 0731 1104 JM1100-M + 0731 1105 JM1100-Y + 0731 1106 JM1100-EI + 0731 1107 JM1100-EM 7200 JM7200 Series GPU 0731 7201 JM7201 0731 7202 JM7202 @@ -149,6 +204,7 @@ 0731 920a JH920 0731 920b JH920-I 0731 920c JH920-M + 0731 920d JH920-II 920b JH920-I 920c JH920-M 9210 JM9210 @@ -165,13 +221,18 @@ 0731 930a JH930-I 0731 930b JH930-M 0731 930c JH930 + 0731 930d JH930-II 930b JH930-M + f011 JM1100-IV + f111 JM1100-MV + ff11 JM1100-YV 0777 Ubiquiti Networks, Inc. 0795 Wired Inc. 6663 Butane II (MPEG2 encoder board) 6666 MediaPress (MPEG2 encoder board) 07d1 D-Link System Inc 0824 T1042 [Freescale] +0911 Hantick 0925 VIA Technologies, Inc. (Wrong ID) 0a89 BREA Technologies Inc 0b0b Rhino Equipment Corp. @@ -206,20 +267,8 @@ 0e11 409b Smart Array 642 0e11 409c Smart Array 6400 0e11 409d Smart Array 6400 EM - 0049 NC7132 Gigabit Upgrade Module - 004a NC6136 Gigabit Server Adapter 005a Remote Insight II board - Lights-Out - 007c NC7770 1000BaseTX - 007d NC6770 1000BaseTX - 0085 NC7780 1000BaseTX 00b1 Remote Insight II board - PCI device - 00bb NC7760 - 00ca NC7771 - 00cb NC7781 - 00cf NC7772 - 00d0 NC7782 - 00d1 NC7783 - 00e3 NC7761 0508 Netelligent 4/16 Token Ring 1000 Triflex/Pentium Bridge, Model 1000 2000 Triflex/Pentium Bridge, Model 2000 @@ -229,18 +278,10 @@ 4000 4000 [Triflex] 4040 Integrated Array 4048 Compaq Raid LC2 - 4050 Smart Array 4200 - 4051 Smart Array 4250ES - 4058 Smart Array 431 4070 Smart Array 5300 4080 Smart Array 5i 4082 Smart Array 532 4083 Smart Array 5312 - 4091 Smart Array 6i - 409a Smart Array 641 - 409b Smart Array 642 - 409c Smart Array 6400 - 409d Smart Array 6400 EM 6010 HotPlug PCI Bridge 6010 7020 USB Controller a0ec Fibre Channel Host Controller @@ -273,31 +314,12 @@ ae6d NorthStar CPU to PCI Bridge b011 Netelligent 10/100 TX Embedded UTP b012 Netelligent 10 T/2 PCI UTP/Coax - b01e NC3120 Fast Ethernet NIC - b01f NC3122 Fast Ethernet NIC - b02f NC1120 Ethernet NIC b030 Netelligent 10/100 TX UTP - b04a 10/100 TX PCI Intel WOL UTP Controller b060 Smart Array 5300 Controller - b0c6 NC3161 Fast Ethernet NIC - b0c7 NC3160 Fast Ethernet NIC - b0d7 NC3121 Fast Ethernet NIC - b0dd NC3131 Fast Ethernet NIC - b0de NC3132 Fast Ethernet Module - b0df NC6132 Gigabit Module - b0e0 NC6133 Gigabit Module - b0e1 NC3133 Fast Ethernet Module - b123 NC6134 Gigabit NIC - b134 NC3163 Fast Ethernet NIC - b13c NC3162 Fast Ethernet NIC - b144 NC3123 Fast Ethernet NIC - b163 NC3134 Fast Ethernet NIC - b164 NC3165 Fast Ethernet Upgrade Module b178 Smart Array 5i/532 0e11 4080 Smart Array 5i 0e11 4082 Smart Array 532 0e11 4083 Smart Array 5312 - b1a4 NC7131 Gigabit Server Adapter b200 Memory Hot-Plug Controller b203 Integrated Lights Out Controller 103c 3305 iLO2 @@ -454,6 +476,7 @@ 1028 1f07 SAS 5/iR Integrated RAID Controller 1028 1f08 SAS 5/iR Integrated RAID Controller 1028 1f09 SAS 5/iR Adapter RAID Controller + 103c 3228 SAS3080X-HP 8-port PCI-X 133MHz Host Bus Adapter with 2xSFF-8484 15ad 1976 SAS Controller 0055 SAS1068 PCI-X Fusion-MPT SAS 1033 8336 SAS1068 @@ -500,7 +523,7 @@ 1028 1f35 PERC H710 Adapter 1028 1f37 PERC H710 Mini (for blades) 1028 1f38 PERC H710 Mini (for monolithics) - 15d9 0690 LSI MegaRAID ROMB + 15d9 0690 AOC-S2208L-H8iR 8086 3510 RMS25PB080 RAID Controller 8086 3511 RMS25PB040 RAID Controller 8086 3512 RMT3PB080 RAID Controller @@ -602,6 +625,7 @@ 1000 3040 9210-8i 1000 3080 9200-8e [LSI SAS 6Gb/s SAS/SATA PCIe x8 External HBA] 1000 30b0 9200-8e [LSI SAS 6Gb/s SAS/SATA PCIe x8 External HBA] + 1000 30e0 9202-16e 1014 03ca IBM 6Gb SAS HBA [9212-4i4e] 1028 1f1c 6Gbps SAS HBA Adapter 1028 1f1d PERC H200 Adapter @@ -615,6 +639,7 @@ 1bd4 000e 6G SAS2008IR 1bd4 000f 6G SAS2008IT SA5248 1bd4 0010 6G SAS2008IR SA5248 + 4c52 96c8 LRSA96C8 8-Port SATA3 (6Gb/s) Exchange Adapter (with RAID) 8086 350f RMS2LL040 RAID Controller 8086 3700 SSD 910 Series 0073 MegaRAID SAS 2008 [Falcon] @@ -719,6 +744,7 @@ 1000 3040 9207-8e SAS2.1 HBA 1000 3050 SAS9217-8i 1000 3060 SAS9217-4i4e + 1000 3070 SAS9206-16e 1014 0472 N2125 External Host Bus Adapter 1014 047a N2115 Internal Host Bus Adapter 1590 0041 H220i @@ -747,6 +773,9 @@ 1000 30a0 SAS9300-8e 1000 30e0 SAS9300-8i 1000 3130 SAS 9300-16i + 1000 3170 SAS9302-16e +# IBM SAS3008 HBA controller + 1014 0457 9302-8i [N2215] 1028 1f45 HBA330 Adapter 1028 1f46 12Gbps HBA 1028 1f53 HBA330 Mini @@ -764,7 +793,7 @@ 1bd4 0026 12G SAS3008IT RACK 1bd4 0027 12G SAS3008IMR RACK 1bd4 0028 12G SAS3008IR RACK - 00a5 Fusion-MPT 24GSAS/PCIe SAS40xx + 00a5 Fusion-MPT 24GSAS/PCIe SAS40xx/41xx 1000 4600 MegaRAID 9670W-16i Tri-Mode Storage Adapter 1000 4610 MegaRAID 9670-24i Tri-Mode Storage Adapter 1000 4620 MegaRAID 9660-16i Tri-Mode Storage Adapter @@ -799,6 +828,7 @@ 15d9 1d03 AOC-S4116L-H16IR (16DD/96DD) RAID Adapter 15d9 1d07 AOC-S4016L-L16IT Storage Adapter 15d9 1d08 AOC-S4016L-L16IR Storage Adapter + 17aa 7855 ThinkSystem RAID 950W-16i 8GB Flash PCIe Gen4 24Gb Adapter 1d49 020a ThinkSystem 450W-16e SAS/SATA PCIe Gen4 24Gb HBA 00ab SAS3516 Fusion-MPT Tri-Mode RAID On Chip (ROC) # 8 Internal and 8 External port channel 9400 HBA @@ -824,6 +854,7 @@ 1d49 0202 ThinkSystem 430-8e SAS/SATA 12Gb HBA 1d49 0204 ThinkSystem 430-8i SAS/SATA 12Gb Dense HBA 00b2 PCIe Switch management endpoint + 15d9 1d24 AOM-PCIE5-418P 1d49 0003 ThinkSystem 1611-8P PCIe Gen4 NVMe Switch Adapter # 24G SAS/PCIe storage adapter chip 00b3 Fusion-MPT 24G SAS/PCIe SAS50xx/SAS51xx @@ -841,7 +872,12 @@ 1000 5030 eHBA 9700-16e 24G SAS/PCIe Storage Adapter 1028 22d2 PERC H975i Front 1028 22d3 PERC H975i Adapter + 1028 23cb PERC H975i Front + 1028 23cd PERC H975i Adapter + 1028 2446 PERC H976i Front + 17aa 784c ThinkSystem RAID 960W PCIe Gen5 Adapter 1d49 020b ThinkSystem 460-16e SAS/SATA PCIe Gen5 24Gb HBA + 00b4 Fusion-MPT 24G SAS/PCIe SAS50xx/SAS51xx 00b5 Fusion-MPT 24G SAS/PCIe SAS50xx/SAS51xx # 9760W 32 internal port RAID controller 1000 5000 MegaRAID 9760W-32i 24G SAS/PCIe Storage Adapter @@ -855,6 +891,19 @@ 1000 5021 eHBA 9700W-16i 24G SAS/PCIe Storage Adapter # 9700 16 external port Storage controller 1000 5030 eHBA 9700-16e 24G SAS/PCIe Storage Adapter + 1028 22d2 PERC H975i Front - Virtual + 1028 22d3 PERC H975i Adapter - Virtual + 1028 23cb PERC H975i Front - Virtual + 1028 23cd PERC H975i Adapter - Virtual + 17aa 784c ThinkSystem RAID 960W PCIe Gen5 Adapter + 00b6 Fusion-MPT 24G SAS/PCIe SAS50xx/SAS51xx + 1000 5000 MegaRAID 9760W-32i 24G SAS/PCIe Storage Adapter + 1000 5001 MegaRAID 9760W-16i 24G SAS/PCIe Storage Adapter + 1000 5010 MegaRAID 9760W-16i16e 24G SAS/PCIe Storage Adapter + 1000 5020 eHBA 9700W-32i 24G SAS/PCIe Storage Adapter + 1000 5021 eHBA 9700W-16i 24G SAS/PCIe Storage Adapter + 1000 5030 eHBA 9700-16e 24G SAS/PCIe Storage Adapter + 1028 2446 PERC H976i Front - Virtual # Broadcom next-gen MPT PCIe switch 00b8 Fusion-MPT Switch SAS50xx/SAS51xx 00be SAS3504 Fusion-MPT Tri-Mode RAID On Chip (ROC) @@ -868,6 +917,7 @@ 1000 3190 SAS9305-16i # SAS 9305 24 internal port HBA 1000 31a0 SAS9305-24i + 1000 31b0 SAS9306-24i 1170 0002 SAS3224 PCI Express to 12Gb HBA MEZZ CARD 00c5 SAS3316 PCI-Express Fusion-MPT SAS-3 00c6 SAS3316 PCI-Express Fusion-MPT SAS-3 @@ -1081,7 +1131,18 @@ 10e4 MegaRAID 12GSAS/PCIe Unsupported SAS38xx 10e5 MegaRAID 12GSAS/PCIe SAS38xx 10e6 MegaRAID 12GSAS/PCIe Secure SAS38xx + 1000 04d9 3808N iMR ROMB + 1000 04da 3808N iMR ROMB + 1000 04db 3808N iMR ROMB + 1000 04dc 3808N iMR ROMB + 1000 04dd 3808N iMR ROMB +# String pulled from Broadcom storcli "Product Name" + 1000 40d5 MegaRAID 9540-8i +# String pulled from Broadcom storcli "Product Name" + 1000 40d6 MegaRAID 9520-8i + 1000 40d8 MegaRAID 9524-8i 1000 40e0 MegaRAID 9540-2M2 + 1028 1a3d BOSS-MR1 1028 2172 PERC H355 Adapter 1028 2173 PERC H355 Front 1028 2174 PERC H350 Mini @@ -1094,11 +1155,15 @@ 1d49 0505 ThinkSystem RAID 540-8i PCIe Gen4 12Gb Adapter 1d49 0506 ThinkSystem RAID 540-16i PCIe Gen4 12Gb Adapter 1d49 0507 ThinkSystem RAID 545-8i PCIe Gen4 12Gb Adapter + 1d49 0508 ThinkSystem RAID 545-8i PCIe Gen4 12Gb Internal Adapter 1d49 0700 ThinkSystem M.2 RAID B540i-2i SATA/NVMe Enablement Kit 1d49 0701 ThinkSystem 7mm RAID B540p-2HS SATA/NVMe Enablement Kit 1d49 0702 ThinkSystem M.2 RAID B540p-2HS SATA/NVMe Enablement Kit 1d49 0703 ThinkSystem M.2 RAID B540d-2HS SATA/NVMe Enablement Kit 1d49 0704 ThinkSystem M.2 RAID B545i-2i SATA/NVMe Enablement Kit + 1d49 0705 ThinkSystem M.2 RAID B550p-2HS SATA/NVMe Enablement Kit + 1d49 0706 ThinkSystem M.2 RAID B550d-2HS SATA/NVMe Enablement Kit + 1d49 0707 ThinkSystem M.2 RAID B550i-2i SATA/NVMe Enablement Kit 10e7 MegaRAID 12GSAS/PCIe Unsupported SAS38xx 1960 MegaRAID 1000 0518 MegaRAID 518 SCSI 320-2 Controller @@ -1126,6 +1191,7 @@ 1000 a064 PEX88064 64 lane/port PCIe Gen 4 Switch 1000 a080 PEX88080 80 lane/port PCIe Gen 4 Switch 1000 a096 PEX88096 98 lane/port PCIe Gen 4.0 Switch + 4c52 9f48 LRNV9F48 4-port Built-in 8654 NVMe Switching Adapter c012 PEX880xx PCIe Gen 4 Switch # Virtual endpoint used in Broadcom synthetic PCIe switches for resource reservation 1000 100b PEX88000 PCIe Gen 4 Virtual Upstream/Downstream Port @@ -1156,6 +1222,7 @@ 1000 100b PEX89000 PCIe Gen 5 Virtual Upstream/Downstream Port 1000 2004 PEX89000 Virtual PCIe TWC/NT 2.0 Endpoint 1000 2005 PEX89000 Virtual PCIe gDMA Endpoint + 15d9 1d24 AOM-PCIE5-418P # Lower lane count PEX89000 switch c034 PEX890xx PCIe Gen 5 Switch # Lower lane count PEX89000 switch @@ -1181,6 +1248,7 @@ 9100 INI-9100/9100W SCSI Host # nee ATI Technologies, Inc. 1002 Advanced Micro Devices, Inc. [AMD/ATI] + 1114 Krackan [Radeon 840M / 860M Graphics] 1304 Kaveri 1305 Kaveri 1306 Kaveri @@ -1208,6 +1276,7 @@ 131b Kaveri [Radeon R4 Graphics] 131c Kaveri [Radeon R7 Graphics] 131d Kaveri [Radeon R6 Graphics] + 13c0 Granite Ridge [Radeon Graphics] 13e9 Ariel/Navi10Lite 13f9 Oberon/Navi12Lite 13fe Cyan Skillfish [BC-250] @@ -1216,13 +1285,17 @@ 145a Dummy Function (absent graphics controller) 1478 Navi 10 XL Upstream Port of PCI Express Switch 1479 Navi 10 XL Downstream Port of PCI Express Switch - 1506 Mendocino + 1506 Mendocino [Radeon 610M] + 17aa 380e IdeaPad 1 15AMN7 + 150e Strix [Radeon 880M / 890M] 154c Kryptos [Radeon RX 350] 1462 7c28 MS-7C28 Motherboard 154e Garfield 1551 Arlene 1552 Pooky 1561 Anubis + 1586 Strix Halo [Radeon Graphics / Radeon 8050S Graphics / Radeon 8060S Graphics] + 15b3 Stoney HDMI/DP Audio Controller 15bf Phoenix1 15c8 Phoenix2 15d8 Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] @@ -1248,13 +1321,13 @@ 103c 8b17 ProBook 445 G9/455 G9 [Ryzen 7 Integrated Radeon GPU] 15ff Fenghuang [Zhongshan Subor Z+] 1607 Arden - 1636 Renoir [Radeon RX Vega 6 (Ryzen 4000/5000 Mobile Series)] - 1637 Renoir Radeon High Definition Audio Controller + 1636 Renoir [Radeon Vega Series / Radeon Vega Mobile Series] + 1637 Renoir/Cezanne HDMI/DP Audio Controller 1638 Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] 1043 16c2 Radeon Vega 8 # Used in the Steam Deck LCD 163f VanGogh [AMD Custom GPU 0405] - 1640 Rembrandt Radeon High Definition Audio Controller + 1640 Radeon High Definition Audio Controller 164c Lucienne 164d Rembrandt 164e Raphael @@ -1262,8 +1335,9 @@ 1681 Rembrandt [Radeon 680M] 1714 BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series] 103c 168b ProBook 4535s - 1900 Phoenix3 - 1901 Phoenix4 + 1900 HawkPoint1 + 1901 HawkPoint2 + 1902 Krackan2 3150 RV380/M24 [Mobility Radeon X600] 103c 0934 nx8220 3151 RV380 GL [FireMV 2400] @@ -3010,6 +3084,7 @@ 1458 22ed Radeon RX 560 148c 2381 Radeon RX 560 1682 9560 Radeon RX 560 + 1849 5037 PHANTOM G R RX550 2G/M/ASRK 1da2 e348 Radeon RX 560 1da2 e367 Radeon RX 550 640SP 6800 Wimbledon XT [Radeon HD 7970M] @@ -3240,6 +3315,7 @@ 1002 6b76 AMD Radeon RX Vega 56 8GB # ROG-STRIX-RXVEGA64-O8G-GAMING 1043 04c4 Radeon RX Vega 64 + 1043 0555 ROG STRIX RX Vega 56 8GB 1458 230c Radeon RX VEGA 56 GAMING OC 8G 1da2 e376 Radeon RX VEGA 56 Pulse 8GB OC HBM2 6880 Lexington [Radeon HD 6550M] @@ -3778,7 +3854,9 @@ 6995 Lexa XT [Radeon PRO WX 2100] 699f Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] 1028 1720 Radeon RX 550X + 1458 22f3 Radeon RX 550 2GB 148c 2380 Lexa XL [Radeon RX 550] + 17aa 5069 Thinkpad E480/E580 1da2 e367 Lexa PRO [Radeon RX 550] 69a0 Vega 12 69a1 Vega 12 @@ -3940,13 +4018,16 @@ 1002 0b36 Reference RX 5700 XT 1458 2313 Radeon RX 5700 XT Gaming OC 1458 231d Radeon RX 5600 XT/REV 2.0 [Windforce 6GB OC] + 1462 381e RX 5600 XT MECH OC 148c 2398 AXRX 5700 XT 8GBD6-3DHE/OC [PowerColor Red Devil Radeon RX 5700 XT] 1682 5701 RX 5700 XT RAW II + 1849 5102 RX5700 CLD 8GO [ASRock Challenger D RX 5700 OC] 1849 5120 Radeon RX 5600 XT 1da2 e409 Sapphire Technology Limited Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] 1da2 e410 Sapphire NITRO+ RX 5700 XT - 1da2 e411 Radeon RX 5600 XT + 1da2 e411 Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] 7340 Navi 14 [Radeon RX 5500/5500M / Pro 5500M] + 106b 0210 Radeon Pro 5300M 7341 Navi 14 [Radeon Pro W5500] 7347 Navi 14 [Radeon Pro W5500M] 734f Navi 14 [Radeon Pro W5300M] @@ -3960,7 +4041,10 @@ 73a3 Navi 21 GL-XL [Radeon PRO W6800] 73a4 Navi 21 USB 73a5 Navi 21 [Radeon RX 6950 XT] +# Reference + 1002 0e3a Radeon RX 6950 XT 1849 5230 Navi 21 [ASRock OC Forumla Radeon RX 6950XT] + 1849 5238 Navi 21 [ASRock Radeon RX 6950 XT Phantom Gaming OC] 1da2 441d Navi 21 [Sapphire Nitro+ Radeon RX 6950 XT] 1eae 6950 Navi 21 [XFX Speedster MERC319 Radeon RX 6950 XT] 73ab Navi 21 Pro-XLA [Radeon Pro W6800X/Radeon Pro W6800X Duo] @@ -3979,10 +4063,13 @@ 73c4 Navi 22 USB 73ce Navi 22-XL SRIOV MxGPU 73df Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] + 1002 0e36 Radeon RX 6700 XT 12G 1043 16c2 Radeon RX 6800M 1458 2408 Radeon RX 6750 XT GAMING OC 12G 1462 3980 Radeon RX 6700 XT Mech 2X 12G [MSI] 148c 2409 Red Devil RX 6700 XT +# Dual fan version + 1849 5210 Radeon RX 6700 XT Challenger D 1849 5219 Radeon RX 6700 XT Challenger D 1849 5222 RX 6700 XT Challenger D OC # Gaming 1440/QHD Overclock edition with 12 Gb GDDR6 and PCIe 4.0 of Radeon RX 6700 XT by Sapphire PULSE manufactured on autumn 2022 / C1 reviseion @@ -3990,12 +4077,15 @@ 1da2 465e Radeon RX 6750 XT PULSE OC 1da2 e445 Sapphire Radeon RX 6700 1eae 6601 Speedster QICK 319 RX 6700 XT + 1eae 661a Radeon RX 6700 [SPEEDSTER SWFT 309] 73e0 Navi 23 73e1 Navi 23 WKS-XM [Radeon PRO W6600M] 73e3 Navi 23 WKS-XL [Radeon PRO W6600] 73e4 Navi 23 USB 73ef Navi 23 [Radeon RX 6650 XT / 6700S / 6800S] 1458 2405 Navi 23 [Radeon RX 6650 XT] +# This is the refreshed MSI MECH series card equipped with the same Navi 23 GPU as ID 5021 + 1462 5027 RX 6650XT MECH 2X 1849 5236 RX 6650 XT Challenger D OC 73f0 Navi 33 [Radeon RX 7600M XT] 73ff Navi 23 [Radeon RX 6600/6600 XT/6600M] @@ -4015,20 +4105,49 @@ 1da2 e457 PULSE AMD Radeon RX 6500 XT 7446 Navi 31 USB 7448 Navi 31 [Radeon Pro W7900] - 744c Navi 31 [Radeon RX 7900 XT/7900 XTX/7900M] - 1002 0e3b RX 7900 GRE [XFX] + 744a Navi 31 [Radeon Pro W7900 Dual Slot] + 744b Navi 31 [Radeon Pro W7900D] + 744c Navi 31 [Radeon RX 7900 XT/7900 XTX/7900 GRE/7900M] + 1002 0e3b RX 7900 XTX / RX 7900 GRE [XFX] + 1043 0506 TUF Gaming Radeon RX 7900 XTX OC + 148c 2425 HELLHOUND RX 7900 GRE + 1849 5304 Radeon RX 7900 XTX 1da2 471e PULSE RX 7900 XTX + 1da2 475e PULSE RX 7900 GRE 1da2 e471 NITRO+ RX 7900 XTX Vapor-X 1eae 7901 RX-79XMERCB9 [SPEEDSTER MERC 310 RX 7900 XTX] + 1eae 790a RX-79GMERCBR [XFX RX 7900 GRE] 745e Navi 31 [Radeon Pro W7800] + 7460 Navi32 GL-XL [AMD Radeon PRO V710] + 7461 Navi 32 [AMD Radeon PRO V710] 7470 Navi 32 [Radeon PRO W7700] 747e Navi 32 [Radeon RX 7700 XT / 7800 XT] - 7480 Navi 33 [Radeon RX 7700S/7600/7600S/7600M XT/PRO W7600] + 148c 2427 RX 7800 XT [Hellhound / Red Devil] + 7480 Navi 33 [Radeon RX 7600/7600 XT/7600M XT/7600S/7700S / PRO W7600] 1849 5313 RX 7600 Challenger OC + 7481 Navi 33 [Radeon Graphics] 7483 Navi 33 [Radeon RX 7600M/7600M XT] + 7487 Navi 33 [Radeon Graphics] 7489 Navi 33 [Radeon Pro W7500] + 748b Navi 33 [Radeon Graphics] + 7499 Navi 33 [Radeon RX 7400/7300/Pro W7400] + 749f Navi 33 [Radeon RX 7500] 74a0 Aqua Vanjaram [Instinct MI300A] 74a1 Aqua Vanjaram [Instinct MI300X] + 74a2 Aqua Vanjaram [Instinct MI308X] + 74a5 Aqua Vanjaram [Instinct MI325X] + 74a9 Aqua Vanjaram [Instinct MI300X HF] + 74b5 Aqua Vanjaram [Instinct MI300X VF] + 74b9 Aqua Vanjaram [Instinct MI325X VF] + 74bd Aqua Vanjaram [Instinct MI300X HF] + 7550 Navi 48 [Radeon RX 9070/9070 XT/9070 GRE] + 148c 2435 Reaper Radeon RX 9070 XT 16GB GDDR6 (RX9070XT 16G-A) + 1da2 e490 Navi 48 XTX [Sapphire Pulse Radeon RX 9070 XT] + 7551 Navi 48 [Radeon AI PRO R9700] + 7590 Navi 44 [Radeon RX 9060 XT] + 1eae 8601 RX-96TS316W7 [SWIFT RX 9060 XT OC White Triple Fan Gaming Edition 16GB] + 75a0 Aqua Vanjaram [Instinct MI350X] + 75a3 Aqua Vanjaram [Instinct MI355X] 7833 RS350 Host Bridge 7834 RS350 [Radeon 9100 PRO/XT IGP] 7835 RS350M [Mobility Radeon 9000 IGP] @@ -4300,7 +4419,7 @@ 9840 Kabini HDMI/DP Audio 1043 8623 AM1I-A Motherboard 1849 9840 QC5000-ITX/PH - 9850 Mullins [Radeon R3 Graphics] + 9850 Mullins [Radeon R2/R3 Graphics] 9851 Mullins [Radeon R4/R5 Graphics] 1179 f928 Beema [Radeon R5 Graphics] 9852 Mullins [Radeon R2 Graphics] @@ -4387,7 +4506,6 @@ 99a2 Trinity 2 [Radeon HD 7420G] 99a4 Trinity 2 [Radeon HD 7400G] aa00 R600 HDMI Audio [Radeon HD 2900 GT/PRO/XT] - aa01 RV635 HDMI Audio [Radeon HD 3650/3730/3750] aa08 RV630 HDMI Audio [Radeon HD 2600 PRO/XT / HD 3610] aa10 RV610 HDMI Audio [Radeon HD 2350 PRO / 2400 PRO/XT / HD 3410] 174b aa10 Radeon HD 2400 PRO @@ -4434,6 +4552,7 @@ ab28 Navi 21/23 HDMI/DP Audio Controller ab30 Navi 31 HDMI/DP Audio ab38 Navi 10 HDMI Audio + ab40 Navi 48 HDMI/DP Audio Controller ac00 Theater 506 World-Wide Analog Decoder ac01 Theater 506 World-Wide Analog Decoder ac02 TV Wonder HD 600 PCIe @@ -4787,6 +4906,7 @@ 0144 Yotta Video Compositor Output 1014 0145 Yotta Output Controller (ytout) 0156 405GP PLB to PCI Bridge + 1fc3 0004 IC695ETM001 RX3i Ethernet PCI Module 015e 622Mbps ATM PCI Adapter 0160 64bit/66MHz PCI ATM 155 MMF 016e GXT4000P Graphics Adapter @@ -4877,6 +4997,9 @@ 1014 04fc PCIe3 x8 12Gb Quad SAS RAID+ Adapter(580A) 04ed Internal Shared Memory (ISM) virtual PCI device 0611 4769 Cryptographic Adapter + 06a2 4770 Cryptographic Adapter + 06a7 Spyre Accelerator + 06a8 Spyre Accelerator Virtual Function 3022 QLA3022 Network Adapter 4022 QLA3022 Network Adapter ffff MPIC-2 interrupt controller @@ -4955,11 +5078,43 @@ 1101 K8 [Athlon64/Opteron] Address Map 1102 K8 [Athlon64/Opteron] DRAM Controller 1103 K8 [Athlon64/Opteron] Miscellaneous Control + 1110 Krackan Internal PCIe GPP Bridge 0 to Bus A + 1111 Krackan Internal PCIe GPP Bridge 0 to Bus B + 1112 Krackan Internal PCIe GPP Bridge 0 to Bus C + 1113 Krackan PCIe Dummy Function + 1116 Krackan PCIe Dummy Function + 1117 Krackan PCIe Dummy Function + 1122 Krackan Root Complex + 1123 Krackan IOMMU 1200 Family 10h Processor HyperTransport Configuration 1201 Family 10h Processor Address Map 1202 Family 10h Processor DRAM Controller 1203 Family 10h Processor Miscellaneous Control 1204 Family 10h Processor Link Control + 1248 Krackan Data Fabric; Function 0 + 1249 Krackan Data Fabric; Function 1 + 124a Krackan Data Fabric; Function 2 + 124b Krackan Data Fabric; Function 3 + 124c Krackan Data Fabric; Function 4 + 124d Krackan Data Fabric; Function 5 + 124e Krackan Data Fabric; Function 6 + 124f Krackan Data Fabric; Function 7 + 12b8 Strix Halo Data Fabric; Function 0 + 12b9 Strix Halo Data Fabric; Function 1 + 12ba Strix Halo Data Fabric; Function 2 + 12bb Strix Halo Data Fabric; Function 3 + 12bc Strix Halo Data Fabric; Function 4 + 12bd Strix Halo Data Fabric; Function 5 + 12be Strix Halo Data Fabric; Function 6 + 12bf Strix Halo Data Fabric; Function 7 + 12c0 Turin Data Fabric; Function 0 + 12c1 Turin Data Fabric; Function 1 + 12c2 Turin Data Fabric; Function 2 + 12c3 Turin Data Fabric; Function 3 + 12c4 Turin Data Fabric; Function 4 + 12c5 Turin Data Fabric; Function 5 + 12c6 Turin Data Fabric; Function 6 + 12c7 Turin Data Fabric; Function 7 1300 Family 11h Processor HyperTransport Configuration 1301 Family 11h Processor Address Map 1302 Family 11h Processor DRAM Controller @@ -5083,6 +5238,7 @@ 1480 Starship/Matisse Root Complex 1462 7c37 X570-A PRO motherboard 15d9 1b95 H12SSL-i + 1849 1480 ROME2D32LM3 1481 Starship/Matisse IOMMU 1482 Starship/Matisse PCIe Dummy Host Bridge 1483 Starship/Matisse GPP Bridge @@ -5116,18 +5272,72 @@ 149c Matisse USB 3.0 Host Controller 1462 7c37 X570-A PRO motherboard 149d Vangogh CVIP + 149e Genoa/Bergamo IOMMU + 149f Genoa/Bergamo Dummy Host Bridge + 14a4 Genoa/Bergamo Root Complex + 14a5 Genoa/Bergamo GPP Bridge + 14a6 Genoa/Bergamo RCEC + 14a7 Genoa/Bergamo Internal PCIe GPP Bridge to Bus [D:B] + 14aa Genoa/Bergamo GPP Bridge + 14ab Genoa/Bergamo GPP Bridge + 14ac Genoa/Bergamo Dummy Function + 14ad Genoa/Bergamo Data Fabric; Function 0 + 14ae Genoa/Bergamo Data Fabric; Function 1 + 14af Genoa/Bergamo Data Fabric; Function 2 + 14b0 Genoa/Bergamo Data Fabric; Function 3 + 14b1 Genoa/Bergamo Data Fabric; Function 4 + 14b2 Genoa/Bergamo Data Fabric; Function 5 + 14b3 Genoa/Bergamo Data Fabric; Function 6 + 14b4 Genoa/Bergamo Data Fabric; Function 7 14b5 Family 17h-19h PCIe Root Complex 14b6 Family 17h-19h IOMMU 14b7 Family 17h-19h PCIe Dummy Host Bridge 14b8 Family 17h-19h PCIe GPP Bridge 14b9 Family 17h-19h Internal PCIe GPP Bridge 14ba Family 17h-19h PCIe GPP Bridge + 14c1 Secondary vNTB # Server device 14ca Genoa CCP/PSP 4.0 Device 14cd Family 19h USB4/Thunderbolt PCIe tunnel - 14de Phoenix PCIe Dummy Function + 14d8 Raphael/Granite Ridge Root Complex + 14d9 Raphael/Granite Ridge IOMMU + 14da Raphael/Granite Ridge Dummy Host Bridge + 14db Raphael/Granite Ridge GPP Bridge + 14dc SDXI + 14dd Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A] + 14de Raphael/Granite Ridge PCIe Dummy Function + 14e0 Raphael/Granite Ridge Data Fabric; Function 0 + 14e1 Raphael/Granite Ridge Data Fabric; Function 1 + 14e2 Raphael/Granite Ridge Data Fabric; Function 2 + 14e3 Raphael/Granite Ridge Data Fabric; Function 3 + 14e4 Raphael/Granite Ridge Data Fabric; Function 4 + 14e5 Raphael/Granite Ridge Data Fabric; Function 5 + 14e6 Raphael/Granite Ridge Data Fabric; Function 6 + 14e7 Raphael/Granite Ridge Data Fabric; Function 7 + 14e8 Phoenix Root Complex + 14e9 Phoenix IOMMU + 14ea Phoenix Dummy Host Bridge + 14eb Phoenix Internal GPP Bridge to Bus [C:A] + 14ec Phoenix Dummy Function + 14ed Phoenix GPP Bridge + 14ee Phoenix GPP Bridge 14ef Family 19h USB4/Thunderbolt PCIe tunnel + 14f0 Phoenix Data Fabric; Function 0 + 14f1 Phoenix Data Fabric; Function 1 + 14f2 Phoenix Data Fabric; Function 2 + 14f3 Phoenix Data Fabric; Function 3 + 14f4 Phoenix Data Fabric; Function 4 + 14f5 Phoenix Data Fabric; Function 5 + 14f6 Phoenix Data Fabric; Function 6 + 14f7 Phoenix Data Fabric; Function 7 1502 AMD IPU Device + 1507 Strix/Strix Halo Root Complex + 1508 Strix/Strix Halo IOMMU + 1509 Strix/Strix Halo Dummy Host Bridge + 150a Strix/Strix Halo PCIe USB4 Bridge + 150b Strix/Strix Halo GPP Bridge + 150c Strix/Strix Halo Internal GPP Bridge to Bus [C:A] + 150d Strix/Strix Halo PCIe Dummy Function 1510 Family 14h Processor Root Complex 174b 1001 PURE Fusion Mini 1512 Family 14h Processor Root Port @@ -5135,6 +5345,8 @@ 1514 Family 14h Processor Root Port 1515 Family 14h Processor Root Port 1516 Family 14h Processor Root Port + 151c USB4 Router 0 + 151d USB4 Router 1 1530 Family 16h Processor Function 0 1531 Family 16h Processor Function 1 1532 Family 16h Processor Function 2 @@ -5147,6 +5359,12 @@ 1537 Kabini/Mullins PSP-Platform Security Processor 1538 Family 16h Processor Function 0 1539 Kabini P2P Bridge for PCIe Ports[4:0] + 153a Turin Root Complex + 153b Turin IOMMU + 153c Turin RCEC + 153d Turin PCIe Dummy Host Bridge + 153e Turin GPP Bridge + 01de fff8 Cosmo Baseboard 1540 Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky HT Configuration 1541 Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky Address Maps 1542 Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky DRAM Configuration @@ -5163,6 +5381,11 @@ 154f Anubis Audio Processor 1550 Garfield+/Arlene/Pooky/Anubis SPLL Configuration 1553 Arlene/Pooky P2P Bridge for PCIE (3:0) + 1554 Turin GPP Bridge + 1555 Turin Internal PCIe GPP Bridge to Bus [D:C] + 1556 Turin PCIe Dummy Function + 1557 Turin USB 3.1 xHCI + 1559 Turin Secondary PCIe Dummy Function 155b Anubis Root Complex 155c Anubis IOMMU 155d Anubis UMI PCIe Dummy Bridge @@ -5171,6 +5394,7 @@ 1566 Family 16h (Models 30h-3fh) Processor Root Complex 1567 Mullins IOMMU 156b Family 16h (Models 30h-3fh) Host Bridge + 156e Turin CCP/ASP 1570 Family 15h (Models 60h-6fh) Processor Function 0 1571 Family 15h (Models 60h-6fh) Processor Function 1 1572 Family 15h (Models 60h-6fh) Processor Function 2 @@ -5192,6 +5416,12 @@ 1583 Family 16h (Models 30h-3fh) Processor Function 3 1584 Family 16h (Models 30h-3fh) Processor Function 4 1585 Family 16h (Models 30h-3fh) Processor Function 5 + 1587 Strix Halo USB 3.1 xHCI + 1588 Strix Halo USB 3.1 xHCI + 1589 Strix Halo USB 3.1 xHCI + 158b Strix Halo USB 3.1 xHCI + 158d Strix Halo USB4 Host Router + 158e Strix Halo USB4 Host Router 1590 Amur/Nolan HT Configuration 1591 Amur/Nolan Address Maps 1592 Amur/Nolan DRAM Configuration @@ -5209,11 +5439,14 @@ 15b3 Stoney Miscellaneous Configuration 15b4 Stoney PM Configuration 15b5 Stoney NB Performance Monitor + 15b6 Raphael/Granite Ridge USB 3.1 xHCI + 15b7 Raphael/Granite Ridge USB 3.1 xHCI + 15b8 Raphael/Granite Ridge USB 2.0 xHCI 15bc Stoney PCIe [GFX,GPP] Bridge [4:0] 15be Stoney Audio Processor 15c4 Phoenix USB4/Thunderbolt NHI controller #1 15c5 Phoenix USB4/Thunderbolt NHI controller #2 - 15c7 Family 19h (Model 74h) CCP/PSP 3.0 Device + 15c7 Phoenix CCP/PSP 3.0 Device 15d0 Raven/Raven2 Root Complex 103c 8615 Pavilion Laptop 15-cw1xxx 1043 876b PRIME B450M-A Motherboard @@ -5235,7 +5468,7 @@ 15dc Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus B ea50 ce19 mCOM10-L1900 15de Raven/Raven2/FireFlight HD Audio Controller - 15df Family 17h (Models 10h-1fh) Platform Security Processor + 15df Raven/Raven2/FireFlight/Renoir/Cezanne Platform Security Processor 1043 876b PRIME Motherboard 17aa 5124 ThinkPad E595 ea50 ce19 mCOM10-L1900 @@ -5249,10 +5482,10 @@ 1043 876b PRIME Motherboard 17aa 5124 ThinkPad E595 ea50 ce19 mCOM10-L1900 - 15e2 ACP/ACP3X/ACP6x Audio Coprocessor + 15e2 Audio Coprocessor 17aa 5124 ThinkPad E595 ea50 ce19 mCOM10-L1900 - 15e3 Family 17h/19h HD Audio Controller + 15e3 Ryzen HD Audio Controller 103c 8615 Pavilion Laptop 15-cw1xxx 103c 8b17 ProBook 445 G9/455 G9 1043 86c7 PRIME B450M-A Motherboard @@ -5345,6 +5578,8 @@ 1647 VanGogh PCIe GPP Bridge 1648 VanGogh Internal PCIe GPP Bridge to Bus 1649 Family 19h PSP/CCP + 164a Sensor Fusion Hub + 164b Non-Sensor Fusion Hub 164f Milan IOMMU 1650 Milan Data Fabric; Function 0 1651 Milan Data Fabric; Function 1 @@ -5380,6 +5615,14 @@ 167e Rembrandt Data Fabric: Device 18h; Function 5 167f Rembrandt Data Fabric: Device 18h; Function 6 1680 Rembrandt Data Fabric: Device 18h; Function 7 + 16f8 Strix Data Fabric; Function 0 + 16f9 Strix Data Fabric; Function 1 + 16fa Strix Data Fabric; Function 2 + 16fb Strix Data Fabric; Function 3 + 16fc Strix Data Fabric; Function 4 + 16fd Strix Data Fabric; Function 5 + 16fe Strix Data Fabric; Function 6 + 16ff Strix Data Fabric; Function 7 1700 Family 12h/14h Processor Function 0 1701 Family 12h/14h Processor Function 1 1702 Family 12h/14h Processor Function 2 @@ -5397,6 +5640,8 @@ 1716 Family 12h/14h Processor Function 5 1718 Family 12h/14h Processor Function 6 1719 Family 12h/14h Processor Function 7 + 17e0 Strix/Krackan/Strix Halo CCP/ASP + 17f0 Strix/Krackan/Strix Halo Neural Processing Unit 2000 79C97x [PCnet32 LANCE] 1014 2000 NetFinity 10/100 Fast Ethernet 1022 2000 PCnet - Fast 79C971 @@ -5455,18 +5700,22 @@ 1849 43c8 Fatal1ty X370 Professional Gaming 43b6 X399 Series Chipset SATA Controller 43b7 300 Series Chipset SATA Controller + 43b8 A320 Chipset SATA Controller [AHCI mode] 43b9 X370 Series Chipset USB 3.1 xHCI Controller 1849 43d0 Fatal1ty X370 Professional Gaming 43ba X399 Series Chipset USB 3.1 xHCI Controller 43bb 300 Series Chipset USB 3.1 xHCI Controller + 43bc A320 USB 3.1 XHCI Host Controller 43c6 400 Series Chipset PCIe Bridge 43c7 400 Series Chipset PCIe Port 43c8 400 Series Chipset SATA Controller 43d5 400 Series Chipset USB 3.1 xHCI Compliant Host Controller 43e9 500 Series Chipset Switch Upstream Port + 43ea 500 Series Chipset Switch Downstream Port 43eb 500 Series Chipset SATA Controller # or ASM106X Serial ATA Controller 1b21 1062 ASM1062 Serial ATA Controller + 43ec A520 Series Chipset USB 3.1 XHCI Controller 43ee 500 Series Chipset USB 3.1 XHCI Controller # maybe 1b21 1142 ASM1042A USB 3.0 Host Controller @@ -5474,6 +5723,8 @@ 43f5 600 Series Chipset PCIe Switch Downstream Port 43f6 600 Series Chipset SATA Controller 43f7 600 Series Chipset USB 3.2 Controller + 43fc 800 Series Chipset USB 3.x XHCI Controller + 43fd 800 Series Chipset USB 3.x XHCI Controller 57a3 Matisse PCIe GPP Bridge 57a4 Matisse PCIe GPP Bridge 57ad Matisse Switch Upstream @@ -5642,6 +5893,8 @@ 9609 RS780/RS880 PCI to PCI bridge (PCIE port 5) 960a RS780 PCI to PCI bridge (NB-SB link) 960b RS780 PCI to PCI bridge (ext gfx port 1) +# Takes over NVMe PCI ID when RAID is enabled + b000 RAID Bottom Device 1023 Trident Microsystems 0194 82C194 2000 4DWave DX @@ -5747,7 +6000,8 @@ 5225 M5225 5229 M5229 5235 M5235 - 5237 M5237 PCI USB Host Controller + 5237 OHCI USB Controller + 5239 EHCI USB Controller 5240 EIDE Controller 5241 PCMCIA Bridge 5242 General Purpose Controller @@ -5805,6 +6059,7 @@ 1028 1f24 PERC S300 Controller # NV-RAM Adapter used in Dell DR appliances 0073 NV-RAM Adapter + 0c46 PERC S160 RAID controller 1028 PCIe Bridge riser 2600 ENT NVMe RT1 1028 215e ENT NVMe RT1 RI 3.84TB @@ -5995,6 +6250,7 @@ 0534 G200eR2 1028 04f7 PowerEdge R320 server 0536 Integrated Matrox G200eW3 Graphics Controller + 1028 0a6b PowerEdge R760 0538 MGA G200eH3 1590 00e4 iLO5 VGA 0540 M91XX @@ -6176,6 +6432,7 @@ 01b4 Celleb platform IDE interface 01b5 SCC USB 2.0 EHCI controller 01b6 SCC USB 1.1 OHCI controller + 01ba SpursEngine SE1000 accelerator 1030 TMC Research 1031 Miro Computer Products AG 5601 DC20 ASIC @@ -6205,6 +6462,7 @@ 1033 0035 USB Controller 103c 1293 USB add-in card 103c 1294 USB 2.0 add-in card + 1154 0207 Buffalo IFC-USB2P4 1179 0001 USB 1186 0035 DUB-C2 USB 2.0 2-port 32-bit cardbus controller 12ee 7000 Root Hub @@ -6239,6 +6497,7 @@ 00ce uPD72871 [Firewarden] IEEE1394a OHCI 1.0 Link/1-port PHY Controller 00df Vr4131 00e0 uPD72010x USB 2.0 Controller + 1154 0208 Buffalo IFC-USB2P4 1186 f100 DUB-C2 USB 2.0 2-port 32-bit cardbus controller 12ee 7001 Root hub 14c2 0205 PTI-205N USB 2.0 Host Controller @@ -6251,6 +6510,7 @@ 010c VR7701 0125 uPD720400 PCI Express - PCI/PCI-X Bridge 013a Dual Tuner/MPEG Encoder + 0165 uPD61253F1 MPEG Video Broadcast Decoder 0194 uPD720200 USB 3.0 Host Controller 1028 04a3 Precision M4600 1028 04b2 Vostro 3350 @@ -6670,28 +6930,28 @@ c066 3010S Ultra3 Dual Channel 1045 OPTi Inc. a0f8 82C750 [Vendetta] USB Controller - c101 92C264 + c101 82C264 GUI Accelerator c178 92C178 c556 82X556 [Viper] c557 82C557 [Viper-M] c558 82C558 [Viper-M ISA+IDE] - c567 82C750 [Vendetta], device 0 - c568 82C750 [Vendetta], device 1 + c567 82C750 [Vendetta] Host Bridge + c568 82C750 [Vendetta] ISA Bridge c569 82C579 [Viper XPress+ Chipset] - c621 82C621 [Viper-M/N+] + c621 82C621A PCI IDE Contoller c700 82C700 [FireStar] - c701 82C701 [FireStar Plus] - c814 82C814 [Firebridge 1] + c701 82C700 [FireStar] Host Bridge + c814 82C814 [FireBridge II] Docking Stration Controller c822 82C822 - c824 82C824 - c825 82C825 [Firebridge 2] + c824 82C824 [FireFox] 32-Bit PC Card Controller + c825 82C825 [FireBridge II] Docking Stration Controller c832 82C832 - c861 82C861 OHCI USB Host + c861 82C861/2/3 [FireLink] PCI-USB Host Bridge c881 82C881 [FireLink] 1394 OHCI Link Controller c895 82C895 - c935 EV1935 ECTIVA MachOne PCIAudio - d568 82C825 [Firebridge 2] - d721 IDE [FireStar] + c935 82С935 [MachOne] Integrated PCI Audio Processor + d568 82C700 [FireStar] PCI IDE Controller + d721 82C700 [FireStar] PCI IDE Controller 1046 IPC Corporation, Ltd. 1047 Genoa Systems Corp 1048 Elsa AG @@ -7026,12 +7286,14 @@ ac8f PCI7420/7620 SD/MS-Pro Controller 1028 018d Inspiron 700m/710m b001 TMS320C6424 + b012 TDA4VH PCIE Root Complex fe00 FireWire Host Controller fe03 12C01A FireWire Host Controller 104d Sony Corporation 8004 DTL-H2500 [Playstation development board] 8009 CXD1947Q i.LINK Controller 800c DTL-H800 [PS1 sound development board] + 800d DVBK-2000(E) DV Still Image Capture Board 8039 CXD3222 i.LINK Controller 8047 PS2 TOOL MRP 8056 Rockwell HCF 56K modem @@ -7090,12 +7352,13 @@ 0001 W83769F 0033 W89C33D 802.11 a/b/g BB/MAC 0105 W82C105 + 0628 W83628F/W83629D PCI to ISA Bridge Set 0840 W89C840 1050 0001 W89C840 Ethernet Adapter 1050 0840 W89C840 Ethernet Adapter 0940 W89C940 - 5a5a W89C940F - 6692 W6692 + 5a5a W89C940 Twisted-pair Ether-LAN Controller With PCI Interface [ELANC-PCI] + 6692 W6692 PCI ISDN S/T-Controller 1043 1702 ISDN Adapter (PCI Bus, D, W) 1043 1703 ISDN Adapter (PCI Bus, DV, W) 1043 1707 ISDN Adapter (PCI Bus, DV, W) @@ -7104,6 +7367,7 @@ 144f 1707 ISDN Adapter (PCI Bus, DV, W) 9921 W99200F MPEG-1 Video Encoder 9922 W99200F/W9922PF MPEG-1/2 Video Encoder + 9960 W9960CF Video Codec 9970 W9970CF 1051 Anigma, Inc. 1052 ?Young Micro Systems @@ -7128,6 +7392,7 @@ 1055 Microchip Technology / SMSC 7430 LAN7430 7431 LAN7431 + 1059 01a0 RD10055 M.2 Dual 1GbE-T1 40m 9130 SLC90E66 [Victory66] IDE 9460 SLC90E66 [Victory66] ISA 9462 SLC90E66 [Victory66] USB @@ -7193,8 +7458,7 @@ 4802 Falcon 4803 Hawk 4806 CPX8216 -# MPC7410 PowerPC microprocessor and PCI host bridge - 480b MPC7410 + 480b Harrier PCI Host Bridge 4d68 20268 5600 SM56 PCI Modem 1057 0300 SM56 PCI Speakerphone Modem @@ -7593,6 +7857,11 @@ 1077 e4f7 FastLinQ QL45212H 25GbE Adapter (SR-IOV VF) 1077 e4f8 FastLinQ QL45611H 100GbE Adapter (SR-IOV VF) 1590 0245 10/20/25GbE 2P 4820c CNA SRIOV + 16a1 BCM57840 NetXtreme II 10 Gigabit Ethernet + 1590 00ec FlexFabric 10Gb 4-port 536FLR-T Adapter + 16ab NetXtreme II BCM57840 10/20 Gigabit Ethernet Multi Function + 16ad NetXtreme II BCM57840 10/20 Gigabit Ethernet Virtual Function + 1590 00ec FlexFabric 10Gb 4-port 536FLR-T Adapter 2020 ISP2020A Fast!SCSI Basic Adapter 2031 ISP8324-based 16Gb Fibre Channel to PCI Express Adapter 103c 17e7 SN1000Q 16Gb Single Port Fibre Channel Adapter @@ -7600,6 +7869,7 @@ 103c 1939 QMH2672 16Gb Dual Port Fibre Channel Adapter 103c 8002 3830C 16G Fibre Channel Host Bus Adapter 1077 0241 QLE2670 16Gb Single Port Fibre Channel Adapter + 1077 0249 QLE2672 16Gb Dual Port Fibre Channel Adapter 2071 ISP2714-based 16/32Gb Fibre Channel to PCIe Adapter 1077 0283 QLE2764 Quad Port 32Gb Fibre Channel to PCIe Adapter 1077 029e QLE2694 Quad Port 16Gb Fibre Channel to PCIe Adapter @@ -7668,6 +7938,8 @@ 1077 0167 QME2572 Dual Port FC8 HBA Mezzanine 1590 00fc StoreFabric 84Q 8Gb Quad Port Fibre Channel Host Bus Adapter 2971 ISP2684 + 2981 32G SFP28 EP2744 Apatter + 1bd4 00b0 32G SFP28 EP2744 Apatter 3022 ISP4022-based Ethernet NIC 3032 ISP4032-based Ethernet IPv6 NIC 4010 ISP4010-based iSCSI TOE HBA @@ -8563,6 +8835,7 @@ 1093 72f7 PXIe-6535 1093 72f8 PXIe-6536 1093 72f9 PXIe-6537 + 1093 730a PXIe-5142 1093 7326 PCIe-6509 1093 736c PXIe-4140 1093 738b PXIe-5622 @@ -8632,6 +8905,7 @@ 1093 762e PXIe-5606 1093 7644 PXIe-4841 1093 764a PCIe-8237R-S + 1093 7652 PXIe-4080 1093 7658 PXIe-5162 (4CH) 1093 76ab PXIe-4322 1093 76ad PXIe-4112 @@ -8648,6 +8922,8 @@ 1093 76ce CVS-1459 1093 76d0 PXIe-5160 (2CH) 1093 76d1 PXIe-5160 (4CH) + 1093 76d8 PXIe-4081 + 1093 76d9 PXIe-4082 1093 76dc PXIe-4610 1093 76ec PXIe-2524 1093 76ed PXIe-2525 @@ -8685,6 +8961,8 @@ 1093 7790 PXIe-5170R (4CH) 1093 7791 PXIe-5170R (8CH) 1093 7793 PXIe-5171R (8CH) + 1093 7794 PXIe-5172 (4CH - 325T) + 1093 7795 PXIe-5172 (8CH - 410T) 1093 77a5 PXIe-6345 1093 77a6 PXIe-6355 1093 77a7 PXIe-6365 @@ -8708,18 +8986,44 @@ 1093 7802 PXIe-4302 1093 7803 PXIe-4303 1093 7805 PXIe-4305 + 1093 781e PXIe-4135 + 1093 7820 PXIe-5164 + 1093 783d PXIe-6570 + 1093 7851 PXIe-5172 (8CH - 325T) 1093 786f PXIe-4163 + 1093 7881 PXIe-5163 1093 788e PXIe-4304 + 1093 78d5 PXIe-5413 (1CH) + 1093 78d6 PXIe-5413 (2CH) + 1093 78d7 PXIe-5423 (1CH) + 1093 78d8 PXIe-5423 (2CH) + 1093 78d9 PXIe-5433 (1CH) + 1093 78da NI PXIe-5433 (2CH) 1093 78f8 NI FlexRIO Module (KU035) 1093 78f9 NI FlexRIO Module (KU040) 1093 78fa NI FlexRIO Module (KU060) 1093 78ff PXIe-4162 + 1093 792f PXIe-4190 + 1093 7935 PXIe-5111 + 1093 7936 PXIe-5110 1093 7995 PXIe-7911R 1093 7996 PXIe-7912R 1093 7997 PXIe-7915R + 1093 79cd PXIe-5113 1093 79d3 NI FlexRIO PCIe Module (KU035) 1093 79d4 NI FlexRIO PCIe Module (KU040) 1093 79d5 NI FlexRIO PCIe Module (KU060) + 1093 79f8 PXIe-6571 + 1093 7a16 PXIe-4147 + 1093 7a9a PXIe-4137 (40W) + 1093 7aa4 PXIe-4135 (40W) + 1093 7aca PXIe-4051 + 1093 7acb PXIe-4150 + 1093 7acc PXIe-4151 + 1093 7ae0 PXIe-4163 (10 pA) + 1093 7ae1 PXIe-4162 (10 pA) + 1093 7aef PXIe-4190 (500 kHz) + 1093 7b1f PXIe-6571 (8CH) c801 PCI-GPIB c811 PCI-GPIB+ c821 PXI-GPIB @@ -9070,13 +9374,13 @@ 5842 2051 ISA bridge 10ab Digicom 10ac Honeywell IAC -10ad Symphony Labs +10ad Winbond Electronics Corp / Symphony Labs 0001 W83769F 0003 SL82C103 0005 SL82C105 0103 SL82c103 - 0105 SL82c105 - 0565 W83C553F/W83C554F + 0105 SL82C105/W83C55xF Bus Master IDE + 0565 W83C553F/554F ISA bridge 10ae Cornerstone Technology 10af Micro Computer Systems Inc 10b0 CardExpert Technology @@ -9176,15 +9480,26 @@ 8664 PEX 8664 64-lane, 16-Port PCI Express Gen 2 (5.0 GT/s) Switch 8680 PEX 8680 80-lane, 20-Port PCI Express Gen 2 (5.0 GT/s) Multi-Root Switch 8696 PEX 8696 96-lane, 24-Port PCI Express Gen 2 (5.0 GT/s) Multi-Root Switch + 8714 PEX 8714 12-Lane, 5-Port PCI Express Gen 3 (8 GT/s) Switch 8717 PEX 8717 16-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch with DMA 8718 PEX 8718 16-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch + 8723 PEX 8723 24-Lane, 6-Port PCI Express Gen 3 (8 GT/s) Switch 8724 PEX 8724 24-Lane, 6-Port PCI Express Gen 3 (8 GT/s) Switch, 19 x 19mm FCBGA + 4c52 9234 LRNV9324 2-port Built-in 8643 NVMe Exchange Adapter + 4c52 9524 LRNV9524 2-port M.2 NVMe SSD Exchange Adapter 8725 PEX 8725 24-Lane, 10-Port PCI Express Gen 3 (8.0 GT/s) Multi-Root Switch with DMA 8732 PEX 8732 32-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch + 8733 PEX 8733 32-Lane, 19-Port PCI Express Gen 3 (8 GT/s) Switch 8734 PEX 8734 32-lane, 8-Port PCI Express Gen 3 (8.0GT/s) Switch 8747 PEX 8747 48-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch + 4c52 9347 LRNV9347L 2-port Built-in 8643 NVMe Switching Adapter + 4c52 9547 LRNV9547 4-port M.2 NVMe SSD Exchange Adapter 8748 PEX 8748 48-Lane, 12-Port PCI Express Gen 3 (8 GT/s) Switch, 27 x 27mm FCBGA 8749 PEX 8749 48-Lane, 18-Port PCI Express Gen 3 (8.0 GT/s) Multi-Root Switch with DMA + 4c52 9349 LRNV9349 8-port SFF-8643 NVMe SSD Exchange Adapter + 8764 PEX 8764 64-Lane, 16-Port PCI Express Gen 3 (8 GT/s) Switch + 8780 PEX 8780 80-Lane, 20-Port PCI Express Gen 3 (8 GT/s) Switch + 8796 PEX8796 96-Lane, 24-Port PCIe Gen 3 (8.0 GT/s) Switch 87a0 PEX PCI Express Switch NT0 Port Link Interface 87a1 PEX PCI Express Switch NT1 Port Link Interface 87b0 PEX PCI Express Switch NT0 Port Virtual Interface @@ -9193,6 +9508,7 @@ 87d0 PEX PCI Express Switch DMA interface 9016 PLX 9016 8-port serial controller 9030 PCI9030 32-bit 33MHz PCI <-> IOBus Bridge + 10b5 1205 Becker & Hickl MSA-1000 10b5 2695 Hilscher CIF50-PB/DPS Profibus 10b5 2862 Alpermann+Velte PCL PCI LV (3V/5V): Timecode Reader Board 10b5 2906 Alpermann+Velte PCI TS (3V/5V): Time Synchronisation Board @@ -9228,7 +9544,13 @@ 10b5 1067 IXXAT CAN i165 10b5 114e Wasco WITIO PCI168extended 10b5 1169 Wasco OPTOIO32standard 32 digital in, 32 digital out + 10b5 1171 Becker & Hickl PMS-400 10b5 1172 IK220 (Heidenhain) + 10b5 1201 Becker & Hickl SPC-6x0 + 10b5 1202 Becker & Hickl SPC-7x0 + 10b5 1203 Becker & Hickl MSA-300 + 10b5 1206 Becker & Hickl DCC-100 + 10b5 120a Becker & Hickl STP-340 10b5 2036 SatPak GPS 10b5 2221 Alpermann+Velte PCL PCI LV: Timecode Reader Board 10b5 2273 SH ARC-PCI SOHARD ARCNET card @@ -9276,6 +9598,11 @@ d84d 4078 EX-4078 2S(16C552) RS-232+1P 9052 PCI9052 PCI <-> IOBus Bridge 9054 PCI9054 32-bit 33MHz PCI <-> IOBus Bridge + 10b5 1171 Becker & Hickl PMS-400A + 10b5 1208 Becker & Hickl SPC-830 + 10b5 120e Becker & Hickl SPC-930 + 10b5 120f Becker & Hickl SPC-150 + 10b5 1210 Becker & Hickl DPC-230 10b5 2455 Wessex Techology PHIL-PCI 10b5 2696 Innes Corp AM Radcap card 10b5 2717 Innes Corp Auricon card @@ -9331,11 +9658,17 @@ 1517 000f ECDR-GC314-PMC Receiver 1885 0700 Tsunami FPGA PMC with Altera Stratix S40 1885 0701 Tsunami FPGA PMC with Altera Stratix S30 + 9712 PEX9712 12-Lane, 5-Port PCIe Gen 3 (8.0 GT/s) ExpressFabric Switch 9733 PEX 9733 33-lane, 9-port PCI Express Gen 3 (8.0 GT/s) Switch + 1028 1fc7 UCEA-200 0235NK NVMe PCIe Extender Adapter with Full-Height Bracket + 1028 1fc8 UCEA-200 0CDC7W NVMe PCIe Extender Adapter with Half-Height Bracket 1d49 0001 ThinkSystem 1610-4P NVMe Switch Adapter 1d49 0002 ThinkSystem 810-4P NVMe Switch Adapter 9749 PEX 9749 49-lane, 13-port PCI Express Gen 3 (8.0 GT/s) Switch 1d49 0004 ThinkSystem 1610-8P NVMe Switch Adapter + 9765 PEX9765 65-Lane, 17-Port PCIe Gen 3 (8.0 GT/s) ExpressFabric Switch + 9781 PEX9781 81-Lane, 21-Port PCIe Gen 3 (8.0 GT/s) ExpressFabric Switch + 9797 PEX9781 97-Lane, 25-Port PCIe Gen 3 (8.0 GT/s) ExpressFabric Switch a100 Blackmagic Design DeckLink bb04 B&B 3PCIOSD1A Isolated PCI Serial c001 CronyxOmega-PCI (8-port RS232) @@ -10018,7 +10351,7 @@ 0068 nForce2 USB Controller 1043 0c11 A7N8X Mainboard a0a0 03b4 UK79G-1394 motherboard - 006a nForce2 AC97 Audio Controler (MCP) + 006a nForce2 AC97 Audio Controller (MCP) 1043 8095 nForce2 AC97 Audio Controller (MCP) a0a0 0304 UK79G-1394 motherboard 006b nForce Audio Processing Unit @@ -10621,6 +10954,7 @@ 1043 02fb V9250 Magic 1043 8180 V9520-X/TD/128M 107d 2967 WinFast A340T 128MB + 1462 9073 MS-8907 (FX5200-TDR128) 1462 9110 MS-8911 (FX5200-TD128) 1462 9171 MS-8917 (FX5200-T128) 1462 9360 MS-8936 (FX5200-T128) @@ -11734,6 +12068,11 @@ 0f02 GF108 [GeForce GT 730] 0f03 GF108 [GeForce GT 610] 0f06 GF108 [GeForce GT 730] + 0fa0 GK11x [GK11x_FPGA] + 0fa5 GK11x + 0fa7 GK11x [Tegra on x86 (PEATRANS)] + 0fae Tegra X1 PCIe x4 Root Complex + 0faf Tegra X1 PCIe x1 Root Complex 0fb0 GM200 High Definition Audio 0fb8 GP108 High Definition Audio Controller 0fb9 GP107GL High Definition Audio Controller @@ -11743,13 +12082,18 @@ 0fc0 GK107 [GeForce GT 640 OEM] 0fc1 GK107 [GeForce GT 640] 0fc2 GK107 [GeForce GT 630 OEM] + 0fc4 GK107 [D14P1-15] 0fc5 GK107 [GeForce GT 1030] 0fc6 GK107 [GeForce GTX 650] 1043 8428 GTX650-DC-1GD5 0fc8 GK107 [GeForce GT 740] 0fc9 GK107 [GeForce GT 730] + 0fcb GK107 [EXK107] + 0fcc GK107 [GeForce GT 720] 0fcd GK107M [GeForce GT 755M] 0fce GK107M [GeForce GT 640M LE] + 0fcf GK107 [GEN3 ESI] + 0fd0 GK107 [NB1G] 0fd1 GK107M [GeForce GT 650M] 1043 1597 GeForce GT 650M 1043 15a7 GeForce GT 650M @@ -11764,10 +12108,15 @@ 0fd3 GK107M [GeForce GT 640M LE] 0fd4 GK107M [GeForce GTX 660M] 0fd5 GK107M [GeForce GT 650M Mac Edition] - 0fd6 GK107M + 0fd6 GK107M [N13P-GS-W] + 0fd7 GK107 [GK107-GTX] 0fd8 GK107M [GeForce GT 640M Mac Edition] 0fd9 GK107M [GeForce GT 645M] - 0fdb GK107M + 0fda GK107 [GK107-ES-A1] + 0fdb GK107 [GK107-ESP-A1] + 0fdc GK107 [GK107-INT22-A1] + 0fdd GK107 [GK107-INT11-A1] + 0fde GK107 [GK107-ES-KA-E1] 0fdf GK107M [GeForce GT 740M] 0fe0 GK107M [GeForce GTX 660M Mac Edition] 0fe1 GK107M [GeForce GT 730M] @@ -11788,6 +12137,7 @@ 0fed GK107M [GeForce 820M] 0fee GK107M [GeForce 810M] 0fef GK107GL [GRID K340] + 0ff0 GK107 [NB1Q] 0ff1 GK107 [NVS 1000] 0ff2 GK107GL [GRID K1] 0ff3 GK107GL [Quadro K420] @@ -11919,6 +12269,8 @@ 10c3 GT218 [GeForce 8400 GS Rev. 3] 10c5 GT218 [GeForce 405] 10d8 GT218 [NVS 300] + 10e5 Parker PCIe x4 Root Complex + 10e6 Parker PCIe x1 Root Complex 10ef GP102 HDMI Audio Controller 10f0 GP104 High Definition Audio Controller 10f1 GP106 High Definition Audio Controller @@ -12307,9 +12659,13 @@ 11a2 GK104M [GeForce GTX 675MX Mac Edition] 11a3 GK104M [GeForce GTX 680MX] 106b 010d iMac 13,2 + 11a4 GK104 [GK104-ESA] + 11a5 GK104 [GK104-ESA] 11a7 GK104M [GeForce GTX 675MX] 11a8 GK104GLM [Quadro K5100M] 11a9 GK104M [GeForce GTX 870M] + 11aa GK104 [GK104-INT] + 11ac GK104 [GK104-CS] 11af GK104GLM [GRID IceCube] 11b0 GK104GL [GRID K240Q / K260Q vGPU] 10de 101a GRID K240Q @@ -12327,6 +12683,7 @@ 11be GK104GLM [Quadro K3000M] 11bf GK104GL [GRID K2] 11c0 GK106 [GeForce GTX 660] + 11c1 GK106 [D14P2-30] 11c2 GK106 [GeForce GTX 650 Ti Boost] 1043 845b GeForce GTX 650 Ti Boost DirectCU II OC 1462 2874 GeForce GTX 650 Ti Boost TwinFrozr II OC @@ -12342,6 +12699,10 @@ 11c7 GK106 [GeForce GTX 750 Ti] 11c8 GK106 [GeForce GTX 650 OEM] 11cb GK106 [GeForce GT 740] + 11d0 GK106 [GK106-INT353] + 11d1 GK106 [GK106-INT343] + 11d2 GK106 [GK106-INT232] + 11d3 GK106 [GK106-ES] 11e0 GK106M [GeForce GTX 770M] 11e1 GK106M [GeForce GTX 765M] 11e2 GK106M [GeForce GTX 765M] @@ -12350,6 +12711,7 @@ 11e7 GK106M 11fa GK106GL [Quadro K4000] 11fc GK106GLM [Quadro K2100M] + 11ff GK106 [NB1Q] 1200 GF114 [GeForce GTX 560 Ti] 1201 GF114 [GeForce GTX 560] 1202 GF114 [GeForce GTX 560 Ti OEM] @@ -12397,7 +12759,9 @@ 1280 GK208 [GeForce GT 635] 1281 GK208 [GeForce GT 710] 1282 GK208 [GeForce GT 640 Rev. 2] + 1283 GK208 [D15M2-10] 1284 GK208 [GeForce GT 630 Rev. 2] + 1285 GK208 [GK208-100] 1286 GK208 [GeForce GT 720] 1287 GK208B [GeForce GT 730] 1288 GK208B [GeForce GT 720] @@ -12437,8 +12801,14 @@ 17aa 36af GeForce 920M 129a GK208BM [GeForce 910M] 12a0 GK208 + 12ad GK208 [GK208-ES] + 12ae GK208 [GK208-CS1-C] + 12af GK208 [GK208-INT] + 12b0 GK208 [GK208-CS-Q] + 12b1 GK208 [GK208 INT] 12b9 GK208GLM [Quadro K610M] 12ba GK208GLM [Quadro K510M] + 130b GK110 [Q12U-1] 1340 GM108M [GeForce 830M] 103c 2b2b GeForce 830A 1341 GM108M [GeForce 840M] @@ -12483,6 +12853,8 @@ 103c 2b4c GeForce GTX 960A 139c GM107M [GeForce 940M] 139d GM107M [GeForce GTX 750 Ti] + 13ad GM204 [GM107 INT52] + 13ae GM204 [GM107 CS1] 13b0 GM107GLM [Quadro M2000M] 13b1 GM107GLM [Quadro M1000M] 13b2 GM107GLM [Quadro M600M] @@ -12497,15 +12869,19 @@ 10de 110a GRID M40 10de 1160 Tesla M10 10de 11d2 GRID M10-8Q + 13be GM204 [GM107 CS1] + 13bf GM204 [GM107 INT52] 13c0 GM204 [GeForce GTX 980] 1043 8504 GTX980-4GD5 13c1 GM204 13c2 GM204 [GeForce GTX 970] 13c3 GM204 + 13c4 GM204 [D17U-20] 13d7 GM204M [GeForce GTX 980M] 13d8 GM204M [GeForce GTX 960 OEM / 970M] 13d9 GM204M [GeForce GTX 965M] 13da GM204M [GeForce GTX 980 Mobile] + 13e4 GM204 [Graphics Device ES-A] 13e7 GM204GL [GeForce GTX 980 Engineering Sample] 13f0 GM204GL [Quadro M5000] 13f1 GM204GL [Quadro M4000] @@ -12531,6 +12907,7 @@ 1430 GM206GL [Quadro M2000] 1431 GM206GL [Tesla M4] 1436 GM206GLM [Quadro M2200 Mobile] + 15c2 GP100 [CMP 100-100] 15f0 GP100GL [Quadro GP100] 15f1 GP100GL 15f7 GP100GL [Tesla P100 PCIe 12GB] @@ -12538,12 +12915,15 @@ 15f9 GP100GL [Tesla P100 SXM2 16GB] 15fa GP100GL [DGX Station / PH402 SKU 200] 15fb GP100GL [GP100 SKU 200] + 15fc GP100GL [Tesla P100-DGXS-16GB] 15ff GP100GL [GP100 SKU 15ff] + 1613 GM204GL [GRID M60 Service Provider] 1617 GM204M [GeForce GTX 980M] 1618 GM204M [GeForce GTX 970M] 1619 GM204M [GeForce GTX 965M] 161a GM204M [GeForce GTX 980 Mobile] 1667 GM204M [GeForce GTX 965M] + 1676 GM204GLM [Quadro M2200 Mobile] 1725 GP100 172e GP100 172f GP100 @@ -12575,7 +12955,7 @@ 1aed TU116 USB Type-C UCSI Controller 1aef GA102 High Definition Audio Controller 1af1 GA100 [A100 NVSwitch] - 1b00 GP102 [TITAN X] + 1b00 GP102 [TITAN X Pascal] 1b01 GP102 [GeForce GTX 1080 Ti 10GB] 1b02 GP102 [TITAN Xp] 1b04 GP102 @@ -12697,6 +13077,7 @@ 1d81 GV100 [TITAN V] 1d83 GV100 [CMP 100-200] 1d84 GV100 [CMP 100-210] + 1db0 GV100GL [Tesla GV100 SXM2-16GB SKU 890] 1db1 GV100GL [Tesla V100 SXM2 16GB] 1db2 GV100GL [Tesla V100 DGXS 16GB] 1db3 GV100GL [Tesla V100 FHHL 16GB] @@ -12713,6 +13094,7 @@ 1dc1 GV100 [CMP 100-200] 1df0 GV100GL [Tesla PG500-216] 1df2 GV100GL [Tesla PG503-216] + 1df4 GV100 [CMP 100-210] 1df5 GV100GL [Tesla V100 SXM2 16GB] 1df6 GV100GL [Tesla V100S PCIe 32GB] 1e02 TU102 [TITAN RTX] @@ -12726,6 +13108,7 @@ 1e30 TU102GL [Quadro RTX 6000/8000] 10de 129e Quadro RTX 8000 10de 12ba Quadro RTX 6000 + 1e35 TU102GL [Tesla T10] 1e36 TU102GL [Quadro RTX 6000] 1e37 TU102GL [Tesla T10 16GB / GRID RTX T10-2/T10-4/T10-8] 10de 1304 Tesla T10 16GB @@ -12823,7 +13206,7 @@ 1fd9 TU117BM [GeForce GTX 1650 Mobile Refresh] 1fdd TU117BM [GeForce GTX 1650 Mobile Refresh] 1ff0 TU117GL [T1000 8GB] - 1ff2 TU117GL [T400 4GB] + 1ff2 TU117GL [T400 4GB / T400E] 1ff9 TU117GLM [Quadro T1000 Mobile] 2080 GA100 2081 GA100 @@ -12856,6 +13239,7 @@ 2182 TU116 [GeForce GTX 1660 Ti] 2183 TU116 2184 TU116 [GeForce GTX 1660] + 2186 TU116 [PG160 SKU18] 2187 TU116 [GeForce GTX 1650 SUPER] 2188 TU116 [GeForce GTX 1650] 2189 TU116 [CMP 30HX] @@ -12870,7 +13254,8 @@ 2200 GA102 2203 GA102 [GeForce RTX 3090 Ti] 2204 GA102 [GeForce RTX 3090] - 147d 10de NVIDIA Geforce RTX 3090 Founders Edition + 10de 147d GeForce RTX 3090 Founders Edition + 3842 3973 GeForce RTX 3090 XC3 2205 GA102 [GeForce RTX 3080 Ti 20GB] 2206 GA102 [GeForce RTX 3080] 10de 1467 GA102 [GeForce RTX 3080] @@ -12894,25 +13279,51 @@ 223f GA102GL 228b GA104 High Definition Audio Controller 228e GA106 High Definition Audio Controller + 2291 GA107 High Definition Audio Controller 2296 Tegra PCIe Endpoint Virtual Network + 229a Orin PCIe x8 Root Complex + 229c Orin PCIe x4/x8 Endpoint/Root Complex + 229e Orin PCIe x1 Root Complex 22a3 GH100 [H100 NVSwitch] 22ba AD102 High Definition Audio Controller + 22bb AD103 High Definition Audio Controller + 22bc AD104 High Definition Audio Controller + 22bd AD106M High Definition Audio Controller + 22be AD107 High Definition Audio Controller + 22ce GB10 GEN5 X4 PCIe host + 22d0 GB10 GEN4 X1 PCIe host + 22d1 GB20B PCI bridge + 22d8 THOR Processor PCI Express Root Port + 22e6 THOR Processor PCI Express x16 Controller + 22e8 GB202 High Definition Audio Controller + 22e9 GB203 High Definition Audio Controller + 22eb GB206 High Definition Audio Controller + 22ec GB207 High Definition Audio Controller 2302 GH100 + 230c GH100 [H20 NVL16] + 230e GH100 [H20 NVL16] 2313 GH100 [H100 CNX] 2321 GH100 [H100L 94GB] 2322 GH100 [H800 PCIe] 2324 GH100 [H800] + 2328 GH100 [H20B] + 2329 GH100 [H20] + 232c GH100 [H20 HBM3e] 2330 GH100 [H100 SXM5 80GB] 2331 GH100 [H100 PCIe] + 2335 GH100 [H200 SXM 141GB] 2336 GH100 [H100] 2337 GH100 [H100 SXM5 64GB] 2338 GH100 [H100 SXM5 96GB] 2339 GH100 [H100 SXM5 94GB] 233a GH100 [H800L 94GB] + 233b GH100 [H200 NVL] 233d GH100 [H100 96GB] 2342 GH100 [GH200 120GB / 480GB] 2343 GH100 2345 GH100 [GH100-88K-A1] + 2348 GH100 [GH200 144G HBM3e] + 237e GH100 [H100 GH3] 237f GH100 [Skinny Joe] 23b0 GH100 23f0 GH100 @@ -12932,6 +13343,9 @@ 2488 GA104 [GeForce RTX 3070 Lite Hash Rate] 2489 GA104 [GeForce RTX 3060 Ti Lite Hash Rate] 248a GA104 [CMP 70HX] + 248c GA104 [GeForce RTX 3070 Ti] + 248d GA104 [GeForce RTX 3070] + 248e GA104 [GeForce RTX 3060 Ti] 249c GA104M [GeForce RTX 3080 Mobile / Max-Q 8GB/16GB] 249d GA104M [GeForce RTX 3070 Mobile / Max-Q] 249f GA104M @@ -12988,9 +13402,11 @@ 25a9 GA107M [GeForce RTX 2050] 25aa GA107M [GeForce MX570 A] 25ab GA107M [GeForce RTX 3050 4GB Laptop GPU] - 25ac GN20-P0-R-K2 [GeForce RTX 3050 6GB Laptop GPU] + 25ac GA107BM / GN20-P0-R-K2 [GeForce RTX 3050 6GB Laptop GPU] 25ad GA107 [GeForce RTX 2050] 25af GA107 [GeForce RTX 3050 Engineering Sample] + 25b0 GA107GL [RTX A1000] + 25b2 GA107GL [RTX A400] 25b5 GA107GLM [RTX A4 Mobile] # A16 - 25B6 10DE 14A9 / A2 - 25B6 10DE 157E 25b6 GA107GL [A2 / A16] @@ -13003,7 +13419,7 @@ 25e0 GA107BM [GeForce RTX 3050 Ti Mobile] 25e2 GA107BM [GeForce RTX 3050 Mobile] 25e5 GA107BM [GeForce RTX 3050 Mobile] - 25ec GN20-P0-R-K2 [GeForce RTX 3050 6GB Laptop GPU] + 25ec GA107BM / GN20-P0-R-K2 [GeForce RTX 3050 6GB Laptop GPU] 25ed GA107 [GeForce RTX 2050] 25f9 GA107 [RTX A1000 Embedded GPU ] 25fa GA107 [RTX A2000 Embedded GPU] @@ -13011,6 +13427,8 @@ 2681 AD102 [RTX TITAN Ada] 2684 AD102 [GeForce RTX 4090] 2685 AD102 [GeForce RTX 4090 D] + 2689 AD102 [GeForce RTX 4070 Ti SUPER] + 26af AD102 [PG137] 26b1 AD102GL [RTX 6000 Ada Generation] 26b2 AD102GL [RTX 5000 Ada Generation] 26b3 AD102GL [RTX 5880 Ada Generation] @@ -13019,19 +13437,22 @@ 26b8 AD102GL [L40G] 26b9 AD102GL [L40S] 26ba AD102GL [L20] + 26bb AD102GL [L30] 26f5 AD102GL [L40 CNX] 2702 AD103 [GeForce RTX 4080 SUPER] 2703 AD103 [GeForce RTX 4080 SUPER] 2704 AD103 [GeForce RTX 4080] 2705 AD103 [GeForce RTX 4070 Ti SUPER] - 2717 GN21-X11 [GeForce RTX 4090 Laptop GPU] + 2709 AD103 [GeForce RTX 4070] + 2717 AD103M / GN21-X11 [GeForce RTX 4090 Laptop GPU] 2730 AD103GLM [RTX 5000 Ada Generation Laptop GPU] - 2757 GN21-X11 + 2757 AD103M / GN21-X11 [GeForce RTX 4090 Laptop GPU] 2770 AD103GLM [RTX 5000 Ada Generation Embedded GPU] 2782 AD104 [GeForce RTX 4070 Ti] 2783 AD104 [GeForce RTX 4070 SUPER] 2785 AD104 [AC AD104 20GB] 2786 AD104 [GeForce RTX 4070] + 2788 AD104 [GeForce RTX 4060 Ti] 27a0 AD104M [GeForce RTX 4080 Max-Q / Mobile] 27b0 AD104GL [RTX 4000 SFF Ada Generation] 27b1 AD104GL [RTX 4500 Ada Generation] @@ -13046,17 +13467,100 @@ 27fb AD104GLM [RTX 3500 Ada Generation Embedded GPU] 2803 AD106 [GeForce RTX 4060 Ti] 2805 AD106 [GeForce RTX 4060 Ti 16GB] + 2808 AD106 [GeForce RTX 4060] 2820 AD106M [GeForce RTX 4070 Max-Q / Mobile] + 2822 AD106M [GeForce RTX 3050 A Laptop GPU] 2838 AD106GLM [RTX 3000 Ada Generation Laptop GPU] 2860 AD106M [GeForce RTX 4070 Max-Q / Mobile] 2878 AD106GLM [RTX 3000 Ada Generation Embedded GPU] 2882 AD107 [GeForce RTX 4060] 28a0 AD107M [GeForce RTX 4060 Max-Q / Mobile] 28a1 AD107M [GeForce RTX 4050 Max-Q / Mobile] + 28a3 AD107M [GeForce RTX 3050 A Laptop GPU] + 28b0 AD107GL [RTX 2000 / 2000E Ada Generation] 28b8 AD107GLM [RTX 2000 Ada Generation Laptop GPU] + 28b9 AD107GLM [RTX 1000 Ada Generation Laptop GPU] + 28ba AD107GLM [RTX 500 Ada Generation Laptop GPU] + 28bb AD107GLM [RTX 500 Ada Generation Laptop GPU] 28e0 AD107M [GeForce RTX 4060 Max-Q / Mobile] 28e1 AD107M [GeForce RTX 4050 Max-Q / Mobile] + 28e3 AD107M [GeForce RTX 3050 A Laptop GPU] 28f8 AD107GLM [RTX 2000 Ada Generation Embedded GPU] + 2900 GB100 [Reserved Dev ID A] + 2901 GB100 [B200] + 2920 GB100 [TS4 / B100] + 2924 GB100 + 2925 GB100 + 293d GB100 + 2940 GB100 [Reserved Dev ID B] + 2941 GB100 [HGX GB200] + 297e GB100 + 2980 GB102 [Reserved Dev ID A] + 29bb GB102 [DRIVE P2021] + 29bc GB102 [B100] + 29c0 GB102 [Reserved Dev ID B] + 29f1 GB102 +# space added + 2b00 GB10B [Jetson AGX Thor] + 2b85 GB202 [GeForce RTX 5090] + 2b87 GB202 [GeForce RTX 5090 D] + 2b8c GB202 [GeForce RTX 5090 D V2] + 2bb1 GB202GL [RTX PRO 6000 Blackwell Workstation Edition] + 2bb2 GB202GL [RTX PRO 6000D Blackwell Workstation Edition] + 2bb3 GB202GL [RTX PRO 5000 Blackwell / RTX PRO 5000 72GB Blackwell] + 2bb4 GB202GL [RTX PRO 6000 Blackwell Max-Q Workstation Edition] + 2bb5 GB202GL [RTX PRO 6000 Blackwell Server Edition] + 2bb9 GB202GL [RTX 6000D] + 2bbc GB202GL [RTX PRO 6000D Blackwell Max-Q Workstation Edition] + 2c02 GB203 [GeForce RTX 5080] + 2c05 GB203 [GeForce RTX 5070 Ti] + 2c18 GB203M / GN22 [GeForce RTX 5090 Max-Q / Mobile] + 2c19 GB203M / GN22 [GeForce RTX 5080 Max-Q / Mobile] + 2c2c GB6-256(N22W-ES-A1) + 2c31 GB203GL [RTX PRO 4500 Blackwell] + 2c33 GB203GL [RTX PRO 4000 Blackwell SFF Edition] + 2c34 GB203GL [RTX PRO 4000 Blackwell] + 2c38 GB203GLM [RTX PRO 5000 Blackwell Generation Laptop GPU] + 2c39 GB203GLM [RTX PRO 4000 Blackwell Generation Laptop GPU] + 2c3a GB203GL [RTX PRO 4500 Blackwell] + 2c58 GB203M / GN22-X11 [GeForce RTX 5090 Max-Q / Mobile] + 2c59 GB203M / GN22-X9 [GeForce RTX 5080 Max-Q / Mobile] + 2c77 GB203GLM [RTX PRO 5000 Blackwell Embedded GPU] + 2c79 GB203GLM [RTX PRO 4000 Blackwell Embedded GPU] + 2d04 GB206 [GeForce RTX 5060 Ti] + 2d05 GB206 [GeForce RTX 5060] + 2d18 GB206M [GeForce RTX 5070 Max-Q / Mobile] + 2d19 GB206M [GeForce RTX 5060 Max-Q / Mobile] + 2d2c GB6-128 (N22Y-ES-A1) + 2d30 GB206GL [RTX PRO 2000 Blackwell] + 2d39 GB206GLM [RTX PRO 2000 Blackwell Generation Laptop GPU] + 2d58 GB206M [GeForce RTX 5070 Max-Q / Mobile] + 2d59 GB206M [GeForce RTX 5060 Max-Q / Mobile] + 2d79 GB206GLM [RTX PRO 2000 Blackwell Embedded GPU] + 2d83 GB207 [GeForce RTX 5050] + 2d98 GB207M [GeForce RTX 5050 Max-Q / Mobile] + 2db8 GB207GLM [RTX PRO 1000 Blackwell Generation Laptop GPU] + 2db9 GB207GLM [RTX PRO 500 Blackwell Generation Laptop GPU] + 2dd8 GB207M [GeForce RTX 5050 Max-Q / Mobile] + 2df9 GB207GLM [RTX PRO 500 Blackwell Embedded GPU] + 2e12 GB20B [GB10] +# N1X + 2e2a GB20B [JMJWOA-Generic-GPU] + 2f04 GB205 [GeForce RTX 5070] + 2f18 GB205M [GeForce RTX 5070 Ti Mobile] + 2f38 GB205GLM [RTX PRO 3000 Blackwell Generation Laptop GPU] + 2f58 GB205M [GeForce RTX 5070 Ti Mobile] + 2f80 GB205 High Definition Audio Controller + 3180 GB110 [Reserved Dev ID A] + 3182 GB110 [B300 SXM6 AC] + 31a1 GB110 [GB300 MaxQ] + 31c0 GB110 [Reserved Dev ID B] + 31c2 GB110 [GB300] + 31fe GB110 + 3200 GB112 + 3224 GB112 + 323e GB112 + 3340 GB120 10df Emulex Corporation 0720 OneConnect NIC (Skyhawk) 103c 1934 FlexFabric 20Gb 2-port 650M Adapter @@ -13077,6 +13581,7 @@ 072b OneConnect iSCSI Initiator + Target (Skyhawk-VF) 072c OneConnect FCoE Initiator (Skyhawk-VF) 1ae5 LP6000 Fibre Channel Host Adapter + d300 LPE41100/LPE42100 Series 64G/128G Fibre Channel Adapter e100 Proteus-X: LightPulse IOV Fibre Channel Host Adapter e131 LightPulse 8Gb/s PCIe Shared I/O Fibre Channel Adapter e180 Proteus-X: LightPulse IOV Fibre Channel Host Adapter @@ -13158,6 +13663,11 @@ f500 LPe37000/LPe38000 Series 32Gb/64Gb Fibre Channel Adapter 1014 06c1 PCIe4 4-Port 32Gb Fibre Channel Adapter for POWER (FC EN1L/EN1M; CCIN 2CFC) 1014 06c2 PCIe4 2-Port 64Gb Fibre Channel Adapter for POWER (FC EN1N/EN1P; CCIN 2CFD) + 1590 042e Synergy 7330C 64Gb Fibre Channel Host Bus Adapter + 1590 0451 SN1620E 2-Port 32Gb Fibre Channel Adapter + 1590 0452 SN1720E 2-Port 64Gb Fibre Channel Adapter + 1590 0454 Synergy 5331C 32Gb Fibre Channel Host Bus Adapter + f600 LPe37100S/LPe38100S Series 32Gb/64Gb Fibre Channel Adapter f700 LP7000 Fibre Channel Host Adapter f701 LP7000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2) f800 LP8000 Fibre Channel Host Adapter @@ -13206,6 +13716,7 @@ 0860 CA91C860 [QSpan] 0862 CA91C862A [QSpan-II] 8111 Tsi381 PCIe to PCI Bridge + 8113 89HPEB383 PCIe-to-PCI Bridge 8260 CA91L8200B [Dual PCI PowerSpan II] 8261 CA91L8260B [Single PCI PowerSpan II] a108 Tsi109 Host Bridge for Dual PowerPC @@ -13223,6 +13734,7 @@ 8043 LANai4.x [Myrinet LANai interface chip] 8062 S5933_PARASTATION 807d S5933 [Matchmaker] + 8081 GPIB interface card [IOtech Inc. PCI488] 8088 Kongsberg Spacetec Format Synchronizer 8089 Kongsberg Spacetec Serial Output Board 809c S5933_HEPC3 @@ -13269,11 +13781,13 @@ 2600 Killer E2600 GbE Controller 3000 Killer E3000 2.5GbE Controller 4321 RTL8852BE 802.11ax PCIe Wireless Network Adapter + 5000 Killer E5000 5GbE Controller 5208 RTS5208 PCI Express Card Reader 5209 RTS5209 PCI Express Card Reader 5227 RTS5227 PCI Express Card Reader 17aa 220e ThinkPad T440p 17aa 2214 ThinkPad X240 + 5228 RTS5288 PCIe SD UHS-I Card Reader controller 5229 RTS5229 PCI Express Card Reader 1025 0813 Aspire R7-571 103c 194e ProBook 455 G1 Notebook @@ -13297,7 +13811,8 @@ 1028 0c06 Precision 3580 17aa 224f ThinkPad X1 Carbon 5th Gen 5260 RTS5260 PCI Express Card Reader - 5261 RTS5261 PCI Express Card Reader + 5261 RTS5261 PCIe SD Express Card Reader controller + 5264 RTS5264 PCIe SD UHS-II & SD Express Card Reader controller 5286 RTS5286 PCI Express Card Reader 5287 RTL8411B PCI Express Card Reader 1025 1094 Acer Aspire E5-575G @@ -13308,6 +13823,8 @@ 5762 RTS5762 NVMe SSD Controller 5763 RTS5763DL NVMe SSD Controller (DRAM-less) 5765 RTS5765DL NVMe SSD Controller (DRAM-less) + 5770 RTS5770DL NVMe SSD Controller (DRAM-less) + 5771 RTS5771 NVMe SSD Controller (DRAM-less) 5772 RTS5772DL NVMe SSD Controller (DRAM-less) 8029 RTL-8029(AS) 10b8 2011 EZ-Card (SMC1208) @@ -13317,6 +13834,9 @@ 1259 2400 AT-2400 1af4 1100 QEMU Virtual Machine 8125 RTL8125 2.5GbE Controller + 4c52 2022 LRES2022PT Single-port 2.5Gb Ethernet Network Adapter + 8126 RTL8126 5GbE Controller + 8127 RTL8127 10GbE Controller 8129 RTL-8129 10ec 8129 RT8129 Fast Ethernet Adapter 11ec 8129 RTL8111/8168 PCIe Gigabit Ethernet (misconfigured) @@ -13411,12 +13931,12 @@ 1043 16d5 U6V/U31J laptop 1043 81aa P5B 1043 82c6 M3A78 Series Motherboard - 1043 83a3 M4A785/P7P55 Motherboard + 1043 83a3 M4A785/P7P55/AT3IONT-I Motherboard 1043 8432 P8P67 and other motherboards 1043 8505 P8 series motherboard 1043 8554 H81M-C Motherboard 1043 859e AM1I-A Motherboard - 1043 8677 PRIME B450M-A Motherboard + 1043 8677 Onboard RTL8111H Ethernet 105b 0d7c D270S/D250S Motherboard 10ec 8168 RTL8111/8168 PCI Express Gigabit Ethernet controller 144d c652 RTL8168 on a NP300E5C series laptop @@ -13432,6 +13952,7 @@ 17aa 3098 ThinkCentre E73 17aa 3814 Z50-75 17aa 3823 Lenovo V130-15IGM Laptop - Type 81HL + 17aa 5068 Thinkpad E480/E580 17aa 5124 ThinkPad E595 1849 8168 Motherboard (one of many) 7470 3468 TG-3468 Gigabit PCI Express Network Adapter @@ -13462,7 +13983,7 @@ ea50 ce19 mCOM10-L1900 816d RTL811x EHCI host controller ea50 ce19 mCOM10-L1900 - 816e Realtek RealManage BMC + 816e RealManage BMC 8171 RTL8191SEvA Wireless LAN Controller 8172 RTL8191SEvB Wireless LAN Controller 8173 RTL8192SE Wireless LAN Controller @@ -13478,6 +13999,7 @@ 1385 4700 MA521 802.11b Wireless PC Card 1737 0019 WPC11v4 802.11b Wireless-B Notebook Adapter 8185 RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller + 187e 8225 ZyAIR G-302 v3 818b RTL8192EE PCIe Wireless Network Adapter 8190 RTL8190 802.11n PCI Wireless Network Adapter 8191 RTL8192CE PCIe Wireless Network Adapter @@ -13492,7 +14014,9 @@ 8813 RTL8813AE 802.11ac PCIe Wireless Network Adapter 8821 RTL8821AE 802.11ac PCIe Wireless Network Adapter 8852 RTL8852AE 802.11ax PCIe Wireless Network Adapter + 8922 RTL8922AE 802.11be PCIe Wireless Network Adapter a85a RTL8852AE WiFi 6 802.11ax PCIe Adapter + b520 RTL8852BE-VT PCIe 802.11ax Wireless Network Controller b723 RTL8723BE PCIe Wireless Network Adapter 10ec 8739 Dell Wireless 1801 17aa b736 Z50-75 @@ -13501,6 +14025,7 @@ 103c 831b Realtek RTL8822BE 802.11ac 2x2 Wi-Fi + Bluetooth 4.2 Combo Adapter (MU-MIMO supported) 17aa 5124 ThinkPad E595 17aa b023 ThinkPad E595 + b851 RTL8851BE PCIe 802.11ax Wireless Network Controller b852 RTL8852BE PCIe 802.11ax Wireless Network Controller b85b RTL8852BE PCIe 802.11ax Wireless Network Controller [1T1R] c821 RTL8821CE 802.11ac PCIe Wireless Network Adapter @@ -13529,11 +14054,16 @@ 3fc5 RME Hammerfall DSP 3fc6 RME Hammerfall DSP MADI 5000 Alveo U200 XDMA Platform + 10ee 000e Alveo card 5004 Alveo U250 XDMA Platform + 10ee 000e Alveo card 5005 Alveo U250 500c Alveo U280 XDMA Platform + 10ee 000e Alveo card 5020 Alveo U50 XMDA Platform + 10ee 000e Alveo card 505c Alveo U55C + 10ee 000e Alveo card 5074 Alveo X3522, Quad Port, 10/25GbE Adaptable Accelerator Card 5084 Alveo X3522, Quad Port, 10/25GbE Low Latency Network Adapter 6987 SmartSSD @@ -13549,9 +14079,13 @@ 9234 SmartSSD 9434 SmartSSD d000 Alveo U200 Golden Image + 10ee 000e Alveo card d004 Alveo U250 Golden Image + 10ee 000e Alveo card d00c Alveo U280 Golden Image + 10ee 000e Alveo card d020 Alveo U50 Golden Image + 10ee 000e Alveo card d154 Copley Controls CAN card (PCI-CAN-02) # SED is assigned Xilinx PCI device IDs ebf0 through ebff ebf0 SED Systems Modulator/Demodulator @@ -13714,6 +14248,8 @@ 000b EMU20k2 [Sound Blaster X-Fi Titanium Series] 1102 0041 SB0880 [SoundBlaster X-Fi Titanium PCI-e] 1102 0062 SB1270 [SoundBlaster X-Fi Titanium HD] + 0010 CA0132 Sound Core3D [Sound Blaster AE-7] + 1102 0081 Sound Blaster AE-7 0012 CA0132 Sound Core3D [Sound Blaster Recon3D / Z-Series / Sound BlasterX AE-5 Plus] 1102 0010 SB1570 SB Audigy Fx 1102 0191 CA0132 Sound Core3D - CA0113 [ Sound BlasterX AE-5 Plus] @@ -13857,6 +14393,8 @@ 0410 VX900 Series Host Bridge: Host Control 0415 VT6415 PATA IDE Host Controller 1043 838f Motherboard + 1849 0415 Motherboard + 0419 VN1000 Host Bridge 0501 VT8501 [Apollo MVP4] 0505 VT82C505 # Shares chip with :0576. The VT82C576M has :1571 instead of :0561. @@ -13887,7 +14425,7 @@ 0585 VT82C585VP [Apollo VP1/VPX] 0586 VT82C586/A/B PCI-to-ISA [Apollo VP] 1106 0000 MVP3 ISA Bridge - 0591 VT8237A SATA 2-Port Controller + 0591 VT8237A Integrated SATA RAID Controller 0595 VT82C595 [Apollo VP2] 0596 VT82C596 ISA [Mobile South] 1106 0000 VT82C596/A/B PCI to ISA Bridge @@ -13948,6 +14486,7 @@ 1364 CN896/VN896/P4M900 Host Bridge 1409 VX855/VX875 Error Reporting 1410 VX900 Series Error Reporting + 1419 VN1000 Host Bridge 1571 VT82C576M/VT82C586 1595 VT82C595/97 [Apollo VP2/97] 1732 VT1732 [Envy24 II] PCI Multi-Channel Audio Controller @@ -13973,11 +14512,12 @@ 2364 CN896/VN896/P4M900 Host Bridge 2409 VX855/VX875 Host Bus Control 2410 VX900 Series CPU Bus Controller + 2419 VN1000 Host Bridge 287a VT8251 PCI to PCI Bridge 287b VT8251 Host Bridge 287c VT8251 PCIE Root Port 287d VT8251 PCIE Root Port - 287e VT8237/8251 Ultra VLINK Controller + 287e VT8237/8251/8261 Ultra VLINK Controller 3022 CLE266 3038 VT82xx/62xx/VX700/8x0/900 UHCI USB 1.1 Controller 0925 1234 onboard UHCI USB 1.1 Controller @@ -14142,7 +14682,7 @@ 3116 VT8375 [KM266/KL266] Host Bridge 1297 f641 FX41 motherboard 3118 CN400/PM800/PM880/PN800/PN880 [S3 UniChrome Pro] - 3119 VT6120/VT6121/VT6122 Gigabit Ethernet Adapter + 3119 VT6120/VT6121/VT6122/VT6130 Gigabit Ethernet Adapter 3122 VT8623 [Apollo CLE266] integrated CastleRock graphics 3123 VT8623 [Apollo CLE266] 3128 VT8753 [P4X266 AGP] @@ -14243,17 +14783,24 @@ 3372 VT8237S PCI to ISA Bridge 337a VT8237A PCI to PCI Bridge 337b VT8237A Host Bridge + 3401 VT6325 Firewire Controller + 3402 VT8261 PCI to ISA Bridge 3403 VT6315 Series Firewire Controller 1043 8374 M5A88-V EVO 1043 8384 P8P67 Deluxe Motherboard 3409 VX855/VX875 DRAM Bus Control 3410 VX900 Series DRAM Bus Control 19da a179 ZBOX nano VD01 + 3419 VN1000 Host Bridge 3432 VL800/801 xHCI USB 3.0 Controller 3456 VX11 Standard Host Bridge 345b VX11 Miscellaneous Bus 3483 VL805/806 xHCI USB 3.0 Controller + 365a VT3365 Card Reader Host Controller + 365b VT3365 SDIO Host Controller 3a01 VX11 Graphics [Chrome 645/640] + 401a VT6325 Card Reader Host Controller + 401b VT6325 SDIO PCI-E Host Controller 4149 VIA VT6420 (ATA133) Controller 4204 K8M800 Host Bridge 4208 PT890 Host Bridge @@ -14277,6 +14824,7 @@ 4409 VX855/VX875 Power Management Control 4410 VX900 Series Power Management and Chip Testing Control 19da a179 ZBOX nano VD01 + 4419 VN1000 Host Bridge 5030 VT82C596 ACPI [Apollo PRO] 5122 VX855/VX875 Chrome 9 HCM Integrated Graphics 5208 PT890 I/O APIC Interrupt Controller @@ -14287,16 +14835,18 @@ 5324 CX700M2/VX700/VX800/820-Series Serial ATA & EIDE-Controller 5327 P4M890 I/O APIC Interrupt Controller 5336 K8M890CE I/O APIC Interrupt Controller + 5337 VT8237A Integrated SATA Controller 5340 PT900 I/O APIC Interrupt Controller 5351 VT3351 I/O APIC Interrupt Controller 5353 VX800/VX820 APIC and Central Traffic Control 5364 CN896/VN896/P4M900 I/O APIC Interrupt Controller - 5372 VT8237/8251 Serial ATA Controller + 5372 VT8237S SATA Controller 5409 VX855/VX875 APIC and Central Traffic Control 5410 VX900 Series APIC and Central Traffic Control + 5419 VN1000 I/O APIC Interrupt Controller 6100 VT85C100A [Rhine II] 6122 VN1000 Graphics [Chrome 520 IGP] - 6287 SATA RAID Controller + 6287 VT8251 AHCI SATA Controller 6290 K8M890CE Host Bridge 6327 P4M890 Security Device 6353 VX800/VX820 Scratch Registers @@ -14304,6 +14854,7 @@ 6409 VX855/VX875 Scratch Registers 6410 VX900 Series Scratch Registers 19da a179 ZBOX nano VD01 + 6419 VN1000 Host Bridge 7122 VX900 Graphics [Chrome9 HD] 7204 K8M800 Host Bridge 7205 KM400/KN400/P4M800 [S3 UniChrome] @@ -14327,9 +14878,11 @@ 7351 VT3351 Host Bridge 7353 VX800/VX820 North-South Module Interface Control 7364 CN896/VN896/P4M900 Host Bridge + 7372 VT8237S SATA RAID Controller 7409 VX855/VX875 North-South Module Interface Control 7410 VX900 Series North-South Module Interface Control 19da a179 ZBOX nano VD01 + 7419 VN1000 Host Bridge 8231 VT8231 [PCI-to-ISA Bridge] 8235 VT8235 ACPI 8305 VT8363/8365 [KT133/KM133 AGP] @@ -14354,12 +14907,16 @@ 8a26 KL133/KL133A/KM133/KM133A [S3 ProSavage] 8d01 PN133/PN133T [S3 Twister] 8d04 KM266/P4M266/P4M266A/P4N266 [S3 ProSavageDDR] + 9000 VT8261 IDE Controller [StorX IDE Controller - 9000] 9001 VX900 Series Serial-ATA Controller + 9040 VT8261 SATA Controller [StorX RAID Controller - 9040] + 9041 VX900/VX11 SATA Controller [StorX RAID Controller - 9041] 9082 Standard AHCI 1.0 SATA Controller - 9140 HDMI Audio Device + 9140 VX11 Graphics [Chrome 645/640] HDMI Audio Device + 9170 VX900 Graphics [Chrome9 HD] HDMI Audio Device 9201 USB3.0 Controller 9380 Ncore Coprocessor for Centaur CNS - 9530 VX800/820/900 Series Secure Digital Memory Card Controller + 9530 VX800/820/900/VT8261 Series Secure Digital Memory Card Controller 95d0 VX800/820/900 Series SDIO Host Controller a208 PT890 PCI to PCI Bridge Controller a238 K8T890 PCI to PCI Bridge Controller @@ -14368,6 +14925,7 @@ a364 CN896/VN896/P4M900 PCI to PCI Bridge Controller a409 VX855/VX875/VX900 Series USB Device Controller a410 VX900 Series PCI Express Root Port 0 + a419 VN1000 PCI to PCI Bridge b091 VT8633 [Apollo Pro266 AGP] b099 VT8366/A/7 [Apollo KT266/A/333 AGP] b101 VT8653 AGP Bridge @@ -14383,6 +14941,7 @@ b213 VPX/VPX2 I/O APIC Interrupt Controller b353 VX855/VX875/VX900 PCI to PCI Bridge b410 VX900 Series PCI Express Root Port 1 + b419 VN1000 Host Bridge b999 [K8T890 North / VT8237 South] PCI Bridge c208 PT890 PCI to PCI Bridge Controller c238 K8T890 PCI to PCI Bridge Controller @@ -14392,22 +14951,26 @@ c364 CN896/VN896/P4M900 PCI to PCI Bridge Controller c409 VX855/VX875 EIDE Controller c410 VX900 Series PCI Express Root Port 2 + c419 VN1000 PCI to PCI Bridge d104 VT8237R USB UDCI Controller d208 PT890 PCI to PCI Bridge Controller d213 VPX/VPX2 PCI to PCI Bridge Controller d238 K8T890 PCI to PCI Bridge Controller d340 PT900 PCI to PCI Bridge Controller d410 VX900 Series PCI Express Root Port 3 + d419 VN1000 PCI to PCI Bridge e208 PT890 PCI to PCI Bridge Controller e238 K8T890 PCI to PCI Bridge Controller e340 PT900 PCI to PCI Bridge Controller e353 VX800/820-Series PCI-Express Root Port 0 e410 VX900 Series PCI Express Physical Layer Electrical Sub-block + e419 VN1000 PCI to PCI Bridge f208 PT890 PCI to PCI Bridge Controller f238 K8T890 PCI to PCI Bridge Controller f340 PT900 PCI to PCI Bridge Controller f353 VX800/820-Series PCI-Express Root Port 1 f410 VX900 Series PCI UART Port 0-3 + f419 VN1000 PCI to PCI Bridge 1107 Stratus Computers 0576 VIA VT82C570MV [Apollo] (Wrong vendor ID!) 1108 Proteon, Inc. @@ -15093,6 +15656,21 @@ 1137 021a VIC 1487 MLOM Ethernet NIC 1137 024a VIC 1495 PCIe Ethernet NIC 1137 024b VIC 1497 MLOM Ethernet NIC + 1137 02af VIC 1467 MLOM Ethernet NIC + 1137 02b0 VIC 1477 MLOM Ethernet NIC + 1137 02cf VIC 14425 MLOM Ethernet NIC + 1137 02d0 VIC 14825 Mezzanine Ethernet NIC + 1137 02db VIC 15231 MLOM Ethernet NIC + 1137 02dc VIC 15411 MLOM Ethernet NIC + 1137 02dd VIC 15428 MLOM Ethernet NIC + 1137 02de VIC 15420 MLOM Ethernet NIC + 1137 02df VIC 15230 MLOM Ethernet NIC + 1137 02e0 VIC 15427 MLOM Ethernet NIC + 1137 02e1 VIC 15422 Mezzanine Ethernet NIC + 1137 02e4 VIC 15235 PCIe Ethernet NIC + 1137 02e8 VIC 15238 MLOM Ethernet NIC + 1137 02f2 VIC 15425 PCIe Ethernet NIC + 1137 02f3 VIC 15237 MLOM Ethernet NIC 0044 VIC Ethernet NIC Dynamic 1137 0047 VIC P81E PCIe Ethernet NIC Dynamic 1137 0048 VIC M81KR Mezzanine Ethernet NIC Dynamic @@ -15139,6 +15717,7 @@ 1137 012e VIC 1227 PCIe Userspace NIC 1137 0137 VIC 1380 Mezzanine Userspace NIC 023e 1GigE I350 LOM + 02b7 VIC SR-IOV Ethernet VF 1138 Ziatech Corporation 8905 8905 [STD 32 Bridge] 1139 Dynamic Pictures, Inc @@ -15515,6 +16094,8 @@ 1170 Inventec Corporation 1171 Loughborough Sound Images Plc 1172 Altera Corporation +# Unknown card with Altera ACE EP1K50TC144-2 as the PCI interface and has 4 BNC inputs connected to 4 TL3016 Comparators and one TRS output connected to two LTC1650 DACs + 0004 PF5102 board 00a7 Stratix V 0530 Stratix IV 646c KT-500/KT-521 board @@ -15544,6 +16125,7 @@ 0115 XG4 NVMe SSD Controller 0116 XG5 NVMe SSD Controller 1179 0001 XG5 NVMe SSD Controller + 0119 XD5 NVMe SSD Controller 011a XG6 NVMe SSD Controller 0404 DVD Decoder card 0406 Tecra Video Capture device @@ -15608,15 +16190,22 @@ 117c 00a2 Celerity FC-321E 117c 00a3 Celerity FC-322E 117c 00ac Celerity FC-324E + 117c 40a6 ThunderLink TLFC-3162 + 117c 40a7 ThunderLink TLFC-3322 + 00a5 ExpressSAS 24Gb/s SAS/SATA HBA + 117c 00d0 ExpressSAS H24F0 + 117c 00d1 ExpressSAS H240F + 117c 00d2 ExpressSAS H240N 00bb Celerity FC 32/64Gb/s Gen 7 Fibre Channel HBA 117c 00bc Celerity FC-321P 117c 00bd Celerity FC-322P 117c 00be Celerity FC-324P 117c 00c9 Celerity FC-641E 117c 00ca Celerity FC-642E + 117c 00d4 Celerity FC-644E 00c5 ExpressNVM PCIe Gen4 Switch 117c 00c6 ExpressNVM S48F PCIe Gen4 - 117c 00c7 ExpressNVM S468 PCIe Gen4 + 117c 00cb ExpressNVM S4FF PCIe Gen4 00e6 ExpressSAS GT 12Gb/s SAS/SATA HBA 117c 00c0 ExpressSAS H1280 GT 117c 00c1 ExpressSAS H1208 GT @@ -15630,9 +16219,11 @@ 117c 0070 ExpressSAS H1280 117c 0071 ExpressSAS H1208 117c 0080 ExpressSAS H1244 + 117c 40ae ThunderLink TLSH-3128 8072 ExpressSAS 12Gb/s SAS/SATA HBA 117c 0072 ExpressSAS H12F0 117c 0073 ExpressSAS H120F + 117c 0081 ExpressSAS H1248 117c 0082 ExpressSAS H1288 117d Becton & Dickinson 117e T/R Systems @@ -15736,7 +16327,7 @@ 103c 30cc Pavilion dv6700 103c 30cf Pavilion dv9668eg Laptop 17aa 20c5 ThinkPad R61 - 17aa 20c7 ThinkPad R61 + 17aa 20c7 ThinkPad R61/T400 0841 R5C841 CardBus/SD/SDIO/MMC/MS/MSPro/xD/IEEE1394 0843 R5C843 MMC Host Controller 1025 0121 Aspire 5920G @@ -15763,7 +16354,7 @@ 1324 10cf P7120 17aa 20cb ThinkPad T400 e230 R5U2xx (R5U230 / R5U231 / R5U241) [Memory Stick Host Controller] - e476 CardBus bridge + e476 R5U242 PCIe to CardBus Bridge 1028 040a Latitude E6410 1028 040b Latitude E6510 e822 MMC/SD Host Controller @@ -16123,6 +16714,7 @@ 6180 88F6180 [Kirkwood] ARM SoC 6192 88F6190/6192 [Kirkwood] ARM SoC 6281 88F6281 [Kirkwood] ARM SoC + 6282 88F6282 [Armada 300] ARM SoC # This device ID was used for earlier chips. 6381 MV78xx0 [Discovery Innovation] ARM SoC 6440 88SE63x0 x1, 88SE6440 x4 PCIe SAS/SATA 3Gb/s RAID controller @@ -16159,7 +16751,9 @@ 11ae Aztech System Ltd 11af Avid Technology Inc. 0001 Cinema + ee21 Digidesign DSP Farm ee40 Digidesign Audiomedia III + ee60 Digidesign SampleCell II / II Plus 11b0 V3 Semiconductor Inc. 0002 V300PSC 0292 V292PBC [Am29030/40 Bridge] @@ -16182,6 +16776,8 @@ 11bc Network Peripherals Inc 0001 NP-PCI 11bd Pinnacle Systems Inc. + 0015 FireWire Controller + 0023 Studio 700 002e PCTV 40i 0040 Royal TS Function 1 11bd 0044 PCTV 2000i Dual DVB-T Pro PCI Tuner 1 @@ -16401,6 +16997,38 @@ 11e2 Samsung Information Systems America 11e3 Quicklogic Corporation 0001 COM-ON-AIR Dosch&Amand DECT + 0010 QL5032 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0011 QL5032 (PBGA256) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0012 QL5232 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 11e3 1204 Becker & Hickl SPC-130 + 11e3 1207 Becker & Hickl DDG-200 + 11e3 1209 Becker & Hickl SHM-180 + 11e3 120c Becker & Hickl PMM-428 + 0013 QL5232 (PBGA456) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0014 QL5030 (TQFP144) [QuickPCI] 33 MHz/32-bit PCI Target with Embedded Programmable Logic and Dual Port SRAM + 0015 QL5130 (TQFP144) [QuickPCI] 33 MHz/32-bit PCI Target with Embedded Programmable Logic and Dual Port SRAM + 0016 QL5130 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Target with Embedded Programmable Logic and Dual Port SRAM + 11e3 120b Becker & Hickl DEL-350 + 0017 QL5130 (PBGA256) [QuickPCI] 33 MHz/32-bit PCI Target with Embedded Programmable Logic and Dual Port SRAM + 0019 QL5332 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 001a QL5332 (PBGA256) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 001b QL5432 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 11e3 120d Becker & Hickl SPC-140 + 11e3 1211 Becker & Hickl GVD-120 + 11e3 1212 Becker & Hickl DDG-210 + 001c QL5432 (PBGA456) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 001d QL5632 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 001e QL5632 (PBGA280) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 001f QL5632 (PBGA484) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0020 QL5632 (PBGA516) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0021 QL5732 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0022 QL5732 (PBGA280) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0023 QL5732 (PBGA484) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 0024 QL5732 (PBGA516) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 002d QL5022 (TQFP144) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 002e QL5022 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Master/Target with Embedded Programmable Logic and Dual Port SRAM + 002f QL5020 (TQFP144) [QuickPCI] 33 MHz/32-bit PCI Target with Embedded Programmable Logic and Dual Port SRAM + 0030 QL5020 (PQFP208) [QuickPCI] 33 MHz/32-bit PCI Target with Embedded Programmable Logic and Dual Port SRAM 0560 QL5064 Companion Design Demo Board 5030 PC Watchdog 8417 QL5064 [QuickPCI] PCI v2.2 bridge for SMT417 Dual TMS320C6416T PMC Module @@ -16430,6 +17058,12 @@ 11f2 Picture Tel Japan K.K. 11f3 Keithley Metrabyte 0011 KPCI-PIO24 + 4200 42x0-SMU + 4205 4205-VPU + 4215 4200-VPU + 4216 422x-PxU + 4220 4200-CVU + 4221 4210-CVU 11f4 Kinetic Systems Corporation 2915 CAMAC controller 11f5 Computing Devices International @@ -16443,7 +17077,24 @@ 11f6 2011 ReadyLink 100TX 9881 RL100TX Fast Ethernet 11f7 Scientific Atlanta -11f8 PMC-Sierra Inc. +# née PMC-Sierra Inc. +11f8 Microchip Technology + 4036 PM40036 Switchtec PFX 36xG4 Fanout PCIe Switch + 4052 PM40052 Switchtec PFX 52xG4 Fanout PCIe Switch + 4084 PM40084 Switchtec PFX 84xG4 Fanout PCIe Switch + 4128 PM41028 Switchtec PSX 28xG4 Programmable PCIe Switch + 5000 PM50100 Switchtec PFX 100xG5 Fanout PCIe Switch + 5028 PM50028 Switchtec PFX 28xG5 Fanout PCIe Switch + 5036 PM50036 Switchtec PFX 36xG5 Fanout PCIe Switch + 5052 PM50052 Switchtec PFX 52xG5 Fanout PCIe Switch + 5068 PM50068 Switchtec PFX 68xG5 Fanout PCIe Switch + 5084 PM50084 Switchtec PFX 84xG5 Fanout PCIe Switch + 5100 PM51100 Switchtec PSX 100xG5 Programmable PCIe Switch + 5128 PM51028 Switchtec PSX 28xG5 Programmable PCIe Switch + 5136 PM51036 Switchtec PSX 36xG5 Programmable PCIe Switch + 5152 PM51052 Switchtec PSX 52xG5 Programmable PCIe Switch + 5168 PM51068 Switchtec PSX 68xG5 Programmable PCIe Switch + 5184 PM51084 Switchtec PSX 84xG5 Programmable PCIe Switch 5220 BR522x [PMC-Sierra maxRAID SAS Controller] 7364 PM7364 [FREEDM - 32 Frame Engine & Datalink Mgr] 7375 PM7375 [LASAR-155 ATM SAR] @@ -16637,7 +17288,7 @@ 103c 0890 NC6000 laptop 10cf 11c4 Lifebook P5020D Laptop 7233 OZ711MP3/MS3 4-in-1 MemoryCardBus Controller - 8120 Integrated MMC/SD Controller + 8120 OZ888 SD/MMC Card Reader Controller 8130 Integrated MS/MSPRO/xD Controller 8220 OZ600FJ1/OZ900FJ1 SD/MMC Card Reader Controller 8221 OZ600FJ0/OZ900FJ0/OZ600FJS SD/MMC Card Reader Controller @@ -16647,8 +17298,11 @@ 8330 OZ600 MS/xD Controller 1028 04a3 Precision M4600 8331 O2 Flash Memory Card - 8520 SD/MMC Card Reader Controller - 8621 SD/MMC Card Reader Controller + 8520 OZ777 SD/MMC Card Reader Controller + 8620 OZ620 SD/MMC Card Reader Controller + 8621 OZ711 SD/MMC Card Reader Controller + 17aa 5068 Thinkpad E480/E580 + 1e44 1776 Steam Deck 8760 FORESEE E2M2 NVMe SSD 1218 Hybricon Corp. 1219 First Virtual Corporation @@ -16758,6 +17412,8 @@ 1233 Bus-Tech, Inc. # nee Risq Modular Systems, Inc. 1235 SMART Modular Technologies + c241 CXA-4F1W + 1028 2382 4-DIMM Add In Card 1236 Sigma Designs Corporation 0000 RealMagic64/GX 6401 REALmagic 64/GX (SD 6425) @@ -16768,9 +17424,7 @@ 123b Seeq Technology, Inc. 123c Century Systems, Inc. 123d Engineering Design Team, Inc. - 0000 EasyConnect 8/32 - 0002 EasyConnect 8/64 - 0003 EasyIO + 0000 PCI 11W 0047 PCIe4 CDa 004b PCIe4 CDa 16 009d VisionLink F1 @@ -16874,6 +17528,7 @@ a000 6000 SPI a000 7000 Local Bus ea50 1c10 RXi2-BP + 9105 AX99100 PCIe to I/O Bridge 125c Aurora Technologies, Inc. 0101 Saturn 4520P 0640 Aries 16000P @@ -16884,7 +17539,9 @@ 1028 0085 ES1968 Maestro-2 PCI 1033 8051 ES1968 Maestro-2 Audiodrive 1969 ES1938/ES1946/ES1969 Solo-1 Audiodrive + 1014 0162 16 Bit PCI Audio Adapter (37L4457) 1014 0166 ES1969 SOLO-1 AudioDrive on IBM Aptiva Mainboard + 121f 8800 eDio Hi-Live SC1938 125d 8888 Solo-1 Audio Adapter 125d 8898 ES1938S TTSOLO1-SL [TerraTec 128i PCI] 153b 111b Terratec 128i PCI @@ -16903,6 +17560,8 @@ 125d 1999 Allegro-1 AudioDrive 1989 ESS Modem 125d 1989 ESS Modem + 1990 ES1990S Canyon3D 2LE + 1992 ES1992S Canyon3D 2 1998 ES1983S Maestro-3i PCI Audio Accelerator 1028 00b1 Latitude C600 1028 00e5 Latitude C810 @@ -17009,9 +17668,12 @@ 0820 SM820 Lynx3D 0910 SM910 2260 SM2260 NVMe SSD Controller + 2261 SM2261XT x2 NVMe SSD Controller (DRAM-less) 2262 SM2262/SM2262EN SSD Controller 2263 SM2263EN/SM2263XT (DRAM-less) NVMe SSD Controllers + 2268 SM2268XT (DRAM-less) NVMe SSD Controller 2269 SM2269XT (DRAM-less) NVMe SSD Controller + 2508 SM2508 NVMe 2.0 SSD Controller 8366 SM8366 NVMe SSD Controller [MonTitan] 1270 Olympus Optical Co., Ltd. 1271 GW Instruments @@ -17332,7 +17994,8 @@ 10a9 8002 Acenic Gigabit Ethernet 12ae 0002 Gigabit Ethernet-T (3C986-T) 00fa Farallon PN9100-T Gigabit Ethernet -12af TDK USA Corp +12af TDK Corporation + 5831 GBDriver GX1 x2 NVMe SSD Controller (DRAM-less) 12b0 Jorge Scientific Corp 12b1 GammaLink 12b2 General Signal Networks @@ -17366,6 +18029,11 @@ 12b9 00d3 USR 56K Internal V92 FAX Modem (Model 5610) 12b9 baba USR 56K Internal Voice Modem 3CP3298-DEL (Model 5601) [Hawk] 12ba BittWare, Inc. + 0069 VectorPath S7t-VG6 + 12ba b5d4 BW_BMC_IF + 0079 VectorPath VP815 + 12ba b5d4 BW_BMC_IF + 007a VectorPath VP708 12bb Nippon Unisoft Corporation 12bc Array Microsystems 12bd Computerm Corp. @@ -17498,9 +18166,11 @@ 8152 PI7C8152A/PI7C8152B/PI7C8152BI PCI-to-PCI Bridge 8154 PI7C8154A/PI7C8154B/PI7C8154BI PCI-to-PCI Bridge 8619 PI7C9X2G1616PR PCIe2 16-Port/16-Lane Packet Switch + b404 PI7C9X2G404 EV/SV PCIe2 4-Port/4-Lane Packet Switch e110 PI7C9X110 PCIe- to-PCI bridge 1775 11cc CC11/CL11 CompactPCI Bridge e111 PI7C9X111SL PCIe-to-PCI Reversible Bridge + ea50 3bbb OCuLink to RX3i backplane bridge e112 PI7C9X112SL PCIe-to-PCI Bridge e113 PI7C9X113SL/PI7C9X118SL PCIe-to-PCI Bridge e130 PCI Express to PCI-XPI7C9X130 PCI-X Bridge @@ -17848,8 +18518,59 @@ 1344 5000 6.4 TB U.2 1344 6000 12.8TB U.2 51b7 7500 PRO NVMe SSD + 1028 22e7 DC NVMe 7500 U.2 SED RI 15.36TB + 1028 22e8 DC NVMe 7500 U.2 SED RI 7.68TB + 1028 22e9 DC NVMe 7500 U.2 SED RI 3.84TB + 1028 22ea DC NVMe 7500 U.2 SED RI 1.92TB + 1028 22eb DC NVMe 7500 U.2 SED RI 960GB + 1028 22ec DC NVMe 7500 U.2 ISE RI 15.36TB + 1028 22ed DC NVMe 7500 U.2 ISE RI 7.68TB + 1028 22ee DC NVMe 7500 U.2 ISE RI 3.84TB + 1028 22ef DC NVMe 7500 U.2 ISE RI 1.92TB + 1028 22f0 DC NVMe 7500 U.2 ISE RI 960GB 51b8 7500 MAX NVMe SSD + 1028 22f1 DC NVMe 7500 U.2 ISE MU 12.8TB + 1028 22f2 DC NVMe 7500 U.2 ISE MU 6.4TB + 1028 22f3 DC NVMe 7500 U.2 ISE MU 3.2TB + 1028 22f4 DC NVMe 7500 U.2 ISE MU 1.6TB + 1028 22f5 DC NVMe 7500 U.2 ISE MU 800GB 51b9 6500 ION NVMe SSD + 1028 22e6 Ent NVMe 6500 RI 30.72TB + 1028 22f6 Ent NVMe 6500 RI FIPS 30.72TB + 51bb 9550 PRO NVMe SSD + 1028 2318 MTFDLBQ30T7THA-1BK1JABDA + 1028 2319 MTFDLBQ15T3THA-1BK1JABDA + 1028 231a MTFDLBQ7T6THA-1BK1JABDA + 1028 231b MTFDLBQ3T8THA-1BK1JABDA + 1028 2320 MTFDLAL30T7THA-1BK1JABDA + 1028 2321 MTFDLAL15T3THA-1BK1JABDA + 1028 2322 MTFDLAL7T6THA-1BK1JABDA + 1028 2323 MTFDLAL3T8THA-1BK1JABDA + 1028 2328 MTFDLAL30T7THA-1BK1DFCDA + 1028 2329 MTFDLAL15T3THA-1BK1DFCDA + 1028 232a MTFDLAL7T6THA-1BK1DFCDA + 1028 232b MTFDLAL3T8THA-1BK1DFCDA + 1028 235c MTFDLBQ30T7THA-1BK1DFCDA + 1028 235d MTFDLBQ15T3THA-1BK1DFCDA + 1028 235e MTFDLBQ7T6THA-1BK1DFCDA + 1028 235f MTFDLBQ3T8THA-1BK1DFCDA + 51bd 9550 MAX NVMe SSD + 1028 231c MTFDLBQ25T6THB-1BK1JABDA + 1028 231d MTFDLBQ12T8THB-1BK1JABDA + 1028 231e MTFDLBQ6T4THB-1BK1JABDA + 1028 231f MTFDLBQ3T2THB-1BK1JABDA + 1028 2324 MTFDLAL25T6THB-1BK1JABDA + 1028 2325 MTFDLAL12T8THB-1BK1JABDA + 1028 2326 MTFDLAL6T4THB-1BK1JABDA + 1028 2327 MTFDLAL3T2THB-1BK1JABDA + 1028 232c MTFDLAL25T6THB-1BK1DFCDA + 1028 232d MTFDLAL12T8THB-1BK1DFCDA + 1028 232e MTFDLAL6T4THB-1BK1DFCDA + 1028 232f MTFDLAL3T2THB-1BK1DFCDA + 1028 2360 MTFDLBQ25T6THB-1BK1DFCDA + 1028 2361 MTFDLBQ12T8THB-1BK1DFCDA + 1028 2362 MTFDLBQ6T4THB-1BK1DFCDA + 1028 2363 MTFDLBQ3T2THB-1BK1DFCDA 51c0 7400 PRO NVMe SSD 1028 2162 EC NVMe OPAL 7400 RI M.2 480GB 1028 2163 EC NVMe OPAL 7400 RI M.2 960GB @@ -17887,8 +18608,79 @@ 1344 4000 U.3 3200GB 1344 5000 U.3 6400GB 51c3 7450 PRO NVMe SSD + 1028 226b EC NVMe FIPS 7450 RI M.2 110 960GB + 1028 226c EC NVMe ISE 7450 RI M.2 80 480GB + 1028 226d EC NVMe ISE 7450 RI M.2 80 960GB + 1028 226e EC NVMe SED 7450 RI M.2 80 480GB + 1028 226f EC NVMe SED 7450 RI M.2 80 960GB + 1028 2270 EC NVMe FIPS 7450 RI M.2 80 480GB + 1028 2271 EC NVMe FIPS 7450 RI M.2 80 960GB + 1028 2273 EC NVMe ISE 7450 RI M.2 110 960GB + 1028 2274 EC NVMe ISE 7450 RI M.2 110 1920GB + 1028 2275 EC NVMe ISE 7450 RI M.2 110 3840GB + 1028 2278 DC NVMe ISE 7450 RI U.2 960GB + 1028 2279 DC NVMe ISE 7450 RI U.2 1.92TB + 1028 227a DC NVMe ISE 7450 RI U.2 3.84TB + 1028 227b DC NVMe ISE 7450 RI U.2 7.68TB + 1028 227c DC NVMe ISE 7450 RI U.2 15.36TB + 1028 227d DC NVMe SED 7450 RI U.2 960GB + 1028 227e DC NVMe SED 7450 RI U.2 1.92TB + 1028 227f DC NVMe SED 7450 RI U.2 3.84TB + 1028 2280 DC NVMe SED 7450 RI U.2 7.68TB + 1028 2281 DC NVMe SED 7450 RI U.2 15.36TB 51c4 7450 MAX NVMe SSD + 1028 2272 EC NVMe ISE 7450 MU M.2 80 800GB + 1028 228b DC NVMe SED 7450 MU U.2 800GB + 1028 228c DC NVMe ISE 7450 MU U.2 800GB + 1028 228d DC NVMe SED 7450 MU U.2 1.6TB + 1028 228e DC NVMe ISE 7450 MU U.2 1.6TB + 1028 228f DC NVMe SED 7450 MU U.2 3.2TB + 1028 2290 DC NVMe ISE 7450 MU U.2 3.2TB + 1028 2291 DC NVMe SED 7450 MU U.2 6.4TB + 1028 2292 DC NVMe ISE 7450 MU U.2 6.4TB + 1028 2293 DC NVMe SED 7450 MU U.2 12.8TB + 1028 2294 DC NVMe ISE 7450 MU U.2 12.8TB 1344 3000 U.3 1600GB [MTFDKCB1T6TFS/MTFDKCC1T6TFS] + 51c9 7600 PRO NVMe SSD + 1028 2421 MTFDLBQ1T9THG-1BP1DFCDA + 1028 2422 MTFDLBQ3T8THG-1BP1DFCDA + 1028 2423 MTFDLBQ7T6THG-1BP1DFCDA + 1028 2424 MTFDLBQ15T3THG-1BP1DFCDA + 1028 2429 MTFDLBQ1T9THG-1BP1JABDA + 1028 242a MTFDLBQ3T8THG-1BP1JABDA + 1028 242b MTFDLBQ7T6THG-1BP1JABDA + 1028 242c MTFDLBQ15T3THG-1BP1JABDA + 1028 2431 MTFDLAL1T9THG-1BP1DFCDA + 1028 2432 MTFDLAL3T8THG-1BP1DFCDA + 1028 2433 MTFDLAL7T6THG-1BP1DFCDA + 1028 2434 MTFDLAL15T3THG-1BP1DFCDA + 1028 2439 MTFDLAL1T9THG-1BP1JABDA + 1028 243a MTFDLAL3T8THG-1BP1JABDA + 1028 243b MTFDLAL7T6THG-1BP1JABDA + 1028 243c MTFDLAL15T3THG-1BP1JABDA + 51ca 7600 MAX NVMe SSD + 1028 2425 MTFDLBQ1T6THS-1BP1DFCDA + 1028 2426 MTFDLBQ3T2THS-1BP1DFCDA + 1028 2427 MTFDLBQ6T4THS-1BP1DFCDA + 1028 2428 MTFDLBQ12T8THS-1BP1DFCDA + 1028 242d MTFDLBQ1T6THS-1BP1JABDA + 1028 242e MTFDLBQ3T2THS-1BP1JABDA + 1028 242f MTFDLBQ6T4THS-1BP1JABDA + 1028 2430 MTFDLBQ12T8THS-1BP1JABDA + 1028 2435 MTFDLAL1T6THS-1BP1DFCDA + 1028 2436 MTFDLAL3T2THS-1BP1DFCDA + 1028 2437 MTFDLAL6T4THS-1BP1DFCDA + 1028 2438 MTFDLAL12T8THS-1BP1DFCDA + 1028 243d MTFDLAL1T6THS-1BP1JABDA + 1028 243e MTFDLAL3T2THS-1BP1JABDA + 1028 243f MTFDLAL6T4THS-1BP1JABDA + 1028 2440 MTFDLAL12T8THS-1BP1JABDA + 51cb 6550 ION NVMe SSD + 1028 2379 MTFDLBQ61T4THL-1BK1JABDA + 1028 23a6 MTFDLBQ30T7THL-1BK1JABDA + 1028 23a7 MTFDLAL61T4THL-1BK1JABDA + 1028 23a8 MTFDLAL30T7THL-1BK1JABDA + 51cd 9650 PRO NVMe SSD 5404 2210 NVMe SSD [Cobain] 5405 2300 NVMe SSD [Santana] 5407 3400 NVMe SSD [Hendrix] @@ -17898,7 +18690,13 @@ 5414 3460 NVMe SSD 5415 3500 NVMe SSD 5416 2550 NVMe SSD (DRAM-less) + 5425 2500 NVMe SSD (DRAM-less) + 5427 2650 NVMe SSD (DRAM-less) + 5428 4600 NVMe SSD + 5429 2600 NVMe SSD (DRAM-less) 6001 2100AI NVMe SSD [Nitro] + 6003 4150AT NVMe SSD + 6004 4100AT NVMe SSD (DRAM-less) 1345 Arescom Inc 1347 Odetics 1349 Sumitomo Electric Industries, Ltd. @@ -17971,6 +18769,8 @@ 0b22 UP-200 Powered 2 port RS-232 card 0b23 UP-200 Powered 2 port RS-232 card 0ba1 UC-101 1 + 1 port RS-232 card + 0ba2 UC-101 1 + 1 port RS-232 card + 0ba3 UC-101 1 + 1 port RS-232 card 0bc1 UC-203 1 + 1 port RS-232 + LPT card 0bc2 UC-203 1 + 1 port RS-232 + LPT card 0be1 UC-146 LPT card @@ -17982,6 +18782,8 @@ 0c22 UP-880 Powered 2 port RS-232 card 0c23 UP-880 Powered 2 port RS-232 card 0c41 UC-368 4 port RS-422/485 Opto Isolated card + 0c42 UC-368 4 port RS-422/485 Opto Isolated card + 0c43 UC-368 4 port RS-422/485 Opto Isolated card 0ca1 UC-253 2 port RS-232 card 0d21 UC-260 4 port RS-232 card 0d41 UC-836 4 port RS-232 card @@ -18021,6 +18823,10 @@ 401d PX-475 1 port RS-232 + LPT card (Serial port) 401e PX-803 Powered 1 + 1 port RS-232 card 401f PX-475 1 port RS-232 + LPT card (LPT port) + 4020 XC-157 LPT ExpressCard + 4021 XC-475 1 port RS-232 + LPT ExpressCard (Serial port) + 4022 XC-475 1 port RS-232 + LPT ExpressCard (LPT port) + 4026 XC-235 1 port RS-232 ExpressCard 4027 IX-100 1 port RS-232 card 4028 IX-200 2 port RS-232 card 4029 IX-400 4 port RS-232 card @@ -18077,7 +18883,9 @@ 0206 GPS180PEX GPS Receiver (PCI Express) 0207 GLN180PEX GPS/GLONASS receiver (PCI Express) 0208 GPS180AMC GPS Receiver (PCI Express / MicroTCA / AdvancedMC) - 0209 GNS181PEX GPS/Galileo/GLONASS/BEIDOU receiver (PCI Express) + 0209 GNS181PEX GNSS receiver (PCI Express) + 020a GPS183PEX GPS Receiver (PCI Express) + 020b GNS183PEX GNSS receiver (PCI Express) 0301 TCR510PCI IRIG Timecode Reader 0302 TCR167PCI IRIG Timecode Reader 0303 TCR511PCI IRIG Timecode Reader @@ -18350,7 +19158,13 @@ 0252 XR17V252 Dual UART PCI controller 0254 XR17V254 Quad UART PCI controller 0258 XR17V258 Octal UART PCI controller - 0352 XR17V3521 Dual PCIe UART + 0352 XR17V352 High Performance Dual PCI Express UART + 4c52 9252 LRUS9252H 2-Port RS232 Serial Adapter + 0354 XR17V354 High Performance Quad PCI Express UART + 0358 XR17V358 High Performance Octal PCI Express UART + ea50 8232 8-Channel RS232 Card + 8358 Twin XR17V358 High Performance Octal PCI Express UARTs + ea50 8232 16-Channel RS232 Card 13a9 Siemens Medical Systems, Ultrasound Group 13aa Broadband Networks Inc 13ab Arcom Control Systems Ltd @@ -18754,6 +19568,9 @@ 580b Secure Flash Controller (Xenon) 580d System Management Controller (Xenon) 5811 Xenos GPU (Xenon) + 5821 Xenos GPU (Zephyr/Falcon) + 5831 Xenos GPU (Jasper) + 5841 Xenos GPU (Slim) 1415 Oxford Semiconductor Ltd 8401 OX9162 Mode 1 (8-bit bus) 8403 OX9162 Mode 0 (parallel port) @@ -19493,14 +20310,14 @@ 6002 T6225-SO-CR Unified Wire Ethernet Controller 6003 T6425-CR Unified Wire Ethernet Controller 6004 T6425-SO-CR Unified Wire Ethernet Controller - 6005 T6225-OCP-SO Unified Wire Ethernet Controller - 6006 T62100-OCP-SO Unified Wire Ethernet Controller + 6005 T6225-SO-OCP3 Unified Wire Ethernet Controller + 6006 T6225-OCP3 Unified Wire Ethernet Controller 6007 T62100-LP-CR Unified Wire Ethernet Controller 6008 T62100-SO-CR Unified Wire Ethernet Controller 6009 T6210-BT Unified Wire Ethernet Controller 600d T62100-CR Unified Wire Ethernet Controller 6011 T6225-LL-CR Unified Wire Ethernet Controller - 6014 T61100-OCP-SO Unified Wire Ethernet Controller + 6014 T62100-SO-OCP3 Unified Wire Ethernet Controller 6015 T6201-BT Unified Wire Ethernet Controller 6080 T6225-6080 Unified Wire Ethernet Controller 6081 T62100-6081 Unified Wire Ethernet Controller @@ -19514,19 +20331,20 @@ 6089 T62100-6089 Unified Wire Ethernet Controller 608a T62100-608a Unified Wire Ethernet Controller 6092 T62100-KR Unified Wire Ethernet Controller + 01de fff8 Cosmo Baseboard 01de fff9 Gimlet Baseboard 6401 T6225-CR Unified Wire Ethernet Controller 6402 T6225-SO-CR Unified Wire Ethernet Controller 6403 T6425-CR Unified Wire Ethernet Controller 6404 T6425-SO-CR Unified Wire Ethernet Controller - 6405 T6225-OCP-SO Unified Wire Ethernet Controller - 6406 T62100-OCP-SO Unified Wire Ethernet Controller + 6405 T6225-SO-OCP3 Unified Wire Ethernet Controller + 6406 T6225-OCP3 Unified Wire Ethernet Controller 6407 T62100-LP-CR Unified Wire Ethernet Controller 6408 T62100-SO-CR Unified Wire Ethernet Controller 6409 T6210-BT Unified Wire Ethernet Controller 640d T62100-CR Unified Wire Ethernet Controller 6411 T6225-LL-CR Unified Wire Ethernet Controller - 6414 T61100-OCP-SO Unified Wire Ethernet Controller + 6414 T62100-SO-OCP3 Unified Wire Ethernet Controller 6415 T6201-BT Unified Wire Ethernet Controller 6480 T6225-6080 Unified Wire Ethernet Controller 6481 T62100-6081 Unified Wire Ethernet Controller @@ -19540,19 +20358,20 @@ 6489 T62100-6089 Unified Wire Ethernet Controller 648a T62100-608a Unified Wire Ethernet Controller 6492 T62100-KR Unified Wire Ethernet Controller + 01de fff8 Cosmo Baseboard 01de fff9 Gimlet Baseboard 6501 T6225-CR Unified Wire Storage Controller 6502 T6225-SO-CR Unified Wire Storage Controller 6503 T6425-CR Unified Wire Storage Controller 6504 T6425-SO-CR Unified Wire Storage Controller - 6505 T6225-OCP-SO Unified Wire Storage Controller - 6506 T62100-OCP-SO Unified Wire Storage Controller + 6505 T6225-SO-OCP3 Unified Wire Storage Controller + 6506 T6225-OCP3 Unified Wire Storage Controller 6507 T62100-LP-CR Unified Wire Storage Controller 6508 T62100-SO-CR Unified Wire Storage Controller 6509 T6210-BT Unified Wire Storage Controller 650d T62100-CR Unified Wire Storage Controller 6511 T6225-LL-CR Unified Wire Storage Controller - 6514 T61100-OCP-SO Unified Wire Storage Controller + 6514 T62100-SO-OCP3 Unified Wire Storage Controller 6515 T6201-BT Unified Wire Storage Controller 6580 T6225-6080 Unified Wire Storage Controller 6581 T62100-6081 Unified Wire Storage Controller @@ -19570,14 +20389,14 @@ 6602 T6225-SO-CR Unified Wire Storage Controller 6603 T6425-CR Unified Wire Storage Controller 6604 T6425-SO-CR Unified Wire Storage Controller - 6605 T6225-OCP-SO Unified Wire Storage Controller - 6606 T62100-OCP-SO Unified Wire Storage Controller + 6605 T6225-SO-OCP3 Unified Wire Storage Controller + 6606 T6225-OCP3 Unified Wire Storage Controller 6607 T62100-LP-CR Unified Wire Storage Controller 6608 T62100-SO-CR Unified Wire Storage Controller 6609 T6210-BT Unified Wire Storage Controller 660d T62100-CR Unified Wire Storage Controller 6611 T6225-LL-CR Unified Wire Storage Controller - 6614 T61100-OCP-SO Unified Wire Storage Controller + 6614 T62100-SO-OCP3 Unified Wire Storage Controller 6615 T6201-BT Unified Wire Storage Controller 6680 T6225-6080 Unified Wire Storage Controller 6681 T62100-6081 Unified Wire Storage Controller @@ -19595,14 +20414,14 @@ 6802 T6225-SO-CR Unified Wire Ethernet Controller [VF] 6803 T6425-CR Unified Wire Ethernet Controller [VF] 6804 T6425-SO-CR Unified Wire Ethernet Controller [VF] - 6805 T6225-OCP-SO Unified Wire Ethernet Controller [VF] - 6806 T62100-OCP-SO Unified Wire Ethernet Controller [VF] + 6805 T6225-SO-OCP3 Unified Wire Ethernet Controller [VF] + 6806 T6225-OCP3 Unified Wire Ethernet Controller [VF] 6807 T62100-LP-CR Unified Wire Ethernet Controller [VF] 6808 T62100-SO-CR Unified Wire Ethernet Controller [VF] 6809 T6210-BT Unified Wire Ethernet Controller [VF] 680d T62100-CR Unified Wire Ethernet Controller [VF] 6811 T6225-LL-CR Unified Wire Ethernet Controller [VF] - 6814 T61100-OCP-SO Unified Wire Ethernet Controller [VF] + 6814 T62100-SO-OCP3 Unified Wire Ethernet Controller [VF] 6815 T6201-BT Unified Wire Ethernet Controller [VF] 6880 T6225-6080 Unified Wire Ethernet Controller [VF] 6881 T62100-6081 Unified Wire Ethernet Controller [VF] @@ -19633,6 +20452,8 @@ 1432 Edimax Computer Co. 9130 RTL81xx Fast Ethernet 1433 Eltec Elektronik GmbH + 0002 XRD_FG (PCGR-200) [95510214H] + 0006 XRD_FGx Opto (PCGR-300) [95510215H] # Nee Real Time Devices US Inc. 1435 RTD Embedded Technologies, Inc. 4520 PCI4520 @@ -19685,7 +20506,6 @@ 144c Catalina Research Inc 144d Samsung Electronics Co Ltd 1600 S4LN053X01 AHCI SSD Controller(Apple slot) - 9602 RS780/RS880 PCI to PCI bridge (int gfx) a544 Exynos 8890 PCIe Root Complex a575 Exynos 7420 PCIe Root Complex a5e3 Exynos 5433 PCIe Root Complex @@ -19695,23 +20515,17 @@ 144d a801 PM963 2.5" NVMe PCIe SSD a804 NVMe SSD Controller SM961/PM961/SM963 144d a801 SM963 2.5" NVMe PCIe SSD - a806 NVMe SSD SM0032L + a806 PM971 BGA PCIe x2 NVMe SSD a808 NVMe SSD Controller SM981/PM981/PM983 +# Used by different variants of SSD 970 EVO and PRO 144d a801 SSD 970 EVO/PRO 1d49 403b Thinksystem U.2 PM983 NVMe SSD a809 NVMe SSD Controller 980 (DRAM-less) a80a NVMe SSD Controller PM9A1/PM9A3/980PRO - 0128 215a DC NVMe PM9A3 RI U.2 960GB - 0128 215b DC NVMe PM9A3 RI U.2 1.92TB - 0128 215c DC NVMe PM9A3 RI U.2 3.84TB - 0128 215d DC NVMe PM9A3 RI U.2 7.68TB - 0128 2166 DC NVMe PM9A3 RI 110M.2 960GB - 0128 2167 DC NVMe PM9A3 RI 110M.2 1.92TB - 0128 2168 DC NVMe PM9A3 RI 80M.2 480GB - 0128 2169 DC NVMe PM9A3 RI 80M.2 960GB 1028 215a DC NVMe PM9A3 RI U.2 960GB 1028 215b DC NVMe PM9A3 RI U.2 1.92TB 1028 215c DC NVMe PM9A3 RI U.2 3.84TB + 1028 215d Dell DC NVMe PM9A3 RI U.2 7.68TB 1028 2166 DC NVMe PM9A3 RI 110M.2 960GB 1028 2167 DC NVMe PM9A3 RI 110M.2 1.92TB 1028 2168 DC NVMe PM9A3 RI 80M.2 480GB @@ -19724,7 +20538,12 @@ # Actually 88SS1322 according to techpowerup a80b NVMe SSD Controller PM9B1 (DRAM-less) a80c NVMe SSD Controller S4LV008[Pascal] - a80d NVMe SSD Controller PM9C1a + 144d a801 SSD 990 PRO + a80d NVMe SSD Controller PM9C1a (DRAM-less) + a80e NVMe SSD Controller PM9D3a + a80f BM9C1 QLC NVME SSD (DRAM-less) + a810 NVMe SSD 9100 PRO [PM9E1] + a811 BM9H1 NVME SSD (DRAM-less) a820 NVMe SSD Controller 171X 1028 1f95 Express Flash NVMe XS1715 SSD 400GB 1028 1f96 Express Flash NVMe XS1715 SSD 800GB @@ -19847,6 +20666,46 @@ 1028 225d NVMe PM1745 MU U.2 6.4TB 1028 225e NVMe FIPS PM1745 MU U.2 12.8TB 1028 225f NVMe PM1745 MU U.2 12.8TB + a900 NVMe SSD Controller PM9DXa + 1028 230f DC NVMe PM9D3a RI 80M.2 480GB ISE + 1028 2310 DC NVMe PM9D3a RI 80M.2 960GB ISE + 1028 2311 DC NVMe PM9D3a RI 80M.2 1.92TB ISE + 1028 2341 DC NVMe PM9D3a RI U.2 960GB  + 1028 2342 DC NVMe PM9D3a RI U.2 1.92TB + 1028 2343 DC NVMe PM9D3a RI U.2 3.84TB + 1028 2344 DC NVMe PM9D3a RI U.2 7.68GTB + 1028 2345 DC NVMe PM9D3a RI U.2 15.36TB + 1028 2346 DC NVMe FIPS PM9D3a RI U.2 960GB + 1028 2347 DC NVMe FIPS PM9D3a RI U.2 1.92TB + 1028 2348 DC NVMe FIPS PM9D3a RI U.2 3.84TB + 1028 2349 DC NVMe FIPS PM9D3a RI U.2 7.68TB + 1028 234a DC NVMe FIPS PM9D3a RI U.2 15.36TB  + 1028 234d DC NVMe PM9D3a RI E3s 1.92TB + 1028 234e DC NVMe PM9D3a RI E3s 3.84TB  + 1028 234f DC NVMe PM9D3a RI E3s 7.68GTB + 1028 2350 DC NVMe PM9D3a RI E3s 15.36TB + 1028 2351 DC NVMe FIPS PM9D3a RI E3s 1.92TB + 1028 2352 DC NVMe FIPS PM9D3a RI E3s 3.84TB + 1028 2353 DC NVMe FIPS PM9D3a RI E3s 7.68TB + 1028 2354 DC NVMe FIPS PM9D3a RI E3s 15.36TB + 1028 2355 DC NVMe PM9D5a MU U.2 800GB + 1028 2356 DC NVMe PM9D5a MU U.2 1.6TB + 1028 2357 DC NVMe PM9D5a MU U.2 3.2TB + 1028 2358 DC NVMe PM9D5a MU U.2 6.4TB + 1028 2359 DC NVMe PM9D5a MU E3.s 1.6TB + 1028 235a DC NVMe PM9D5a MU E3.s 3.2TB + 1028 235b DC NVMe PM9D5a MU E3.s 6.4TB + aa00 NVMe SSD Controller BM1743 + 1028 2312 NVMe FIPS BM1743 QLC U.2 15.36TB + 1028 2313 NVMe FIPS BM1743 QLC U.2 30.72TB + 1028 2314 NVMe FIPS BM1743 QLC U.2 61.44TB + 1028 2315 NVMe BM1743 QLC U.2 15.36TB + 1028 2316 NVMe BM1743 QLC U.2 30.72TB + 1028 2317 NVMe BM1743 QLC U.2 61.44TB + 1028 2364 NVMe BM1743 QLC U.2 122.88TB + 1028 2366 MZ3MO15THCLCAD3 + 1028 2367 MZ3MO30THCLFAD3 + ac00 NVMe SSD Controller PM175x ecec Exynos 8895 PCIe Root Complex 144e OLITEC 144f Askey Computer Corp. @@ -19860,6 +20719,7 @@ 1458 Gigabyte Technology Co., Ltd 1002 Aourus Radeon RX6900XT Xtreme Waterforce WB 16G 22e8 Ellesmere [Radeon RX 480] + 2425 Radeon RX 9070 GAMING OC 16G 3483 USB 3.0 Controller (VIA VL80x-based xHCI Controller) 1459 DOOIN Electronics 145a Escalate Networks Inc @@ -19878,8 +20738,6 @@ f436 AVerTV Hybrid+FM 1462 Micro-Star International Co., Ltd. [MSI] 3483 MSI USB 3.0 (VIA VL80x-based xHCI USB Controller) - 7c56 Realtek Ethernet controller RTL8111H - aaf0 Radeon RX 580 Gaming X 8G 1463 Fast Corporation 1464 Interactive Circuits & Systems Ltd 1465 GN NETTEST Telecom DIV. @@ -19968,6 +20826,7 @@ 14a3 Maverick Networks 14a4 Lite-On Technology Corporation 2100 CA1-8D128 NVMe SSD + 21f1 Plextor NVMe SSD 2200 CX2-8B256, CX2-8B512 NVMe SSD 22a0 EP2-KB960 NVMe SSD 22f1 M8Pe Series NVMe SSD @@ -19975,6 +20834,7 @@ 23f1 M9PeG, M9PeGN, M9PeY NVMe SSD 2f00 CAZ-82512 NVMe SSD 3500 CA5-8D512 NVMe SSD + 35f1 PLEXTOR PX-256M9PGN+ NVMe SSD # Wrong vendor ID used 4318 Broadcom BCM4318 [AirForce One 54g] 802.11g WLAN Controller 5100 CB1-SD256, CB1-SD512 NVMe SSD @@ -20044,6 +20904,8 @@ 14c3 MEDIATEK Corp. 0608 MT7921K (RZ608) Wi-Fi 6E 80MHz 0616 MT7922 802.11ax PCI Express Wireless Network Adapter + 0717 MT7925 (RZ717) Wi-Fi 7 160MHz + 4d75 T700 5G Modem [5G Solution 5000] 7603 MT7603E 802.11bgn PCI Express Wireless Network Adapter 7612 MT7612E 802.11acbgn PCI Express Wireless Network Adapter 7615 MT7615E 802.11ac PCI Express Wireless Network Adapter @@ -20051,12 +20913,22 @@ 7650 MT7650 802.11ac # MT7612E too? 7662 MT7662E 802.11ac PCI Express Wireless Network Adapter - 7915 MT7915E 802.11ax PCI Express Wireless Network Adapter - 7916 MT7905D/MT7975 + 7663 MT7663 802.11ac PCI Express Wireless Network Adapter + 7902 MT7902 802.11ax PCIe Wireless Network Adapter [Filogic 310] + 7915 MT7915A/MT7915D normal link PCIe Wi-Fi 6(802.11ax) 80MHz 4x4/2x2 Wireless Network Adapter [Filogic 615] +# MT7905D/MT7975 contain MT7915. If it works at G1 speed this extra device appears for extra bandwidth + 7916 MT7915A/MT7915D hif link PCIe Wi-Fi 6(802.11ax) 80MHz 4x4/2x2 Wireless Network Adapter [Filogic 615] # WiFi 6E capable 7922 MT7922 802.11ax PCI Express Wireless Network Adapter 1a3b 5300 ASUS PCE-AXE59BT - 7961 MT7921 802.11ax PCI Express Wireless Network Adapter + 7925 MT7925 802.11be 160MHz 2x2 PCIe Wireless Network Adapter [Filogic 360] + 7927 MT7927 802.11be 320MHz 2x2 PCIe Wireless Network Adapter [Filogic 380] + 7961 MT7921 802.11ax PCIe Wireless Network Adapter [Filogic 330] + 7988 MT7988 PCI Express Host Bridge [Filogic 880] + 7990 MT7996 primary link PCIe Wi-Fi 7(802.11be) 320MHz Wireless Network Adapter [Filogic 680] + 7991 MT7996 secondary link PCIe Wi-Fi 7(802.11be) 320MHz Wireless Network Adapter [Filogic 680] + 7992 MT7992 primary link PCIe Wi-Fi 7(802.11be) 160MHz Wireless Network Adapter [Filogic 660] + 799a MT7992 secondary link PCIe Wi-Fi 7(802.11be) 160MHz Wireless Network Adapter [Filogic 660] 8650 MT7650 Bluetooth 14c4 IWASAKI Information Systems Co Ltd 14c5 Automation Products AB @@ -20434,6 +21306,7 @@ 193d 1003 530F-B 193d 1006 530F-L 193d 100f NIC-ETH522i-Mb-2x10G + 4c52 9812 LREC9812AF Dual-port 10Gb Ethernet Server Adapter 1690 NetXtreme BCM57760 Gigabit Ethernet PCIe 1691 NetLink BCM57788 Gigabit Ethernet PCIe 1028 04aa XPS 8300 @@ -20461,6 +21334,7 @@ 16a1 BCM57840 NetXtreme II 10 Gigabit Ethernet 1043 866e PEB-10G/57840-2T 10GBase-T Network Adapter 193d 100b NIC-ETH521i-Mb-4x10G + 4c52 9814 LREC9814AF Quad-port 10Gb Ethernet Server Adapter 16a2 BCM57840 NetXtreme II 10/20-Gigabit Ethernet 103c 1916 FlexFabric 20Gb 2-port 630FLB Adapter 103c 1917 FlexFabric 20Gb 2-port 630M Adapter @@ -20580,6 +21454,7 @@ 16d4 BCM57402 NetXtreme-E Ethernet Partition 16d5 BCM57407 NetXtreme-E 10GBase-T Ethernet Controller 16d6 BCM57412 NetXtreme-E 10Gb RDMA Ethernet Controller + 1059 01b0 RD10057 10GbE interface 117c 00cd FastFrame N4S2 Dual-port 10Gb Ethernet Adapter 14e4 1202 BCM957412M4122C OCP 1x25G Type1 wRoCE 14e4 4120 NetXtreme E-Series Advanced Dual-port 10Gb SFP+ Ethernet Network Daughter Card @@ -20663,15 +21538,17 @@ 17aa 3a23 IdeaPad S10e 1750 BCM57508 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb/200Gb Ethernet 117c 00cf FastFrame N412 Dual-port 100Gb Ethernet Adapter + 117c 40d6 ThunderLink TLNS-5102 Dual-port 100Gb Ethernet Adapter 14e4 2100 NetXtreme-E Dual-port 100G QSFP56 Ethernet PCIe4.0 x16 Adapter (BCM957508-P2100G) 14e4 5208 NetXtreme-E Dual-port 100G QSFP56 Ethernet OCP 3.0 Adapter (BCM957508-N2100G) 14e4 520a NetXtreme-E Dual-port 100G DSFP Ethernet OCP 3.0 Adapter (BCM957508-N2100GD) 14e4 d124 NetXtreme-E P2100D BCM57508 2x100G QSFP PCIE 14e4 d324 NetXtreme-E N2100D BCM57508 2x100G QSFP OCP3.0 Ethernet 14e4 df24 NetXtreme-E NGM2100D BCM57508 2x100G KR Mezz Ethernet - 1751 BCM57504 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb/200Gb Ethernet + 1751 BCM57504 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet 1028 09d4 PowerEdge XR11/XR12 LOM 1028 0b1b PowerEdge XR5610 LOM + 117c 00da FastFrame N424 Quad-port 25Gb Ethernet Adapter 14e4 4250 NetXtreme-E Quad-port 25G SFP28 Ethernet PCIe4.0 x16 Adapter (BCM957504-P425G) 14e4 5045 NetXtreme-E BCM57504 4x25G OCP3.0 14e4 5100 NetXtreme-E Single-port 100G QSFP56 Ethernet OCP 3.0 Adapter (BCM957504-N1100G) @@ -20679,25 +21556,45 @@ 14e4 5250 NetXtreme-E BCM57504 4x25G KR Mezz 14e4 5425 NetXtreme-E Quad-port 25G SFP28 Ethernet OCP 3.0 Adapter (BCM957504-N425G) 14e4 d142 NetXtreme-E P425D BCM57504 4x25G SFP28 PCIE + 1590 0420 HPE Ethernet 25/50Gb 2-port 6310C Adapter 1752 BCM57502 NetXtreme-E 10Gb/25Gb/40Gb/50Gb Ethernet - 1760 BCM57608 NetXtreme-E 10Gb/25Gb/50Gb/100Gb/200Gb/400Gb Ethernet + 1760 BCM57608 25Gb/50Gb/100Gb/200Gb/400Gb Ethernet + 14e4 9110 BCM57608 1x400G PCIe Ethernet NIC + 14e4 9120 BCM57608 2x200G PCIe Ethernet NIC + 14e4 9121 BCM57608 2x100G PCIe Ethernet NIC + 14e4 9125 BCM57608 2x200G PCIe Ethernet NIC + 14e4 9126 BCM57608 2x100G PCIe Ethernet NIC + 14e4 9140 BCM57608 1x400G QSFP-DD PCIe Ethernet NIC + 14e4 9310 BCM57608 1x400G QSFP-DD OCP Ethernet NIC + 14e4 9311 BCM57608 1x400G OCP Ethernet NIC + 14e4 9312 BCM57608 1x200G OCP Ethernet NIC + 14e4 9320 BCM57608 2x200G OCP Ethernet NIC + 14e4 9325 BCM57608 2x200G OCP Ethernet NIC + 14e4 9326 BCM57608 2x100G OCP Ethernet NIC + 14e4 9340 BCM57608 4x100G OCP Ethernet NIC + 14e4 9345 BCM57608 4x25G OCP Ethernet NIC 14e4 d125 BCM57608 2x200G PCIe Ethernet NIC 1800 BCM57502 NetXtreme-E Ethernet Partition 1801 BCM57504 NetXtreme-E Ethernet Partition + 1590 0420 Ethernet NPAR 6310C Adapter 1802 BCM57508 NetXtreme-E Ethernet Partition 14e4 df24 BCM57508 NetXtreme-E NGM2100D 2x100G KR Mezz Ethernet Partition 1803 BCM57502 NetXtreme-E RDMA Partition 1804 BCM57504 NetXtreme-E RDMA Partition + 1590 0420 Ethernet NPAR RoCE 6310C Adapter 1805 BCM57508 NetXtreme-E RDMA Partition 14e4 df24 NetXtreme-E NGM2100D BCM57508 2x100G KR Mezz RDMA Partition 1806 BCM5750X NetXtreme-E Ethernet Virtual Function 14e4 df24 BCM57508 NetXtreme-E NGM2100D 2x100G KR Mezz Ethernet Virtual Function + 1590 0420 Ethernet SRIOV 6310C Adapter 1807 BCM5750X NetXtreme-E RDMA Virtual Function 14e4 df24 BCM57508 NetXtreme-E NGM2100D 2x100G KR Mezz RDMA Virtual Function + 1590 0420 Ethernet SRIOV RoCE 6310C Adapter 1808 BCM5750X NetXtreme-E Ethernet Virtual Function 14e4 df24 BCM57508 NetXtreme-E NGM2100D 2x100G KR Mezz Ethernet Virtual Function 1809 BCM5750X NetXtreme-E RDMA Virtual Function 14e4 df24 BCM57508 NetXtreme-E NGM2100D 2x100G KR Mezz RDMA Virtual Function + 1819 BCM5760X Ethernet Virtual Function 2711 BCM2711 PCIe Bridge 2712 BCM2712 PCIe Bridge 3352 BCM3352 @@ -20910,6 +21807,7 @@ 4430 BCM44xx CardBus iLine32 HomePNA 2.0 4432 BCM4432 CardBus 10/100BaseT 4433 BCM4387 802.11ax Dual Band Wireless LAN Controller + 4434 BCM4388 802.11ax Dual Band Wireless LAN Controller 4464 BCM4364 802.11ac Wireless Network Adapter # brcmfmac reports it as BCM4377/4 but macOS drivers call it BCM4377b 4488 BCM4377b Wireless Network Adapter @@ -20935,9 +21833,11 @@ 4717 BCM47xx Sentry5 USB Device Controller 4718 Sentry5 Crypto Accelerator 4719 BCM47xx/53xx RoboSwitch Core + 471a BCM47xx EHCI Host Controller 4720 BCM4712 MIPS CPU 4727 BCM4313 802.11bgn Wireless Network Adapter 1028 0010 Inspiron M5010 / XPS 8300 + 472a BCM47xx xHCI Host Controller 5365 BCM5365P Sentry5 Host Bridge 5600 BCM5600 StrataSwitch 24+2 Ethernet Switch Controller 5605 BCM5605 StrataSwitch 24+2 Ethernet Switch Controller @@ -20965,8 +21865,11 @@ 5f69 BRCM4378 Bluetooth Controller # Bluetooth PCI function of the BRCM4387 Wireless Network Adapter 5f71 BRCM4387 Bluetooth Controller +# Bluetooth PCI function of the BCM4388 Wireless Network Adapter + 5f72 BCM4388 Bluetooth Controller # Bluetooth PCI function of the BRCM4377 Wireless Network Adapter 5fa0 BRCM4377 Bluetooth Controller + 8411 BCM47xx PCIe Bridge 8602 BCM7400/BCM7405 Serial ATA Controller 9026 CN99xx [ThunderX2] Integrated USB 3.0 xHCI Host Controller 9027 CN99xx [ThunderX2] Integrated AHCI/SATA 3 Host Controller @@ -21485,10 +22388,6 @@ 1539 ATELIER INFORMATIQUES et ELECTRONIQUE ETUDES S.A. 153a ONO SOKKI 153b TERRATEC Electronic GmbH - 1144 Aureon 5.1 -# Terratec seems to use several IDs for the same card. - 1147 Aureon 5.1 Sky - 1158 Philips Semiconductors SAA7134 (rev 01) [Terratec Cinergy 600 TV] 153c ANTAL Electronic 153d FILANET Corp 153e TECHWELL Inc @@ -21508,6 +22407,8 @@ 9290 FPGA Card 9300 Universal Exhaust Gas Oxygen Sensor Simulator 9310 Digital Programmable Resistor + 9320 Arria 10 FPGA Card + 9330 Cyclone V FPGA Card 9350 Analog Input Card 1543 SILICON Laboratories 3052 Intel 537 [Winmodem] @@ -21670,6 +22571,7 @@ 6893 3U OpenVPX Multi-function I/O Board [Model 68C3] 15ad VMware 0405 SVGA II Adapter + 0406 SVGA II Adapter (Fusion) 0710 SVGA Adapter 0720 VMXNET Ethernet Controller 0740 Virtual Machine Communication Interface @@ -21719,6 +22621,14 @@ 021f CX8 Family [ConnectX-8 Secure Flash Recovery] 0220 BF4 Family Flash Recovery [BlueField-4 SoC Flash Recovery] 0221 BF4 Family Secure Flash Recovery [BlueField-4 Secure Flash Recovery] + 0222 CX8 PCIe Switch Family [ConnectX-8 PCIe Switch Flash Recovery] + 0223 CX8 PCIe Switch Family [ConnectX-8 PCIe Switch Secure Flash Recovery-RMA] + 0224 CX9 Family [ConnectX-9 Flash Recovery] + 0225 CX9 Family [ConnectX-9 Secure Flash Recovery-RMA] + 0226 CX10 Family [ConnectX-10 Flash Recovery] + 0227 CX10 Family [ConnectX-10 Secure Flash Recovery-RMA] + 0228 CX9 PCIe Switch Family [ConnectX-9 PCIe Switch Flash Recovery] + 0229 CX9 PCIe Switch Family [ConnectX-9 PCIe Switch Secure Flash Recovery-RMA] 024e MT53100 [Spectrum-2, Flash recovery mode] 024f MT53100 [Spectrum-2, Secure Flash recovery mode] 0250 Spectrum-3, Flash recovery mode @@ -21738,11 +22648,17 @@ 0262 MT27710 [ConnectX-4 Lx Programmable] EN 0263 MT27710 [ConnectX-4 Lx Programmable Virtual Function] EN 0264 Innova-2 Flex Burn image - 0270 Spectrum-4L, Flash recovery mode - 0271 Spectrum-4L, RMA - 0274 Spectrum-4C, Flash recovery mode - 0275 Spectrum-4C RMA - 0277 Spectrum-4TOR RMA + 0270 Spectrum-5 in Flash Recovery Mode + 0271 Spectrum-5 RMA + 0274 Spectrum-6 in Flash Recovery Mode + 0275 Spectrum-6 RMA + 0277 Spectrum-6 Tile + 0278 NVLink-6 Switch in Flash Recovery Mode + 0279 NVLink-6 Switch RMA + 027a Eros Chiplet + 027c NVLink-7 Switch in Flash Recovery Mode + 027d NVLink-7 Switch RMA + 027e Spectrum-7 Tile 0281 NPS-600 Flash Recovery 0282 ArcusE Flash recovery 0283 ArcusE RMA @@ -21750,6 +22666,25 @@ 0285 Sagitta RMA 0286 LibraE Flash Recovery 0287 LibraE RMA +# Flash recovery + 0288 Arcus2 + 0289 Arcus2 RMA + 0290 SagittaZ + 0292 Arcus3 Flash Recovery + 0293 Arcus3 RMA + 0294 Ophy 2.1 (SagittaZ) +# Sagitta + 0296 OPHY2.6 +# Sagitta + 0298 OPHY3.0 +# Sagitta + 029a OPHY3.1 +# Sagitta + 029c OPHY3.5 + 02a0 NVLink-8 Switch in Flash Recovery Mode + 02a1 NVLink-8 Switch RMA + 02a2 Spectrum-7 in Flash Recovery Mode + 02a3 Spectrum-7 RMA 1002 MT25400 Family [ConnectX-2 Virtual Function] 1003 MT27500 Family [ConnectX-3] 1014 04b5 PCIe3 40GbE RoCE Converged Host Bus Adapter for Power @@ -21801,6 +22736,8 @@ 1012 MT27600 Family [Connect-IB Virtual Function] 1013 MT27700 Family [ConnectX-4] 1014 04f7 PCIe3 2-port 100 GbE (NIC and RoCE) QSFP28 Adapter for Power + 117c 00af FastFrame N351 Single-port 50Gb Ethernet Adapter + 117c 00b0 FastFrame N352 Dual-port 50Gb Ethernet Adapter 15b3 0003 Mellanox Technologies ConnectX-4 Stand-up single-port 40GbE MCX413A-BCAT 15b3 0005 Mellanox Technologies ConnectX-4 Stand-up single-port 40GbE MCX415A-BCAT 15b3 0006 MCX416A-BCAT, ConnectX-4 EN, 40/56GbE 2P, PCIe3.0 x16 @@ -21811,6 +22748,11 @@ 15b3 0050 ConnectX-4 100 GbE Dual Port QSFP28 Adapter 1014 MT27700 Family [ConnectX-4 Virtual Function] 1015 MT27710 Family [ConnectX-4 Lx] + 117c 00b4 FastFrame N322 Dual-port 25Gb Ethernet Adapter + 117c 40b7 ThunderLink TLN3-3252 Dual-port 25Gb Ethernet Adapter + 117c 40b8 ThunderLink TLN3-3102 Dual-port 10Gb Ethernet Adapter + 1458 0280 CLN4C44 + 1458 0281 CLN4C44 with NCSI 15b3 0001 ConnectX-4 Lx EN network interface card, 25GbE single-port SFP28, PCIe3.0 x8, tall bracket, ROHS R6 15b3 0003 Stand-up ConnectX-4 Lx EN, 25GbE dual-port SFP28, PCIe3.0 x8, MCX4121A-ACAT 15b3 0004 ConnectX-4 Lx Stand-up dual-port 10GbE MCX4121A-XCAT @@ -21826,8 +22768,12 @@ 193d 1083 NIC-ETH640F-3S-2P # NIC-ETH540F-3S-2P OCP3.0 2x10G Card 193d 1084 NIC-ETH540F-3S-2P + 1e81 0c10 25GbE dual-port SFP28, PCIe3.0 x8 [3SC10] + 1f3f 0c10 25GbE dual-port SFP28, PCIe3.0 x8, 3SC10 1016 MT27710 Family [ConnectX-4 Lx Virtual Function] 1017 MT27800 Family [ConnectX-5] + 117c 00b1 FastFrame N311 Single-port 10Gb Ethernet Adapter + 117c 00b2 FastFrame N312 Dual-port 10Gb Ethernet Adapter 15b3 0006 ConnectX-5 EN network interface card, 100GbE single-port QSFP28, PCIe3.0 x16, tall bracket; MCX515A-CCAT 15b3 0007 Mellanox ConnectX-5 MCX516A-CCAT 15b3 0020 ConnectX-5 EN network interface card, 10/25GbE dual-port SFP28, PCIe3.0 x8, tall bracket ; MCX512A-ACAT @@ -21844,12 +22790,21 @@ 101b MT28908 Family [ConnectX-6] 101c MT28908 Family [ConnectX-6 Virtual Function] 101d MT2892 Family [ConnectX-6 Dx] + 193d 1055 NIC-ETH1040F-LP-2P QSFP56 2x100GbE PCIe Network Adapter 101e ConnectX Family mlx5Gen Virtual Function 101f MT2894 Family [ConnectX-6 Lx] 193d 1035 NIC-ETH641F-LP-2P SFP28 2x25GbE PCIe Network Adapter + 1bd4 00ac O252MCX6Lx + 1bd4 00ae S252MCX6Lx + 1f3f 0c11 25GbE dual-port SFP28, PCIe4.0 x8, 3SC1125GbE dual-port SFP28, PCIe4.0 x8, 3SC11 + 1ff9 00ad ENFM6251-SP2 + 1ff9 00af ENPM6251-SP2 1020 MT28860 1021 MT2910 Family [ConnectX-7] 1023 CX8 Family [ConnectX-8] + 1024 CX8 PCIe Switch Family [ConnectX-8 PCIe Switch] + 1025 CX9 Family [ConnectX-9] + 1027 CX10 Family [ConnectX-10] 1974 MT28800 Family [ConnectX-5 PCIe Bridge] 1975 MT416842 Family [BlueField SoC PCIe Bridge] 1976 MT28908 Family [ConnectX-6 PCIe Bridge] @@ -21859,11 +22814,15 @@ 197a MT43162 Family [BlueField-3 Lx SoC PCIe Bridge] 197b MT43244 Family [BlueField-3 SoC PCIe Bridge] 197c ConnectX/BlueField Family mlx5Gen PCIe Bridge [PCIe Bridge] + 197d CX8 Family [ConnectX-8 PCIe Bridge] + 197e CX9 Family [ConnectX-9 PCIe Bridge] + 197f CX10 Family [ConnectX-10 PCIe Bridge] 2020 MT2892 Family [ConnectX-6 Dx Emulated PCIe Bridge] 2021 MT42822 Family [BlueField-2 SoC Emulated PCIe Bridge] 2023 MT2910 Family [ConnectX-7 Emulated PCIe Bridge] 2024 MT43244 Family [BlueField-3 SoC Emulated PCIe Bridge] 2025 ConnectX/BlueField Family mlx5Gen Emulated PCIe Bridge [Emulated PCIe Bridge] + 2100 CX8 Family [CX8 Data Direct Interface] 4117 MT27712A0-FDCF-AE 1bd4 0039 SN10XMP2P25 1bd4 003a 25G SFP28 SP EO251FM9 Adapter @@ -21929,6 +22888,8 @@ a2df BF4 Family integrated network controller [BlueField-4 integrated network controller] b200 ArcusE b201 LibraE + b202 Arcus2 + b203 Arcus3 c2d1 BlueField DPU Family Auxiliary Communication Channel [BlueField Family] c2d2 MT416842 BlueField SoC management interfac c2d3 MT42822 BlueField-2 SoC Management Interface @@ -21944,15 +22905,20 @@ # Spectrum, 100GbE Switch cb84 MT52100 cf08 Switch-IB2 + cf09 Quantum Aggregation Node cf6c MT53100 [Spectrum-2] cf70 Spectrum-3 cf80 Spectrum-4 - cf82 Spectrum-4L - cf84 Spectrum-4C + cf82 Spectrum-5 + cf84 Spectrum-6 + cf86 Spectrum-7 d2f0 Quantum HDR (200Gbps) switch d2f2 Quantum-2 NDR (400Gbps) switch d2f4 Quantum-3 d2f6 Quantum-3CPO + d2f8 NVLink-6 Switch + d2fa NVLink-7 Switch + d2fc NVLink-8 Switch 15b4 CCI/TRIAD 15b5 Cimetrics Inc 15b6 Texas Memory Systems Inc @@ -21980,9 +22946,9 @@ 5004 PC SN520 x2 M.2 2230 NVMe SSD 5005 PC SN520 x2 M.2 2242 NVMe SSD 5006 SanDisk Extreme Pro / WD Black SN750 / PC SN730 / Red SN700 NVMe SSD - 5007 IX SN530 NVMe SSD (DRAM-less) + 5007 IX SN530 NVMe SSD / microSD Express Card (DRAM-less) 5008 PC SN530 NVMe SSD (DRAM-less) - 5009 SanDisk Ultra 3D / WD Blue SN550 NVMe SSD + 5009 SanDisk Ultra 3D / WD PC SN530, IX SN530, Blue SN550 NVMe SSD (DRAM-less) 15b7 5009 WD Blue SN550 NVMe SSD 500b PC SN530 NVMe SSD 1414 500b Xbox Series X @@ -21991,18 +22957,29 @@ 5014 WD PC SN540 / Green SN350 NVMe SSD 1 TB (DRAM-less) 5015 PC SN740 NVMe SSD (DRAM-less) 5016 WD PC SN740 NVMe SSD 512GB (DRAM-less) - 5017 WD Black SN770 / PC SN740 256GB / PC SN560 (DRAM-less) NVMe SSD + 5017 WD SN560/SN740/SN770/SN5000 NVMe SSD 5019 WD Green SN350 240GB (DRAM-less) / SN560E NVMe SSD 501a SanDisk Ultra 3D / WD Blue SN570 NVMe SSD (DRAM-less) 501d WD Blue SN550 NVMe SSD 2TB (DRAM-less) - 501e PC SN735 NVMe SSD (DRAM-less) + 501e PC SN735 / WD_BLACK SN750 SE NVMe SSD (DRAM-less) 501f WD PC SN735 NVMe SSD 512GB (DRAM-less) 5025 WD Blue SN570 NVMe SSD 2TB 5026 WD PC SN735 NVMe SSD 1TB (DRAM-less) 5028 WD CH SN560 NVMe SSD 5030 WD Black SN850X NVMe SSD + 5034 WD PC SN5000S M.2 2230 NVMe SSD (DRAM-less) + 5035 WD PC SN5000S M.2 2242 NVMe SSD (DRAM-less) + 5036 WD PC SN5000S M.2 2280 NVMe SSD (DRAM-less) 5041 WD Blue SN580 NVMe SSD (DRAM-less) 5042 WD Black SN770M NVMe SSD (DRAM-less) + 5043 WD PC SN7100S M.2 2230 NVMe SSD (DRAM-less) + 5044 WD PC SN7100S M.2 2242 NVMe SSD (DRAM-less) + 5045 WD_BLACK SN7100/WD PC SN7100S M.2 2280 NVMe SSD (DRAM-less) + 5046 SanDisk Extreme NVMe SSD (DRAM-less) + 5049 SN8000S NVMe SSD + 504a WD Blue SN5000 NVMe SSD (DRAM-less) + 5050 WD PC SN8050S / WD_BLACK SN8100 NVMe SSD + 5063 WD Blue SN5100 NVMe SSD (DRAM-less) 15b8 ADDI-DATA GmbH 1001 APCI1516 SP controller (16 digi outputs) 1003 APCI1032 SP controller (32 digi inputs w/ opto coupler) @@ -22058,6 +23035,8 @@ 15ce Genrad Inc 15cf Hilscher Gesellschaft für Systemautomation mbH 0000 CIFX PCI/PCIe + 0090 CIFX PCIe + 0900 CIFX PCIe 15d1 Infineon Technologies AG 15d2 FIC (First International Computer Inc) 15d3 NDS Technologies Israel Ltd @@ -22067,9 +23046,6 @@ 15d7 Rockwell-Collins Inc 15d8 Cybernetics Technology Co Ltd 15d9 Super Micro Computer Inc - 1b64 SCC-B8SB80-B1 - 1b9d Supermicro AOC-S3816L-L16IR - 1c6e Supermicro AOC-SLG4-2H8M2 15da Cyberfirm Inc 15db Applied Computing Systems Inc 15dc Litronic Inc @@ -22316,8 +23292,6 @@ 167e ONNTO Corp. 1681 Hercules 1682 XFX Pine Group Inc. - 5701 Radeon 5700 XT Thicc III Ultra - c580 Radeon RX 580 1688 CastleNet Technology Inc. 1170 WLAN 802.11b card 168a Utimaco IS GmbH @@ -22827,8 +23801,10 @@ 7174 VSC7174 PCI/PCI-X Serial ATA Host Bus Controller 172a Accelerated Encryption 13c8 AEP SureWare Runner 1000V3 +172f Sparkle Computer Co., Ltd. # nee Fujitsu Siemens Computers GmbH 1734 Fujitsu Technology Solutions + 1228 iRMC-S5 HTI Device 9602 RS780/RS880 PCI to PCI bridge (int gfx) 1735 Aten International Co. Ltd. 1737 Linksys @@ -22896,6 +23872,12 @@ 0843 PCA-8439 General-purpose multifunctional PCIe card with 16 analog inputs ff00 CTU CAN FD PCIe Card 1761 Pickering Interfaces Ltd + 4411 50-297A + 1761 331f 50-297A-014 + 1761 3320 50-297A-050 + 1761 3321 50-297A-056 + 1761 3368 50-297A-130 + 1761 3372 50-297A-122 1771 InnoVISION Multimedia Ltd. 1775 General Electric 177d Cavium, Inc. @@ -23100,6 +24082,7 @@ 8084 GL880 USB 2.0 EHCI controller 9750 GL9750 SD Host Controller 9755 GL9755 SD Host Controller + 9767 GL9767 PCIe SD UHS-II & SD Express Card Reader Controller e763 GL9763E eMMC Controller 17aa Lenovo 0003 LENSE20256GMSP34MEAT2TA @@ -23107,7 +24090,6 @@ # 250GB nvme ssd from lenovo, can be found in Thinkpad x380 yoga 0005 LENSE30256GMSP34MEAT3TA 0006 LENSE30512GMSP34MEAT3TA - 3181 ThinkCentre M75n IoT 402b Intel 82599ES 10Gb 2-port Server Adapter X520-2 9602 RS780/RS880 PCI to PCI bridge (int gfx) 17ab Phillips Components @@ -23141,14 +24123,18 @@ 010c SM8350 PCIe Root Complex [Snapdragon 888] 010e SC8280XP PCI Express Root Port 0110 SM8475 PCIe Root Complex [Snapdragon 8+ Gen 1] + 0111 SC8380XP PCIe Root Complex [Snapdragon X / X Plus / X Elite] + 0113 SM8550/SM8650 PCIe Root Complex [Snapdragon 8 Gen 2/Gen 3] 0300 MDM9x35 LTE Modem [Snapdragon X7] 0301 MDM9x45 LTE Modem [Snapdragon X12] 0302 MDM9x55 LTE Modem [Snapdragon X16] 0304 SDX24 [Snapdragon X24 4G] 0306 SDX55 [Snapdragon X55 5G] + 0308 SDX62 [Snapdragon X62 5G] 0400 Datacenter Technologies QDF2432 PCI Express Root Port 0401 Datacenter Technologies QDF2400 PCI Express Root Port 1000 QCS405 PCIe Root Complex + 1003 IPQ6018 PCIe Root Complex 1101 QCA6390 Wireless Network Adapter 1103 QCNFA765 Wireless Network Adapter 1104 QCN6024/9024/9074 Wireless Network Adapter @@ -23157,8 +24143,15 @@ 1108 IPQ95xx/97xx PCIe Root Port 1109 QCN62xx/92xx Wireless Network Adapter 17cc NetChip Technology, Inc - 2280 USB 2.0 + 2280 NET2280 PCI to USB 2.0 Hi-Speed Peripheral Controller + 2282 NET2282 PCI to USB 2.0 Hi-Speed Peripheral Controller 17cd Cadence Design Systems, Inc. + 0100 CIX PCIe Root Port + dc01 Phytium PCIe 3.0 x1 Root Complex + dc08 Phytium PCIe 3.0 x8 Root Complex + dc16 Phytium PCIe 3.0 x8 Root Complex + fc01 Phytium PCIe 3.0 x1 Root Complex + fc16 Phytium PCIe 3.0 x8/x16 Root Complex 17cf Z-Com, Inc. 17d3 Areca Technology Corp. 1110 ARC-1110 4-Port PCI-X to SATA RAID Controller @@ -23387,6 +24380,7 @@ 0404 DOMINO Melody 0407 DOMINO Symphony 0408 DOMINO Symphony PCIe + 0814 Coaxlink Quad CXP-12 1809 Lumanate, Inc. 180c IEI Integration Corp 1813 Ambient Technologies Inc @@ -23538,8 +24532,6 @@ a102 VigraWATCH PMC a103 Vigra I/O 187e ZyXEL Communications Corporation - 3403 ZyAir G-110 802.11g - 340e M-302 802.11g XtremeMIMO 1885 Avvida Systems Inc. 1888 Varisys Ltd 0301 VMFX1 FPGA PMC module @@ -23592,6 +24584,8 @@ # Sitecom HFC-S based ISDN controller card DC-105v2 3069 DC-105v2 ISDN controller 18d4 Celestica +# OCP-TAP + 1007 Time Card 18d8 Dialogue Technology Corp. 18dd Artimi Inc 4c6f Artimi RTMI-100 UWB adapter @@ -23684,6 +24678,7 @@ 01e5 NT100A01 Network Adapter 0215 NT400D11 Network Adapter 0225 NT40A11 Network Adapter + 0295 NT400D13 Network Adapter 18f6 NextIO 1000 [Nexsis] Switch Virtual P2P PCIe Bridge 1001 [Texsis] Switch Virtual P2P PCIe Bridge @@ -23737,23 +24732,27 @@ 2031 SC92031 PCI Fast Ethernet Adapter 8139 RTL8139D [Realtek] PCI 10/100BaseTX ethernet adaptor 1905 Micronas USA, Inc. -1912 Renesas Technology Corp. +# since the merger with NEC Electronics in 2010 +1912 Renesas Electronics Corp. 0002 SH7780 PCI Controller (PCIC) + 0004 SH7763 PCI Controller (PCIC) 0011 SH7757 PCIe End-Point [PBI] 0012 SH7757 PCIe-PCI Bridge [PPB] 0013 SH7757 PCIe Switch [PS] 0014 uPD720201 USB 3.0 Host Controller 0015 uPD720202 USB 3.0 Host Controller + 4c52 9a72 LRSU9A72 2-Port USB 3.0 Exchange Adapter 001a SH7758 PCIe-PCI Bridge [PPB] 001b SH7758 PCIe End-Point [PBI] 001d SH7758 PCIe Switch [PS] + 0033 RZ/G3S PCIe 2.0 Controller 1919 Soltek Computer Inc. 1923 Sangoma Technologies Corp. 0040 A200/Remora FXO/FXS Analog AFT card 0100 A104d QUAD T1/E1 AFT card 0300 A101 single-port T1/E1 0400 A104u Quad T1/E1 AFT -1924 Solarflare Communications +1924 AMD Solarflare 0703 SFC4000 rev A net [Solarstorm] 10b8 0102 SMC10GPCIe-10BT (A2) [TigerCard] 10b8 0103 SMC10GPCIe-10BT (A3) [TigerCard] @@ -23862,12 +24861,20 @@ 1924 802b XtremeScale X2552 OCP 2.0 Dual Port SFP28 1924 802c XtremeScale X2522-25G PCIe Dual Port SFP28 1924 802d XtremeScale X2562 OCP 3.0 Dual Port SFP28 + 0c03 NS9480 1/10/25/40/50/100Gb Ethernet Controller PLUS + 1924 8031 X4522 Express and Enterprise Ethernet Adapter + 1924 8032 X4542 Express and Enterprise Ethernet Adapter 1803 SFC9020 10G Ethernet Controller (Virtual Function) 1813 SFL9021 10GBASE-T Ethernet Controller (Virtual Function) 1903 SFC9120 10G Ethernet Controller (Virtual Function) 1923 SFC9140 10/40G Ethernet Controller (Virtual Function) 1a03 SFC9220 10/40G Ethernet Controller (Virtual Function) 1b03 XtremeScale SFC9250 10/25/40/50/100G Ethernet Controller (Virtual Function) + 1c03 NS9480 1/10/25/40/50/100Gb Ethernet Controller PLUS (Virtual Function) + 2c03 NS9480 1/10/25/40/50/100Gb Ethernet Controller + 1924 8031 X4522 Enterprise Ethernet Adapter + 1924 8032 X4542 Enterprise Ethernet Adapter + 3c03 NS9480 1/10/25/40/50/100Gb Ethernet Controller (Virtual Function) 6703 SFC4000 rev A iSCSI/Onload [Solarstorm] 10b8 0102 SMC10GPCIe-10BT (A2) [TigerCard] 10b8 0103 SMC10GPCIe-10BT (A3) [TigerCard] @@ -23906,6 +24913,8 @@ 1942 ClearSpeed Technology plc e511 Advance X620 accelerator card e521 Advance e620 accelerator card +1945 MERA + 6200 PXI/PXIe measurement module 1947 C-guys, Inc. 4743 CG200 Dual SD/SDIO Host controller device 1948 Alpha Networks Inc. @@ -23995,6 +25004,14 @@ 0441 T4240 without security 0446 T4160 with security 0447 T4160 without security + 0820 T1040 with security + 0821 T1040 without security + 0824 T1042 with security + 0825 T1042 without security + 0828 T1020 with security + 0829 T1020 without security + 082c T1022 with security + 082d T1022 without security 0830 T2080 with security 0831 T2080 without security 0838 T2081 with security @@ -24003,6 +25020,7 @@ 7010 MPC8641 PCI Host Bridge 7011 MPC8641D PCI Host Bridge 7018 MPC8610 + 81c0 LS1046A PCI Express Bridge c006 MPC8308 1a56 1201 Bigfoot Killer E2100 Gigabit Ethernet Controller # PCIe interface for emulator @@ -24070,8 +25088,11 @@ 196d Club-3D BV 196e PNY 1971 AGEIA Technologies, Inc. - 1011 Physics Processing Unit [PhysX] + 0000 Physics Processing Unit [PhysX] 100 Series PCI Express Card +# The PCI and PCIe versions have a different PID + 1011 Physics Processing Unit [PhysX] 100 Series PCI Card 1043 0001 PhysX P1 + 1021 Physics Processing Unit [PhysX] 200 Series PCI Express Card # nee Eberspaecher Electronics 1974 Star Electronics GmbH & Co. KG 0009 FlexCard PMC-II @@ -24128,14 +25149,21 @@ 5016 E16 PCIe4 NVMe Controller 5018 E18 PCIe4 NVMe Controller 5019 PS5019-E19 PCIe4 NVMe Controller (DRAM-less) + 5020 PS5020-E20 (X1) PCIe4 NVMe Controller 5021 PS5021-E21 PCIe4 NVMe Controller (DRAM-less) 5026 PS5026-E26 PCIe5 NVMe Controller 5027 PS5027-E27T PCIe4 NVMe Controller (DRAM-less) + 5029 PS5029-E29T PCIe4 NVMe Controller (DRAM-less) + 5031 PS5031-E31T PCIe5 NVMe Controller + 5302 PS5302-X2 PCIe5 NVMe Controller 1989 Montilio Inc. 0001 RapidFile Bridge 8001 RapidFile 198a Nallatech Ltd. 1993 Innominate Security Technologies AG +1998 Toyou Feiji Electronics Co., Ltd. + 0001 TOBOLT1 51987 NVMe SSD + 1998 2012 TOBOLT1 51987 3840G 2.5" U.2 NVMe SSD 1999 A-Logics a900 AM-7209 Video Processor 199a Pulse-LINK, Inc. @@ -24224,12 +25252,17 @@ 19e5 d148 Hi1822 SP527 (2*16G FC) 19e5 d301 Hi1822 SP520 (2*16G FC) 19e5 d305 Hi1822 SP525 (2*16G FC) + 0204 Hi1822 Family (4*10GE) 0205 Hi1822 Family (2*100GE) 19e5 df27 Hi1822 MZ731 MEZZ (2*100GE) 0206 Hi1822 Family (2*25GE) 19e5 d138 Hi1822 SP582 (2*25GE) 19e5 d13a Hi1822 SC381 (2*25GE) 19e5 d145 Hi1822 SP586 (2*25GE) + 0208 Hi1822 Family (2*100GE) + 020b Hi1822 Family (4*25GE) + 020c Hi1822 Family (4*32G FC) + 020d Hi1822 Family (2*40GE) 0210 Hi1822 Family (4*25GE) 19e5 df2e Hi1822 MZ532 MEZZ (4*25GE) 0211 Hi1822 Family (4*25GE) @@ -24245,14 +25278,17 @@ 19e5 00a1 Hi1822 SP670 (2*100GE) 1710 iBMA Virtual Network Adapter 1711 Hi171x Series [iBMC Intelligent Management system chip w/VGA support] + 1712 Intelligent Management system chip Virtual Network Adapter 1822 Hi1822 Family (4*25GE) 19e5 d129 Hi1822 SP570 (4*25GE) 19e5 d136 Hi1822 SP580 (4*25GE) 19e5 d141 Hi1822 SP583 (4*25GE) 19e5 d146 Hi1822 SP585 (4*25GE) + 36f0 Intelligent Management system chip SATA AHCI support 3714 ES3000 V5 NVMe PCIe SSD 19e5 5312 NVMe SSD ES3500P V5 2000GB 2.5" U.2 371e Hi1822 Family Virtual Bridge + 3730 Intelligent Management system chip GE support 3754 ES3000 V6 NVMe PCIe SSD 19e5 6122 NVMe SSD ES3600P V6 1600GB 2.5" U.2 19e5 6123 NVMe SSD ES3600P V6 3200GB 2.5" U.2 @@ -24263,11 +25299,26 @@ 19e5 6213 NVMe SSD ES3500P V6 3840GB 2.5" U.2 19e5 6214 NVMe SSD ES3500P V6 7680GB 2.5" U.2 19e5 6215 NVMe SSD ES3500P V6 15360GB 2.5" U.2 + 3758 SP686C RAID Controller Card + 19e5 0185 RAID SP686C-M-16i 2G + 19e5 01a1 RAID SP686C-M-40i 2G + 19e5 01a4 RAID SP686C-M-16i 4G + 19e5 01a8 RAID SP686C-MH-32i 4G + 19e5 01ad RAID SP686C-M-40i 4G 375e Hi1822 Family Virtual Function 375f Hi1822 Family Virtual Function + 3770 Intelligent Management system chip Virtual Feature USB2.0 HOST support 379e Hi1822 Family Virtual Function 379f Hi1822 Family Virtual Function - a120 HiSilicon PCIe Root Port with Gen4 + 37b0 Intelligent Management system chip USB3.0 HOST support + 37f0 Intelligent Management system chip USB2.0 HOST support + 3830 Intelligent Management system chip Memory-Mapped Buffer Interface + 3858 SP186 HBA Controller Card + 19e5 0120 HBA SP186-M-32i + 19e5 0125 HBA SP186-M-40i + 19e5 0180 HBA SP186-M-16i + 19e5 0188 HBA SP186-M-8i + a120 HiSilicon PCIe Root Port a121 HiSilicon PCI-PCI Bridge a122 HiSilicon Embedded DMA Engine a124 HiSilicon Internal SDI Function Engine @@ -24275,6 +25326,10 @@ a126 HiSilicon SDI NVMe Storage Controller a127 HiSilicon SDI Accelerator a12a HiSilicon Add-on PCI-PCI Bridge + a12c HiSilicon Embedded PCIe DFX + a12d HiSilicon Embedded PMU + a12e HiSilicon Embedded PCIe PTT + a12f HiSilicon DFX Registers a220 HNS GE Network Controller a221 HNS GE/10GE/25GE Network Controller 19e5 0454 TM280 @@ -24309,12 +25364,21 @@ 1005 STIX - 4 Port FXS Card 19ee Netronome Systems, Inc. 19f1 BFG Tech +19fe ESI Audiotechnik GmbH + 7000 MAYA44 family PCI Audio Controller 19ff Eclipse Electronic Systems, Inc. 1a03 ASPEED Technology, Inc. 1150 AST1150 PCI-to-PCI Bridge + 15d9 0821 X10DRW-i + 15d9 086b X10DRS + 15d9 1d50 X14DBG-AP 2000 ASPEED Graphics Family - 15d9 0832 X10SRL-F - 15d9 1b95 H12SSL-i + 15d9 0821 X10DRW-i (AST2400 BMC) + 15d9 0832 X10SRL-F (AST2400 BMC) + 15d9 086b X10DRS (AST2400 BMC) + 15d9 1b95 H12SSL-i (AST2500 BMC) + 15d9 1d50 X14DBG-AP (AST2600 BMC) + 1849 2000 ROME2D32LM3 (AST2500 BMC) 1a05 deltaww 1a07 Kvaser AB 0006 CAN interface PC104+ HS/HS @@ -24360,13 +25424,20 @@ 1a32 Quanta Microsystems, Inc 1a3b AzureWave 1112 AR9285 Wireless Network Adapter (PCI-Express) +1a3e Micro-Research Finland Oy + 132c MTCA Event Receiver 300 + 152c CompactPCI Event Receiver 300 + 172c PCI Express Event Receiver 300 + 192c CompactPCI Event Receiver TG 300 + 232c MTCA Event Master 300 + 252c CompactPCI Event Generator 300 1a41 Tilera Corp. 0001 TILE64 processor 0002 TILEPro processor 0200 TILE-Gx processor 0201 TILE-Gx Processor Virtual Function 2000 TILE-Gx PCI Express Root Port -1a4a SLAC National Accelerator Lab TID-AIR +1a4a SLAC National Accelerator Lab TID-ID 1000 MCOR Power Supply Controller 1010 AMC EVR - Stockholm Timing Board 1020 PGPCard - Gen3 Cameralink Interface @@ -24377,6 +25448,28 @@ 2011 PCI-Express EVR - TPR Version 2020 PGP-GEN3 PCIe - 8 Lane Plus EVR 2030 AXI Stream DAQ PCIe card + 1022 0005 Xilinx AC701 + 1022 0006 Xilinx Alveo U50 + 1022 0007 Xilinx Alveo U200 + 1022 0008 Xilinx Alveo U250 + 1022 0009 Xilinx Alveo U280 + 1022 000a Xilinx KC705 + 1022 000b Xilinx KCU105 + 1022 000c Xilinx KCU116 + 1022 000d Xilinx KCU1500 + 1022 000e Xilinx VCU128 + 1022 000f Xilinx Alveo U55C + 1022 0010 Xilinx Varium C1100 + 1022 100d Xilinx KCU1500 Extended + 1022 100f Xilinx Alveo U55C Extended + 1022 1010 Xilinx Varium C1100 Extended + 12ba 0002 XUPVV8 VU13P + 12ba 0013 XUPVV8 VU9P + 1a4a 0003 PGP Card GEN3 + 1a4a 0004 PGP Card GEN4 + 1d92 0011 PC821 KU085 + 1d92 0012 PC821 KU115 + 4144 0001 ADM-PCIE-KU3 2040 EXO PCIe TEM 3000 COB DTM V1 3001 COB DTM V2 @@ -24462,6 +25555,7 @@ 1ad7 Spectracom Corporation 8000 TSync-PCIe Time Code Processor 9100 TPRO-PCI-66U Timecode Reader/Generator + a000 OCP-TAP [ARTCard] 1ade Spin Master Ltd. 1501 Swipetech barcode scanner 3038 PCIe Video Bridge @@ -24517,8 +25611,9 @@ 0a58 microEnable 5 VD8-CL # CameraLink frame grabber 0a5a microEnable 5 AD8-CL -# CoaXpress frame grabber + 0a62 imaFlex CXP-12 Quad 0a64 imaWorx CXP-12 Quad + 0a69 imaFlex CXP-12 Penta # OEM product 0b52 mE5 Abacus 4G Base # OEM product @@ -24580,18 +25675,83 @@ 1005 Virtio RNG 1009 Virtio filesystem 1041 Virtio 1.0 network device + 1af4 1100 QEMU 1042 Virtio 1.0 block device + 1af4 1100 QEMU 1043 Virtio 1.0 console + 1af4 1100 QEMU 1044 Virtio 1.0 RNG - 1045 Virtio 1.0 memory balloon + 1af4 1100 QEMU + 1045 Virtio 1.0 balloon + 1af4 1100 QEMU + 1046 Virtio 1.0 ioMemory + 1af4 1100 QEMU + 1047 Virtio 1.0 remote processor messaging + 1af4 1100 QEMU 1048 Virtio 1.0 SCSI - 1049 Virtio 1.0 filesystem + 1af4 1100 QEMU + 1049 Virtio 9P transport + 1af4 1100 QEMU + 104a Virtio 1.0 WLAN MAC + 1af4 1100 QEMU + 104b Virtio 1.0 remoteproc serial link + 1af4 1100 QEMU + 104d Virtio 1.0 memory balloon + 1af4 1100 QEMU 1050 Virtio 1.0 GPU + 1af4 1100 QEMU + 1051 Virtio 1.0 clock/timer + 1af4 1100 QEMU 1052 Virtio 1.0 input + 1af4 1100 QEMU 1053 Virtio 1.0 socket - 105a Virtio file system - 1110 Inter-VM shared memory - 1af4 1100 QEMU Virtual Machine + 1af4 1100 QEMU + 1054 Virtio 1.0 crypto + 1af4 1100 QEMU + 1055 Virtio 1.0 signal distribution device + 1af4 1100 QEMU + 1056 Virtio 1.0 pstore device + 1af4 1100 QEMU + 1057 Virtio 1.0 IOMMU + 1af4 1100 QEMU + 1058 Virtio 1.0 mem + 1af4 1100 QEMU + 1059 Virtio 1.0 sound + 1af4 1100 QEMU + 105a Virtio 1.0 file system + 1af4 1100 QEMU + 105b Virtio 1.0 pmem + 1af4 1100 QEMU + 105c Virtio 1.0 rpmb + 1af4 1100 QEMU + 105d Virtio 1.0 mac80211-hwsim + 1af4 1100 QEMU + 105e Virtio 1.0 video encoder + 1af4 1100 QEMU + 105f Virtio 1.0 video decoder + 1af4 1100 QEMU + 1060 Virtio 1.0 SCMI + 1af4 1100 QEMU + 1061 Virtio 1.0 nitro secure module + 1af4 1100 QEMU + 1062 Virtio 1.0 I2C adapter + 1af4 1100 QEMU + 1063 Virtio 1.0 watchdog + 1af4 1100 QEMU + 1064 Virtio 1.0 can + 1af4 1100 QEMU + 1065 Virtio 1.0 dmabuf + 1af4 1100 QEMU + 1066 Virtio 1.0 parameter server + 1af4 1100 QEMU + 1067 Virtio 1.0 audio policy + 1af4 1100 QEMU + 1068 Virtio 1.0 Bluetooth + 1af4 1100 QEMU + 1069 Virtio 1.0 GPIO + 1af4 1100 QEMU + 1110 QEMU Inter-VM shared memory device + 1af4 1100 QEMU 1af5 Netezza Corp. 1afa J & W Electronics Co., Ltd. 1b00 Montage Technology Co., Ltd. @@ -24601,7 +25761,7 @@ 1b03 Magnum Semiconductor, Inc, 6100 DXT/DXTPro Multiformat Broadcast HD/SD Encoder/Decoder/Transcoder 7000 D7 Multiformat Broadcast HD/SD Encoder/Decoder/Transcoder -1b08 MSC Technologies GmbH +1b08 Tria Technologies GmbH 1b0a Pegatron 9602 RS780/RS880 PCI to PCI bridge (int gfx) 1b13 Jaton Corp @@ -24613,6 +25773,7 @@ 0612 ASM1061/ASM1062 Serial ATA Controller 1849 0612 Motherboard 0622 ASM106x Serial ATA AHCI Controller + 4c52 9661 LRST9661 2-port M.2 SATA3(6Gb/s) Raid Adapter 0624 ASM106x SATA/RAID Controller 0625 106x SATA/RAID Controller 1040 ASM1040 SuperSpeed USB Host Controller @@ -24634,12 +25795,18 @@ 1187 ASM1187e 7-Port PCIe x1 Gen2 Packet Switch 118f ASM1187e 7-Port PCIe x1 Gen2 Packet Switch 1242 ASM1142 USB 3.1 Host Controller + 4c52 9a42 LRSU9A42 2-Port Type-A Exchange Adapter 1343 ASM1143 USB 3.1 Host Controller 1806 ASM1806 4-Port PCIe x2 Gen2 Packet Switch 1812 ASM1812 6-Port PCIe x4 Gen2 Packet Switch 1824 ASM1824 12-Port PCIe x8 Gen2 Packet Switch 2142 ASM2142/ASM3142 USB 3.1 Host Controller 1462 7a72 H270 PC MATE + 2421 ASM4242 PCIe Switch Upstream Port + 2423 ASM4242 PCIe Switch Downstream Port + 2425 ASM4242 USB 4 / Thunderbolt 3 Host Router + 2426 ASM4242 USB 3.2 xHCI Controller + 2463 ASM2464PD USB4 Device Controller 40G 2806 ASM2806 4-Port PCIe x2 Gen3 Packet Switch 2812 ASM2812 6-Port PCIe x4 Gen3 Packet Switch 2824 ASM2824 PCIe Gen3 Packet Switch @@ -24677,6 +25844,7 @@ 000b QEMU PCIe Expander bridge 000c QEMU PCIe Root port 000d QEMU XHCI Host Controller + 000e QEMU PCIe-to-PCI bridge 0010 QEMU NVM Express Controller 0011 QEMU PVPanic device 0013 QEMU UFS Host Controller @@ -24718,34 +25886,54 @@ # device 1b4b:0100 reports incorrect vendor id due to hw erratum (correct is 11ab) 0100 88F3700 [Armada 3700 Family] ARM SoC 0640 88SE9128 SATA III 6Gb/s RAID Controller + 1092 88SS1092 NVMe SSD Controller + 1160 88NV1160 PCIe x2 NVMe SSD Controller (DRAM-less) + 1321 88SS1321 NVMe SSD Controller 2241 88NR2241 Non-Volatile memory controller 1028 2112 BOSS-N1 Monolithic 1028 2113 BOSS-N1 Modular 1028 2151 BOSS-N1 Modular ET 1028 2196 ROR-N1 + 1028 2286 BOSS-N1 DC-MHS + 1028 2287 BOSS-N1 Modular DC-MHS + 1028 23b0 eBOSS-N1 DC-MHS + 1590 02f6 NS204i-p Gen10+ Boot Controller 1b4b 2241 Santa Cruz NVMe Host Adapter 1b96 4000 WD_BLACK AN1500 NVMe SSD 1d49 0306 ThinkSystem M.2 NVMe 2-Bay RAID Enablement Kit 1d49 0307 ThinkSystem 7mm NVMe 2-Bay Rear RAID Enablement Kit + 207d 0800 TrustRAID B310n + 4c52 9541 LRNV9541 2-port M.2 NVMe Raid Adapter + 2b42 88W8997 2.4/5 GHz Dual-Band 2x2 Wi-Fi® 5 (802.11ac) + Bluetooth® 5.3 Solution 2b43 NXP 88W9098 Wi-Fi 6 (ax) MAC #1 2b44 NXP 88W9098 Wi-Fi 6 (ax) MAC #2 2b45 NXP 88W9098 Bluetooth 5.3 +# some cards use this device ID instead of 9230 + 624e DAWICONTROL DC-624e RAID + dc93 624e DC-624e RAID 9120 88SE9120 SATA 6Gb/s Controller + 9122 88SE912x SATA 6Gb/s Controller [AHCI mode] 9123 88SE9123 PCIe SATA 6.0 Gb/s controller dc93 600e DC-6xxe series SATA 6G controller 9125 88SE9125 PCIe SATA 6.0 Gb/s controller + 4c52 9615 LRST9615 4-port SATA3(6Gb/s) Exchange Adapter 9128 88SE9128 PCIe SATA 6 Gb/s RAID controller 9130 88SE9128 PCIe SATA 6 Gb/s RAID controller with HyperDuo 1043 8438 P8P67 Deluxe Motherboard 9170 88SE9170 PCIe 2.0 x1 2-port SATA 6 Gb/s Controller + 9171 88SE9171 PCIe 2.0 x1 1-port SATA 6 Gb/s Controller 9172 88SE9172 SATA 6Gb/s Controller 9178 88SE9170 PCIe SATA 6Gb/s Controller - 917a 88SE9172 SATA III 6Gb/s RAID Controller + 917a 88SE9172 SATA III 6Gb/s Controller [IDE mode] 9182 88SE9182 PCIe 2.0 x2 2-port SATA 6 Gb/s Controller 9183 88SS9183 PCIe SSD Controller + 9186 88SE9186 6Gb/s SATA 6Gb/s Controller [AHCI mode] + 918a 88SE9182 PCIe SATA 6 Gb/s controller [IDE mode] 9192 88SE9172 SATA III 6Gb/s RAID Controller 91a0 88SE912x SATA 6Gb/s Controller [IDE mode] + 91a3 88SE9128 PCIe SATA 6 Gb/s controller [IDE mode] 91a4 88SE912x IDE Controller + 91b0 88SE9172 SATA 6 Gb/s controller [IDE mode] 9215 88SE9215 PCIe 2.0 x1 4-port SATA 6 Gb/s Controller 9220 88SE9220 PCIe 2.0 x2 2-port SATA 6 Gb/s RAID Controller 9230 88SE9230 PCIe 2.0 x2 4-port SATA 6 Gb/s RAID Controller @@ -24762,6 +25950,8 @@ 1d49 0303 ThinkSystem SE350 M.2 SATA 4-Bay Data RAID Mirroring Enablement Kit 1d49 0304 ThinkSystem M.2 SATA 2-Bay RAID Enablement Kit 1d49 0305 ThinkSystem 7mm SATA 2-Bay Rear RAID Enablement Kit + 4c52 9630 LRST9630 4-port SATA3(6Gb/s) Raid Adapter + dc93 624e DC-624e RAID 9235 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller 9445 88SE9445 PCIe 2.0 x4 4-Port SAS/SATA 6 Gbps RAID Controller 9480 88SE9480 SAS/SATA 6Gb/s RAID controller @@ -24775,6 +25965,36 @@ # 2xHDMI and 2xHD-SDI inputs e5f4 MPEG2 and H264 Encoder-Transcoder f1c4 Dual ASI-RX/TX-CI card +1b59 Achronix Semiconductor Corporation + 0010 VectorPath S7t-VG6 + 1b59 ac10 SDK demonstration design + 1b59 ac12 Ethernet board link + 1b59 ac13 DDR4 PCIe Ethernet demonstration design + 1b59 ac15 Licensing reference design + 1b59 ac16 Partial reconfiguration reference design + 0012 VectorPath VP815 + 1b59 ac10 SDK demonstration design + 1b59 ac12 Ethernet board link + 1b59 ac13 DDR4 PCIe Ethernet demonstration design + 1b59 ac15 Licensing reference design + 1b59 ac16 Partial reconfiguration reference design + 0013 VectorPath VP708 +1b5e STAR-Dundee Ltd. + 0001 SpaceWire PCI Mk2 + 0002 SpaceWire PCIe Mk1 + 0003 SpaceWire cPCI Mk2 + 0004 SpaceWire PXI Recorder Mk1 + 0005 SpaceWire PXI Interface Mk1 + 0006 SpaceWire PXI Interface Mk1 with RMAP Target + 0008 SpaceWire PXI Router Mk1 + 000b SpaceWire PXI Interface Mk2 + 000c SpaceWire PXI Interface Mk2 with RMAP Target + 000d SpaceWire PXI Router Mk2 + 000e SpaceWire PXI Recorder Mk2 + 0100 STAR-Ultra PCIe + 0102 STAR-Ultra Single-Lane Router + 0200 SpaceWire PCIe Mk2 +1b61 Byd Precision Manufacture Co.,Ltd 1b66 DELTACAST 0007 DELTA-3G-elp-d 1b6f Etron Technology, Inc. @@ -24788,6 +26008,7 @@ 1009 FL1009 USB 3.0 Host Controller 1100 FL1100 USB 3.0 Host Controller 16b8 6e31 Allegro Pro USB 3.0 PCIe + 1400 USB 3.0 Host Controller 1b74 OpenVox Communication Co. Ltd. 0115 D115P/D115E Single-port E1/T1 card d130 D130P/D130E Single-port E1/T1 card (3rd GEN) @@ -24820,6 +26041,7 @@ 2720 Ultrastar DC SN650 NVMe SSD 2721 Ultrastar DC SN650 NVMe SSD 2722 Ultrastar DC SN655 NVMe SSD + 2751 Ultrastar DC SN861 NVMe SSD 3001 RapidFlex C2000 NVMe Initiator 3714 PC SN730 NVMe SSD 3734 PC SN730 NVMe SSD @@ -24935,15 +26157,22 @@ 1bb1 0179 Nytro 5360S - E3.S # Nytro 5360S (Rocinante Single Port) TCG - E3.S 1bb1 0180 Nytro 5360S TCG - E3.S +# Nytro 5060H (Rocinante High Performance) non-SED + 1bb1 0181 Nytro 5060H 1bb1 01a1 Nytro XP7102 + 0155 Nytro 5x50 NVMe SSD + 2000 PCIe Gen4 SSD 5012 FireCuda/IronWolf 510 SSD 5013 BarraCuda Q5 NVMe SSD (DRAM-less) 5016 FireCuda 520/IronWolf 525 SSD - 5018 FireCuda 530 SSD -# 2TB - 5021 FireCuda 520 SSD + 5018 E18 PCIe SSD + 5019 BarraCuda PCIe SSD (DRAM-less) + 5021 PCIe Gen4 SSD # 1TB 5026 FireCuda 540 SSD + 5027 LaCie Rugged SSD Pro5 + 5100 PCIe Gen3 SSD + 5101 PCIe Gen5 SSD 1bb3 Bluecherry 4304 BC-04120A MPEG4 4 port video encoder / decoder 4309 BC-08240A MPEG4 4 port video encoder / decoder @@ -24970,6 +26199,8 @@ 5236 PCIe 4TG2-P Controller 1bcd Apacer Technology 0120 NVMe SSD Drive 960GB + 0180 PB4480 NVMe PCIe SSD (DRAM-less) + 0310 NVMe SSD Drive 480GB 1bcf NEC Corporation 001c Vector Engine 1.0 1bd0 Astronics Corporation @@ -24990,7 +26221,7 @@ 1201 NG3 Series ARINC 429 Interface 1202 NG3 Series Avionics Discrete & Serial Interface 1203 NG3 Series Avionics Discrete Interface -1bd4 Inspur Electronic Information Industry Co., Ltd. +1bd4 IEIT SYSTEMS Co., Ltd 0911 Arria10_PCIe_F10A1150 1000 NS8600G1U160 NVME SSD 1001 NS8600G1U320 NVME SSD @@ -25002,9 +26233,27 @@ 1007 NS6610G1U320, NS6510G1U384 NVME SSD 100c NS8510G1Uxxx, NS8610G1Uxxx NVME SSD 100e NS8500G2Uxxxx, NS8600G2Uxxxx NVME SSD + 100f NS6500G2UXXXX,NS6600G2UXXXX NVME SSD + 2981 32G SFP28 EP2744 Apatter + 1bd4 00b0 32G SFP28 EP2744 Apatter 1bee IXXAT Automation GmbH 0002 CAN-IB100/PCIe 0003 CAN-IB200/PCIe + 0004 CAN-IB120/PCIe Mini + 0005 CAN-IB130/PCIe 104 + 0006 CAN-IB230/PCIe 104 + 000e CAN-IB500/PCIe + 000f CAN-IB600/PCIe + 0010 CAN-IB300/PCI + 0011 CAN-IB400/PCI + 0012 CAN-IB520/PCIe Mini + 0016 CAN-IB410/PMC + 001c CAN-IB810/PMC + 001e INpact PCIe + 001f INpact PCIe Mini + 0029 INpact M.2 + 002d CAN-IB630/PCIe 104 + 002e CAN-IB640/PCIe 1bef Lantiq 0011 MIPS SoC PCI Express Port 1bf4 VTI Instruments Corporation @@ -25035,6 +26284,10 @@ 4265 10G-PCIE3-8E-2S Network Adapter 5000 25G-PCIE3-8A-2S Security Intelligent Adapter 5001 25G-PCIE3-8B-2S Security Intelligent Adapter +1c19 LaCie + 0003 6big and 12big Thunderbolt 3 + 1c19 0003 6big Thunderbolt 3 + 1c19 0004 12big Thunderbolt 3 1c1c Symphony 0001 82C101 1c1f SoftLab-NSK @@ -25049,6 +26302,10 @@ 0021 FD722 0022 FD788 0023 FD722-M2 + 0024 FD722 with bypass + 0025 FD922 + 0026 FD788 + 0027 FD940 1c28 Lite-On IT Corp. / Plextor 0122 M6e PCI Express SSD [Marvell 88SS9183] # previously Fiberblaze @@ -25105,6 +26362,8 @@ 1c44 Enmotus Inc 1100 Fuzedrive NVMe SSD 8000 8000 Storage IO Controller +1c4e TECHWAY + 7024 Default PCIe Endpoint ID # A Western Digital Subsidiary 1c58 HGST, Inc. 0003 Ultrastar SN100 Series NVMe SSD @@ -25114,6 +26373,7 @@ 0023 Ultrastar SN200 Series NVMe SSD 1c58 8823 Ultrastar Memory (ME200) 1c5c SK hynix + 1069 PCB01 NVMe Solid State Drive 1282 PC300 NVMe Solid State Drive 128GB 1283 PC300 NVMe Solid State Drive 256GB 1284 PC300 NVMe Solid State Drive 512GB @@ -25127,12 +26387,15 @@ 1739 BC701 NVMe Solid State Drive 174a Gold P31/BC711/PC711 NVMe Solid State Drive 1959 Platinum P41/PC801 NVMe Solid State Drive + 1969 PC811 NVMe Solid State Drive 1d59 BC901 NVMe Solid State Drive (DRAM-less) + 1f69 PVC10 NVMe Solid State Drive (DRAM-less) 2204 960GB TLC PCIe Gen3 x4 NVMe M.2 22110 2427 PE6010 NVMe Solid State Drive 2429 PE6011 NVMe Solid State Drive 243b PE6110 NVMe Solid State Drive 1c5c 0100 PE6110 NVMe Solid State Drive + 2527 PE4010 NVMe Solid State Drive 2839 PE8000 Series NVMe Solid State Drive 1028 2143 DC NVMe SED PE8010 RI U.2 960GB 1028 2144 DC NVMe PE8010 RI U.2 960GB @@ -25156,7 +26419,39 @@ 284a PE8110 Series NVMe Solid State Drive 2a49 PE9110 Series NVMe Solid State Drive 2a59 PE9010 Series NVMe Solid State Drives - 2b59 PS10x0 Series NVMe Solid State Drives + 2b59 Px10x0 Series NVMe Solid State Drives + 1028 2295 NVMe ISE PS1010 RI U.2 1.92TB + 1028 2296 NVMe ISE PS1010 RI U.2 3.84TB + 1028 2297 NVMe ISE PS1010 RI U.2 7.68TB + 1028 2298 NVMe ISE PS1010 RI U.2 15.36TB + 1028 2299 NVMe ISE PS1030 MU U.2 1.6TB + 1028 229a NVMe ISE PS1030 MU U.2 3.2TB + 1028 229b NVMe ISE PS1030 MU U.2 6.4TB + 1028 229c NVMe ISE PS1030 MU U.2 12.8TB + 1028 22a7 NVMe ISE PS1010 RI E3.S 1.92TB + 1028 22a8 NVMe ISE PS1010 RI E3.S 3.84TB + 1028 22a9 NVMe ISE PS1010 RI E3.S 7.68TB + 1028 22aa NVMe ISE PS1010 RI E3.S 15.36TB + 1028 22ab NVMe ISE PS1030 MU E3.S 1.6TB + 1028 22ac NVMe ISE PS1030 MU E3.S 3.2TB + 1028 22ad NVMe ISE PS1030 MU E3.S 6.4TB + 1028 22ae NVMe ISE PS1030 MU E3.S 12.8TB + 1028 22dc NVMe FIPS PS1010 RI E3.S 1.92TB + 1028 22dd NVMe FIPS PS1010 RI E3.S 3.84TB + 1028 22de NVMe FIPS PS1010 RI E3.S 7.68TB + 1028 22df NVMe FIPS PS1010 RI E3.S 15.36TB + 1028 22e0 NVMe FIPS PS1030 MU E3.S 1.6TB + 1028 22e1 NVMe FIPS PS1030 MU E3.S 3.2TB + 1028 22e2 NVMe FIPS PS1030 MU E3.S 6.4TB + 1028 22e3 NVMe FIPS PS1030 MU E3.S 12.8TB + 1028 22f8 NVMe ISE PE1010 RI E3.S 1.92TB + 1028 22f9 NVMe ISE PE1010 RI E3.S 3.84TB + 1028 22fa NVMe ISE PE1010 RI E3.S 7.68TB + 1028 22fb NVMe ISE PE1010 RI E3.S 15.36TB + 1028 22fc NVMe ISE PE1030 MU E3.S 1.6TB + 1028 22fd NVMe ISE PE1030 MU E3.S 3.2TB + 1028 22fe NVMe ISE PE1030 MU E3.S 6.4TB + 1028 22ff NVMe ISE PE1030 MU E3.S 12.8TB 1c5f Beijing Memblaze Technology Co. Ltd. 000d PBlaze5 520/526 1c5f 0220 NVMe SSD PBlaze5 520 1920G AIC @@ -25214,6 +26509,12 @@ 1c5f 5437 NVMe SSD PBlaze6 6647 3200G 2.5" U.2(dual port) 1c5f 5441 NVMe SSD PBlaze6 6547 6400G 2.5" U.2 1c5f 5447 NVMe SSD PBlaze6 6647 6400G 2.5" U.2(dual port) + 0027 PBlaze7 7A40/7A46 NVMe SSD + 1c5f 1421 NVMe SSD PBlaze7 7A40 1920G 2.5" U.2 + 1c5f 1431 NVMe SSD PBlaze7 7A40 3840G 2.5" U.2 + 1c5f 1441 NVMe SSD PBlaze7 7A40 7680G 2.5" U.2 + 1c5f 5431 NVMe SSD PBlaze7 7A46 3200G 2.5" U.2 + 1c5f 5441 NVMe SSD PBlaze7 7A46 6400G 2.5" U.2 003d PBlaze5 920/926 1c5f 0a30 NVMe SSD PBlaze5 920 3840G AIC 1c5f 0a31 NVMe SSD PBlaze5 920 3840G 2.5" U.2 @@ -25237,9 +26538,12 @@ 1c5f 4b61 NVMe SSD PBlaze6 6936 25600GB 2.5" U.3 003f PBlaze7 7940/7946 NVMe SSD 1c5f 0431 NVMe SSD PBlaze7 7940 3840G 2.5" U.2 + 1c5f 0441 NVMe SSD PBlaze7 7940 7680G 2.5" U.2 + 1c5f 0451 NVMe SSD PBlaze7 7940 15360G 2.5" U.2 1c5f 0c31 NVMe SSD PBlaze7 7940 3840G 2.5" U.2 1c5f 0c41 NVMe SSD PBlaze7 7940 7680G 2.5" U.2 1c5f 0c51 NVMe SSD PBlaze7 7940 15360G 2.5" U.2 + 1c5f 0c61 NVMe SSD PBlaze7 7940 30720G 2.5" U.2 1c5f 1430 NVMe SSD PBlaze7 7940 3840G AIC 1c5f 1431 NVMe SSD PBlaze7 7940 3840G 2.5" U.2 1c5f 1435 NVMe SSD PBlaze7 7940 3840G E1.S @@ -25248,6 +26552,9 @@ 1c5f 1445 NVMe SSD PBlaze7 7940 7680G E1.S 1c5f 1450 NVMe SSD PBlaze7 7940 15360G AIC 1c5f 1451 NVMe SSD PBlaze7 7940 15360G 2.5" U.2 + 1c5f 4431 NVMe SSD PBlaze7 7946 3200G 2.5" U.2 + 1c5f 4441 NVMe SSD PBlaze7 7946 6400G 2.5" U.2 + 1c5f 4451 NVMe SSD PBlaze7 7946 12800G 2.5" U.2 1c5f 4c31 NVMe SSD PBlaze7 7946 3200G 2.5" U.2 1c5f 4c41 NVMe SSD PBlaze7 7946 6400G 2.5" U.2 1c5f 4c51 NVMe SSD PBlaze7 7946 12800G 2.5" U.2 @@ -25259,16 +26566,33 @@ 1c5f 5445 NVMe SSD PBlaze7 7946 6400G E1.S 1c5f 5450 NVMe SSD PBlaze7 7946 12800G AIC 1c5f 5451 NVMe SSD PBlaze7 7946 12800G 2.5" U.2 + 1ea0 2100 TP2510 Series U.2 NVMe Datacenter SSD(3.84TB) + 1ea0 2101 TP2511 Series U.2 NVMe Datacenter SSD(3.84TB) + 1ea0 2110 TP2510 Series E3.S NVMe Datacenter SSD(3.84TB) + 1ea0 2111 TP2511 Series E3.S NVMe Datacenter SSD(3.84TB) + 1ea0 2200 TP2510 Series U.2 NVMe Datacenter SSD(7.68TB) + 1ea0 2201 TP2511 Series U.2 NVMe Datacenter SSD(7.68TB) + 1ea0 2202 TP2310 Series U.2 NVMe Datacenter SSD(7.68TB) + 1ea0 2210 TP2510 Series E3.S NVMe Datacenter SSD(7.68TB) + 1ea0 2211 TP2511 Series E3.S NVMe Datacenter SSD(7.68TB) + 1ea0 2301 TP2511 Series U.2 NVMe Datacenter SSD (15.36TB) 0540 PBlaze4 NVMe SSD 0550 PBlaze5 700/900 0555 PBlaze5 510/516 0557 PBlaze5 910/916 1c63 Science and Research Centre of Computer Technology (JSC "NICEVT") 0008 K1927BB1Ya [EC8430] Angara Interconnection Network Adapter +# Other World Computing +1c7a OWC 1c7e TTTech Computertechnik AG 0200 zFAS Debug Port 1c7f Elektrobit Austria GmbH + 0300 EBX3 5100 EB5100 + 7200 EB 7200 Automotive logging and replay card +# This is a EB7200 card compatibly with a EB PCIe driver + 7201 EB7200 with EB PCIe Driver Interface + 7211 EB7210 1c8a TSF5 Corporation 0001 Hunter PCI Express 1c8c Mobiveil, Inc. @@ -25300,14 +26624,17 @@ 1cb8 Dawning Information Industry Co., Ltd. 1cc1 ADATA Technology Co., Ltd. 1202 IM2P32A8 NVMe SSD (DRAM-less) + 1602 LEGEND 900 NVMe SSD (DRAM-less) # SX6000LNP 2263 XPG SX6000 Lite NVMe SSD (DRAM-less) + 2708 Premier Extreme SDXC SD 7.0 / microSDXC SD7.1 Express Card (DRAM-less) 32a8 SM2P32A8 NVMe SSD (DRAM-less) 33f3 IM2P33F3 NVMe SSD (DRAM-less) 33f4 IM2P33F4 NVMe SSD (DRAM-less) 33f8 IM2P33F8 series NVMe SSD (DRAM-less) 41c3 SM2P41C3 NVMe SSD (DRAM-less) 41c8 SM2P41C8 NVMe SSD (DRAM-less) + 41d3 SM2P41D3 NVMe SSD (DRAM-less) 5236 XPG GAMMIX S70 BLADE NVMe SSD 5350 XPG GAMMIX S50, S50 Lite NVMe SSD # PREMIUM NVMe SSD for PlayStation 5 @@ -25315,16 +26642,30 @@ 5762 FALCON, GAMMIX S41, SPECTRIX S40G NVMe SSD (DRAM-less) 5763 XPG GAMMIX S5 NVMe SSD (DRAM-less) 5766 XPG GAMMIXS1 1L, XPG GAMMIX S5, LEGEND 710 / 740, SWORDFISH NVMe SSD (DRAM-less) + 5772 LEGEND 850 LITE NVMe SSD (DRAM-less) 612a LEGEND 750 NVMe SSD (DRAM-less) 613a ATOM 50, LEGEND 840 NVMe SSD (DRAM-less) 621a LEGEND 850 NVMe SSD (DRAM-less) 622a LEGEND 960 NVMe SSD + 623a LEGEND 710 NVMe SSD (DRAM-less) 624a LEGEND 700, XPG GAMMIX S20 NVMe SSD (DRAM-less) + 625a LEGEND 850 LITE NVMe SSD (DRAM-less) # 1TB 627a LEGEND 800 NVMe SSD (DRAM-less) # 500GB 628a LEGEND 800 NVMe SSD (DRAM-less) + 631a LEGEND 970 NVMe SSD + 633a LEGEND 900 NVMe SSD (DRAM-less) + 634c LEGEND 820 NVMe SSD (DRAM-less) + 635a XPG GAMMIX S60 NVMe SSD (DRAM-less) + 636a XPG GAMMIX S55 NVMe SSD (DRAM-less) + 642a XPG GAMMIX S50 CORE NVMe SSD (DRAM-less) + 646a XPG MARS 980 BLADE NVMe SSD + 648a LEGEND 860 NVMe SSD (DRAM-less) + 64ba LEGEND 900 PRO NVMe SSD 8201 XPG SX8200 Pro PCIe Gen3x4 M.2 2280 Solid State Drive + a010 TRUSTA T7P5 NVMe SSD + a120 TRUSTA T5P4B NVMe SSD 1cc4 Shenzhen Unionmemory Information System Ltd. 1203 NVMe SSD Controller UHXXXa series 1cc4 a121 NVMe SSD UHXXXa series U.2 960GB @@ -25344,8 +26685,10 @@ 17ab AH631 PCIe 3.0 NVMe SSD 256GB 2263 AM611 PCIe 3.0 x2 NVMe SSD 256GB 5008 AM610 PCIe 3.0 x2 NVMe SSD 128GB, 256GB - 5012 RPITJ512PED2OWX NVMe SSD 512GB + 5012 AH530 PCIe 3.0 NVMe SSD 512GB + 5201 AM520 PCIe 3.0 NVMe SSD 128GB 5212 AM521 PCIe 3.0 NVMe SSD 256GB + 5414 AM541 PCIe 4.0 NVMe SSD 1024GB 6201 AM620 PCIe 3.0 NVMe SSD 128GB 6202 AM620 PCIe 3.0 NVMe SSD 256GB 6203 AM620 PCIe 3.0 NVMe SSD 512GB @@ -25353,9 +26696,30 @@ 6302 AM630 PCIe 4.0 NVMe SSD 256GB 6303 AM630 PCIe 4.0 x4 NVMe SSD Controller 6304 AM630 PCIe 4.0 NVMe SSD 1024GB + 634c LEGEND 820 NVMe SSD (DRAM-less) + 635a GAMMIX S60 NVMe SSD (DRAM-less) + 660b AH660 PCIe 4.0 NVMe SSD 512GB + 660c AH660 PCIe 4.0 NVMe SSD + 6a01 AM620 PCIe 3.0 NVMe SSD 128GB 6a02 AM6A0 PCIe 4.0 NVMe SSD 256GB 6a03 RPETJ512MKP1QDQ PCIe 4.0 NVMe SSD 512GB (DRAM-less) - 6a14 RPEYJ1T24MKN2QWY PCIe 4.0 NVMe SSD 1024GB (DRAM-less) + 6a04 AM6A0 PCIe 4.0 NVMe SSD 1024GB (DRAM-less) + 6a13 RPJYJ512MKN1QWQ PCIe 4.0 NVMe SSD 512GB (DRAM-less) + 6a14 AM6A1 PCIe 4.0 NVMe SSD 1024GB (DRAM-less) + 6b04 AM6B0 PCIe 4.0 NVMe SSD + 6b13 AM6B1 PCIe 4.0 NVMe SSD 512GB (DRAM-less) + 6b14 RPJYJ1T24MLR1HWY PCIe 4.0 NVMe SSD 1024GB (DRAM-less) + 6c13 AM6C1 PCIe 4.0 NVMe SSD + 6d03 AM6DX PCIe 5.0 NVMe SSD + 7030 NVMe SSD Controller UH7X3X series + 1cc4 7112 NVMe SSD UH733a U.2 1.6TB + 1cc4 7113 NVMe SSD UH733a U.2 3.2TB + 1cc4 7114 NVMe SSD UH733a U.2 6.4TB + 1cc4 7115 NVMe SSD UH733a U.2 12.8TB + 1cc4 7122 NVMe SSD UH713a U.2 1.92TB + 1cc4 7123 NVMe SSD UH713a U.2 3.84TB + 1cc4 7124 NVMe SSD UH713a U.2 7.68TB + 1cc4 7125 NVMe SSD UH713a U.2 15.36TB 8030 NVMe SSD Controller UH8X2X/UH7X2X series 1cc4 1122 NVMe SSD UH812a U.2 1.92TB 1cc4 1123 NVMe SSD UH812a U.2 3.84TB @@ -25373,6 +26737,36 @@ 1cc4 2213 NVMe SSD UH832a E3.S 3.2TB 1cc4 2214 NVMe SSD UH832a E3.S 6.4TB 1cc4 2215 NVMe SSD UH832a E3.S 12.8TB + 1cc4 3122 NVMe SSD UH712a U.2 1.92TB + 1cc4 3123 NVMe SSD UH712a U.2 3.84TB + 1cc4 3124 NVMe SSD UH712a U.2 7.68TB + 1cc4 3125 NVMe SSD UH712a U.2 15.36TB + 1cc4 5125 NVMe SSD UH802a U.2 15.36TB + 1cc4 5126 NVMe SSD UH802a U.2 30.72TB + 1cc4 5127 NVMe SSD UH802a U.2 61.44TB + 1cc4 6112 NVMe SSD UH832c U.2 1.6TB + 1cc4 6113 NVMe SSD UH832c U.2 3.2TB + 1cc4 6114 NVMe SSD UH832c U.2 6.4TB + 1cc4 6115 NVMe SSD UH832c U.2 12.8TB + 1cc4 6122 NVMe SSD UH812c U.2 1.92TB + 1cc4 6123 NVMe SSD UH812c U.2 3.84TB + 1cc4 6124 NVMe SSD UH812c U.2 7.68TB + 1cc4 6125 NVMe SSD UH812c U.2 15.36TB + 1cc4 6214 NVMe SSD UH832c E3.S 6.4TB + 1cc4 6215 NVMe SSD UH832c E3.S 12.8TB + 1cc4 6224 NVMe SSD UH812c E3.S 7.68TB + 1cc4 6225 NVMe SSD UH812c E3.S 15.36TB + 1ea0 4124 NVMe SSD TP3511 U.2 7.68TB + 1ea0 4125 NVMe SSD TP3511 U.2 15.36TB + 1ea0 4224 NVMe SSD TP3511 E3.S 7.68TB + 1ea0 4225 NVMe SSD TP3511 E3.S 15.36TB + 1ea0 5125 NVMe SSD TP3310 U.2 15.36TB + 1ea0 5126 NVMe SSD TP3310 U.2 30.72TB + 1ea0 5127 NVMe SSD TP3310 U.2 61.44TB + 1ea0 6124 NVMe SSD TP3510 U.2 7.68TB + 1ea0 6125 NVMe SSD TP3510 U.2 15.36TB + 1ea0 6224 NVMe SSD TP3510 E3.S 7.68TB + 1ea0 6225 NVMe SSD TP3510 E3.S 15.36TB 1cc5 Embedded Intelligence, Inc. 0100 PCIe-CAN-02 Dual CAN bus (9-pin male). PCI Express x1. 0101 PCIe-CAN-01 Single CAN bus (9-pin male). PCI Express x1. @@ -25381,7 +26775,7 @@ 0250 RMS-250 U.2 NVMe SSD 1ccf Zoom Corporation 0001 TAC-2 Thunderbolt Audio Converter -1cd2 SesKion GmbH +1cd2 Seskion GmbH 0301 Simulyzer-RT CompactPCI Serial DIO-1 card 0302 Simulyzer-RT CompactPCI Serial PSI5-ECU-1 card 0303 Simulyzer-RT CompactPCI Serial PSI5-SIM-1 card @@ -25390,10 +26784,14 @@ # supports 8x CAN (-FD) interfaces 0306 Simulyzer-RT CompactPCI Serial CAN-2 card (CAN-FD) 0307 Simulyzer-RT CompactPCI Serial DIO-2 card [Xilinx Zynq UltraScale+] + 0308 Simulyzer-RT CompactPCI Serial SENT-DIO-2 card +# 8-Channel ADC + 0309 Simulyzer-RT CompactPCI Serial SN-ADC card 1cd7 Nanjing Magewell Electronics Co., Ltd. 0002 Pro Capture AIO 0010 Pro Capture Endpoint 0014 PRO CAPTURE AIO 4K PLUS + 0015 Pro Capture HDMI 4K + 0017 PRO CAPTURE AIO 4K 0051 Eco Capture Dual HDMI M.2 0052 Eco Capture HDMI 4K M.2 @@ -25415,24 +26813,83 @@ 000c ExaNIC V9P-3 0100 ExaDISK FX1 1cf0 Akitio +1cf2 ZTE Corp. + 8036 DH Switch + 8040 NEO X510 SRIOV PF Ethernet Controller + 8041 NEO X510 SRIOV VF Ethernet Controller Virtual Function + 8042 NX I512 VDPA VF Ethernet Controller Virtual Function + 8044 NEO X510 MPF Ethernet Controller + 8045 NX I512 BOND PF Ethernet Controller + 8046 NX I512 OVS PF Ethernet Controller + 8047 NEO X510 BOND PF Ethernet Controller + 8048 NEO X510 OVS PF Ethernet Controller + 8049 NX E312-02R00 Ethernet Controller [RDMA] + 804a NEO X512 NOF PF Ethernet Controller + 804b NEO X512 SRIOV PF Ethernet Controller + 804c NEO X512 INITIATOR1 PF Ethernet Controller + 804d NEO X512 INITIATOR2 PF Ethernet Controller + 804e NX I512 UPF PF Ethernet Controller + 804f NX I512 UPF VF Ethernet Controller Virtual Function + 8060 NX E312-02R00 Ethernet Controller Virtual Function [RDMA] + 8061 NX E310-01N00 Ethernet Controller + 8062 NX E310-01N00 Ethernet Controller Virtual Function + 8063 NX I510 BOND PF Ethernet Controller + 8064 NX I510 OVS PF Ethernet Controller + 8065 NX I510 VDPA VF Ethernet Controller Virtual Function + 8066 NX I511 SRIOV PF Ethernet Controller + 8067 NX I511 OVS PF Ethernet Controller + 8068 NX I511 VDPA VF Ethernet Controller Virtual Function + 806b NEO X512 RDMA PF Ethernet Controller + 806c NEO X512 RDMA VF Ethernet Controller Virtual Function + 806d NX I512 RDMA PF Ethernet Controller + 806e NX I512 RDMA VF Ethernet Controller Virtual Function + 806f NX I512 UPF BOND PF Ethernet Controller + 807d NX E312S-01R00 Ethernet Controller + 807e NX E316-01R00 Ethernet Controller + 807f NX E316-01R00 Ethernet Controller Virtual Function + 8080 NX E311-01N00 Ethernet Controller + 8081 NX E311-01N00 Ethernet Controller Virtual Function + 8082 NX I511 SRIOV PF Ethernet Controller + 8083 NX I511 SRIOV VF Ethernet Controller Virtual Function + 8084 NX E310-02R00 Ethernet Controller [RDMA] + 8085 NX E310-02R00 Ethernet Controller Virtual Function [RDMA] + 8086 NX I510 SRIOV SEC PF Ethernet Controller + 8087 NX I510 SRIOV SEC VF Ethernet Controller Virtual Function + 8088 NX E312S-01R00 Ethernet Controller Virtual Function + 8089 NEO X512 SRIOV PF Ethernet Controller + 808a NEO X512 SRIOV PF Ethernet Controller + 80a0 NX E312-01N00 Ethernet Controller + 80a1 NX E312-01N00 Ethernet Controller Virtual Function + 80a2 NX E312SD-01R00 Ethernet Controller + 80a3 NX E312SD-01R00 Ethernet Controller Virtual Function + 80a4 NX I512 OFFLOAD PF Ethernet Controller + 80ab NX E318-01R00 Ethernet Controller + 80ac NX E318-01R00 Ethernet Controller Virtual Function + 80b6 NX E310S-01N00 Ethernet Controller + 80b7 NX E310S-01N00 Ethernet Controller Virtual Function 1cf7 Subspace Dynamics 1cfa Corsair Memory, Inc 1cfd Mangstor 6300 MX6300 series PCIe x8 NVMe SSD 1d00 Pure Storage -1d05 Tongfang Hongkong Limited +1d05 AIstone Global Limited + 6027 B760-N2D5 motherboard + 7001 H610-N2 motherboard 1d0f Amazon.com, Inc. 7064 NeuronDevice (Inferentia) 7164 NeuronDevice (Trainium) 1d0f 0000 Trainium 7264 NeuronDevice (Inferentia2) 7364 NeuronDevice (Trainium2) + 7564 NeuronDevice (Trainium3) + 7565 NeuronDevice (Trainium3) 8061 NVMe EBS Controller cd01 NVMe SSD Controller ec20 Elastic Network Adapter (ENA) efa0 Elastic Fabric Adapter (EFA) efa1 Elastic Fabric Adapter (EFA) efa2 Elastic Fabric Adapter (EFA) + efa3 Elastic Fabric Adapter (EFA) 1d17 Zhaoxin 070f ZX-100 PCI Express Root Port 0710 ZX-100/ZX-200 PCI Express Root Port @@ -25448,7 +26905,7 @@ 071a KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port 071b KX-5000/KX-6000/KX-6000G/KH-40000/KX-7000 PCI Express Root Port 071c KX-5000/KX-6000/KX-6000G/KH-40000/KX-7000 PCI Express Root Port - 071d KX-5000/KX-6000/KX-6000G/KH-40000 PCI Express Root Port + 071d KX-5000/KX-6000/KX-6000G/KH-40000/KX-7000 PCI Express Root Port 071e KX-5000/KX-6000/KX-6000G/KH-40000/KX-7000 PCI Express Root Port 071f ZX-200 Upstream Port of PCI Express Switch 0720 ZX-200 PCIE RC6 controller @@ -25548,11 +27005,15 @@ 00c0 Turbocard3 Accelerator 0140 Open Network Interface Card 40G e004 AB01/EMB01 Development Board +1d2a KAYA Instruments + 1000 Frame grabber 1d37 NovaSparks 0013 PM3 0014 PM4 0015 PM4edge 0016 PM4edge User Device +1d39 Baikal Electronics + 8060 Baikal-M PCIe Controller 1d40 Techman Electronics (Changshu) Co., Ltd. 5501 XC100C55-xxxx NVME SSD 5c01 XC100C5C-xxxx, XC100E5C-xxxx NVME SSD @@ -25564,21 +27025,31 @@ 1d5c Fantasia Trading LLC 1d61 Technobox, Inc. 1d62 Nebbiolo Technologies +1d63 StorArt Technology Co., Ltd + 3801 SA3801 PCIe 3.0 x2 NVMe controller 1d65 Imagine Communications Corp. 04de Taurus/McKinley -1d69 Celeno Communications +# nee Celeno Communications +1d69 Renesas Electronics Corp. 2432 CL2432 2440 CL2440 + 8000 CL80x0 Wireless Network Adapter + 8046 CL8046 Wireless Network Adapter 1d6a Aquantia Corp. 0001 AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] + 4c52 6880 LREC6880BT Single-port 10Gb Ethernet Network Adapter 00b1 AQtion AQC100 NBase-T/IEEE 802.3an Ethernet Controller [Atlantic 10G] + 1043 874a XG-C100F 10GbE SFP+ Ethernet Adapter 00c0 Antigua NBase-T/IEEE 802.3an Ethernet Controller - Engineering Sample 04c0 AQtion AQC113 NBase-T/IEEE 802.3an Ethernet Controller [Antigua 10G] + 4c52 1053 LRES1053PT Quad-port 10Gb Ethernet Network Adapter + 4c52 2051 LRES2051PT Single-port 10Gb Ethernet Network Adapter 07b1 AQtion AQC107 NBase-T/IEEE 802.3an Ethernet Controller [Atlantic 10G] # Older revision of QNAP QM2 M.2 2280 PCIe SSD & 10GbE Expansion Card 1baa 07b1 QM2-2P10G1TA [QXG 10GbE Network Adapter] # Newer revision of QNAP QM2 M.2 2280 PCIe SSD & 10GbE Expansion Card 1baa 07b2 QM2-2P10G1TA [QM2 Expansion Adapter] + 4c52 6880 LREC6880BT Single-port 10Gb Ethernet Network Adapter 08b1 AQC108 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] 11b1 AQC111 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] 12b1 AQC112 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] @@ -25586,9 +27057,12 @@ 14c0 AQC113C NBase-T/IEEE 802.3an Ethernet Controller [Marvell Scalable mGig] 80b1 AQtion AQC100S NBase-T/IEEE 802.3an Ethernet Controller [Atlantic 10G] 87b1 AQtion AQC107S NBase-T/IEEE 802.3an Ethernet Controller [Atlantic 10G] + 16b8 72e1 Solo 10G Thunderbolt 3 PCIe 10Gb Ethernet Adapter + 1c7a de2b Thunderbolt 10G Ethernet Adapter 93c0 AQtion AQC114CS NBase-T/IEEE 802.3bz Ethernet Controller [Antigua 5G] 94c0 AQtion AQC113CS NBase-T/IEEE 802.3an Ethernet Controller [Antigua 10G] 1043 87f5 ProArt X570-CREATOR WIFI + 1043 8812 ASUS XG-C100C 10G PCI-E Network Adapter d107 AQtion AQC107 NBase-T/IEEE 802.3an Ethernet Controller [Atlantic 10G] 1043 8741 XG-C100C d108 AQC108 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] @@ -25633,6 +27107,15 @@ 1024 AR-TK242 [2x10GbE Packet Capture Device] 1025 AR-TK242-FX2 [2x100GbE Gen5 Packet Capture Device] 1026 AR-TK242-FX2 [1x200GbE Gen5 Packet Capture Device] + 1027 AR-P2P-DBG [P2P Debug Function] + 1028 AR-P2P-ATR [P2P Actor Function] + 1029 AR-P2P-UTL [P2P Utility Function] + 102a AR-TK242-FX2 [4x100GbE Gen5 Packet Capture-Replay Device] + 102b AR-ARKV-FX1 [Arkville 128B DPDK Data Mover for Versal/CPM5] + 102c AR-TK242-V80 [Gen5 PCAP Processor] + 102d AR-TK242-FX2 [8x10GbE Gen5 Packet Capture-Replay Device] + 102e AR-TK242-FX2 [8x25GbE Gen5 Packet Capture-Replay Device] + 102f AR-TK242-FX2 [1x400GbE Gen5 Packet Capture-Replay Device] 4200 A5PL-E1-10GETI [10 GbE Ethernet Traffic Instrument] 1d72 Xiaomi 1d78 DERA Storage @@ -25694,14 +27177,24 @@ 1d78 7108 D7436 U.2 15mm 7.68TB NVMe SSD 1d78 7109 D7456 U.2 15mm 12.8TB NVMe SSD 1d78 710a D7436 U.2 15mm 15.36TB NVMe SSD + 1d78 7143 D7556 U.2 15mm 1.6TB dual port NVMe SSD + 1d78 7144 D7536 U.2 15mm 1.92TB dual port NVMe SSD + 1d78 7145 D7556 U.2 15mm 3.2TB dual port NVMe SSD + 1d78 7146 D7536 U.2 15mm 3.84TB dual port NVMe SSD + 1d78 7147 D7556 U.2 15mm 6.4TB dual port NVMe SSD + 1d78 7148 D7536 U.2 15mm 7.68TB dual port NVMe SSD + 1d78 7149 D7556 U.2 15mm 12.8TB dual port NVMe SSD + 1d78 714a D7536 U.2 15mm 15.36TB dual port NVMe SSD 1d78 7202 Aliflash V2 U.2 15mm 1.92TB NVMe SSD 1d78 7204 Aliflash V2 U.2 15mm 3.84TB NVMe SSD 1d78 7208 Aliflash V2 U.2 15mm 7.68TB NVMe SSD + 1516 DERA D8436/D8456 NVMe SSD 1d79 Transcend Information, Inc. 2262 NVMe PCIe SSD 220S/MTE662T2 2263 NVMe PCIe SSD 110S/112S/120S/MTE300S/MTE400S/MTE652T2 (DRAM-less) 2264 NVMe PCIe SSD 250H - 2267 NVMe PCIe SSD 240S/MTE710T + 2267 NVMe PCIe SSD 220S/240S/MTE710T + 2269 NVMe PCIe SSD 410S (DRAM-less) 5766 NVMe PCIe SSD 110Q (DRAM-less) 1d7c Aerotech, Inc. # Fiber-optic HyperWire motion control bus from Aerotech. @@ -25711,17 +27204,21 @@ 0102 Codensity D408 PCIe Gen4 NVMe SSD 0202 Codensity T408 Video Encoding-Decoding Accelerator 0401 Quadra Video Processing Unit (VPU) + 0411 Quadra Video Processing Unit (VPU) Virtual Function # nee Fuzhou Rockchip Electronics Co., Ltd 1d87 Rockchip Electronics Co., Ltd 0100 RK3399 PCI Express Root Port 1808 RK1808 Neural Network Processor Card + 182a RK182x Edge AI Computing Coprocessor 3528 RK3528 PCI Express Root Port 3562 RK3562 PCI Express Root Port 3566 RK3568 Remote Signal Processor + 3576 RK3576 3588 RK3588 1d89 YEESTOR Microelectronics Co., Ltd 0280 PCIe NVMe SSD -1d8f Enyx + ef25 GDRAMARS GMT1000 NVMe SSD (DRAM-less) +1d8f Exegy 1d92 Abaco Systems Inc. 1d93 YADRO 1d94 Chengdu Haiguang IC Design Co., Ltd. @@ -25758,22 +27255,31 @@ 0001 Colossus GC2 [C2] 0002 Colossus GC1 [S1] 1d97 Shenzhen Longsys Electronics Co., Ltd. + 0304 HIKSEMI FUTURE Lite NVMe SSD 1062 Lexar NM710 NVME SSD 1160 FORESEE P900 BGA NVMe SSD (DRAM-less) 1202 Lexar NM610 PRO NVME SSD (DRAM-less) - 1602 Lexar NM790 NVME SSD (DRAM-less) + 12e4 ORCA 4836 Series eSSD + 1602 Lexar NM790 / Patriot Viper VP4300 Lite NVMe SSD (DRAM-less) + 1806 Lexar NM990 NVMe SSD (DRAM-less) 1d97 Lexar NM620 NVME SSD (DRAM-less) 2263 SM2263EN/SM2263XT-based OEM NVME SSD (DRAM-less) 2269 FORESEE XP2000, Lexar NM760 NVME SSD (DRAM-less) + 2508 Lexar NM1090 PRO NVMe SSD + 2708 Lexar microSD Express card (DRAM-less) 5216 FORESEE XP1000 / Lexar Professional CFexpress Type B Gold series, NM620 PCIe NVME SSD (DRAM-less) 5220 FORESEE XP2100 NVMe SSD (DRAM-less) 5236 Lexar NM800 PRO NVME SSD + 5772 Lexar NQ700 NVME SSD (DRAM-less) # nee Facebook, Inc. 1d9b Meta Platforms, Inc. 0010 Networking DOM Engine 0011 IO Bridge + 0013 Host Network Interface + 0400 Time Card 1da1 Teko Telecom S.r.l. 1da2 Sapphire Technology Limited + 475d Radeon RX 7800 XT [PULSE] e26a Radeon R7 250 e445 Sapphire Radeon RX 6700 1da3 Habana Labs Ltd. @@ -25786,12 +27292,16 @@ 1010 HL-2000 AI Training Accelerator [Gaudi secured] # PCIe accelerator card for Deep Learning training tasks 1020 Gaudi2 AI Training Accelerator + 1060 Gaudi3 AI Training Accelerator + 1063 Gaudi3 AI Training Accelerator Add-In Family + 1da3 1063 HL-338 Gaudi3 AI Accelerator PCIe Add-In Card 1da8 Corigine, Inc. 3800 Network Flow Processor 3800 3803 Network Flow Processor 3800 Virtual Function 1dad Fungible 0108 FC50, FC100, FC200 DPU NVMeoF Adapters -1db2 ATP ELECTRONICS INC +1db2 ATP Electronics, Inc. +1db3 Unisoc (Shanghai) Technologies Co., Ltd. 1db7 Phytium Technology Co., Ltd. dc20 [X100 Series] dc21 VPU Controller [X100 Series] @@ -25814,12 +27324,18 @@ dc36 LDMA Controller [X100 Series] dc38 LSD_CFG Controller [X100 Series] dc3a SWITCH Controller [X100 Series] + dc3b MAC Controller [D3000M Series] dc3c GPU_DMA Controller [X100 Series] + dc3e DCController [E2000 Series] + dc3f SATA Controller [D3000M Series] 1dbb NGD Systems, Inc. + 1021 ICS-8100 NVMe SSD 1dbe INNOGRIT Corporation - 5216 NVMe SSD Controller IG5216 (DRAM-less) - 5220 NVMe SSD Controller IG5220 (DRAM-less) - 5236 NVMe SSD Controller IG5236 + 5208 NVMe SSD Controller IG5208 [Shasta] (DRAM-less) + 5216 NVMe SSD Controller IG5216 [Shasta+] (DRAM-less) + 5220 NVMe SSD Controller IG5220 [RainierQX] (DRAM-less) + 5222 NVMe SSD Controller IG5222 [RainierX] (DRAM-less) + 5236 NVMe SSD Controller IG5236 [RainierPC] 1dbe 4001 Dongting-B1 DC SSD M.2 480GB 1dbe 4002 Dongting-B1 DC SSD M.2 960GB 5636 NVMe DC SSD IG5636 @@ -25838,13 +27354,45 @@ 1dbe 2004 Dongting-N2 DC SSD U.2 3840GB 1dbe 2005 Dongting-N2 DC SSD U.2 6400GB 1dbe 2006 Dongting-N2 DC SSD U.2 7680GB + 1dbe 2118 Dongting-N2Q DC QLC SSD U.2 15360GB + 1dbe 2190 Dongting-N2Q DC QLC SSD U.2 30720GB + 1dbe 2201 Dongting-N2 2000 DC SSD U.2 1600GB + 1dbe 2202 Dongting-N2 2000 DC SSD U.2 1920GB + 1dbe 2203 Dongting-N2 2000 DC SSD U.2 3200GB + 1dbe 2204 Dongting-N2 2000 DC SSD U.2 3840GB + 1dbe 2205 Dongting-N2 2000 DC SSD U.2 6400GB + 1dbe 2206 Dongting-N2 2000 DC SSD U.2 7680GB 1dbe 3001 Donghu-Z2 DC ZNS SSD U.2 4000GB 1dbe 3002 Donghu-Z2 DC ZNS SSD U.2 8000GB + 5666 NVMe SSD Controller IG5666 + 5668 NVMe PCIe 5.0 DC SSD + 1dbe 5003 Dongting-N3 DC SSD U.2 3200GB + 1dbe 5004 Dongting-N3 DC SSD U.2 3840GB + 1dbe 5005 Dongting-N3 DC SSD U.2 6400GB + 1dbe 5006 Dongting-N3 DC SSD U.2 7680GB + 1dbe 5007 Dongting-N3 DC SSD U.2 12800GB + 1dbe 5008 Dongting-N3 DC SSD U.2 15360GB + 1dbe 5009 Dongting-N3 DC SSD U.2 25600GB + 1dbe 5080 Dongting-N3 DC SSD U.2 30720GB + 1dbe 5118 Dongting-N3Q DC QLC SSD U.2 15360GB + 1dbe 5190 Dongting-N3Q DC QLC SSD U.2 30720GB + 1dbe 5192 Dongting-N3Q DC QLC SSD U.2 61440GB + 1dbe 5803 Dongting-N3 DC SSD E3.S 3200GB + 1dbe 5804 Dongting-N3 DC SSD E3.S 3840GB + 1dbe 5805 Dongting-N3 DC SSD E3.S 6400GB + 1dbe 5806 Dongting-N3 DC SSD E3.S 7680GB + 1dbe 5807 Dongting-N3 DC SSD E3.S 12800GB + 1dbe 5808 Dongting-N3 DC SSD E3.S 15360GB + 1dbe 5809 Dongting-N3 DC SSD E3.S 25600GB + 1dbe 5880 Dongting-N3 DC SSD E3.S 30720GB + 1dbe 6116 Dongting-Z3Q DC ZNS SSD U.2 7680GB + 5669 NVMe SSD Controller IG5669 [Tacoma] 1dbf Guizhou Huaxintong Semiconductor Technology Co., Ltd 0401 StarDragon4800 PCI Express Root Port 1dc2 Alco Digital Devices Limited 1dc5 FADU Inc. 4081 FC4121 PCIe 4.0 NVMe controller [DELTA] + 5161 FC5161 PCIe 5.0 NVMe controller [ECHO] 6150 FC3081 PCIe 3.0 NVMe controller [BRAVO] 1dcd Liqid Inc. 1dcf Beijing Sinead Technology Co., Ltd. @@ -25853,6 +27401,16 @@ 0010 N-10m2 NVMe SSD 0016 N-16 0020 EN-20 BGA NVMe SSD (DRAM-less) + 0030 N-30m2 NVMe SSD + 0036 N-36m2 NVMe SSD + 1200 D1200 NVMe SSD + 3000 N3000 NVMe SSD + 3002 N3002 NVMe SSD + 3602 N3602 NVMe SSD + 4131 A1x NVMe SSD Series + 4432 D2x NVMe SSD Series + 5200 N5200 NVMe SSD +1dd5 Manli Technology Group Limited 1dd8 AMD Pensando Systems 0002 DSC2 Elba Upstream Port 1dd8 100e Distributed Services Card @@ -25866,6 +27424,10 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 0008 DSC3 Salina Upstream Port + 1dd8 100e Distributed Services Card + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card 1000 DSC Capri Upstream Port 1dd8 4000 Naples 100Gb 2-port QSFP28 x16 8GB 1dd8 4001 Naples 100Gb 2-port QSFP28 x16 4GB @@ -25899,6 +27461,8 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card 1002 DSC Ethernet Controller 1dd8 100e Distributed Services Card 1dd8 4000 Naples 100Gb 2-port QSFP28 x16 8GB @@ -25921,6 +27485,8 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card 1003 DSC Ethernet Controller VF 1dd8 100e Distributed Services Card 1dd8 4000 Naples 100Gb 2-port QSFP28 x16 8GB @@ -25943,6 +27509,8 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card 1004 DSC Management Controller 1dd8 100e Distributed Services Card 1dd8 4000 Naples 100Gb 2-port QSFP28 x16 8GB @@ -25965,6 +27533,8 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card 1005 DSC NVMe Controller 1dd8 100e Distributed Services Card 1dd8 5001 DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 Services Card @@ -25977,6 +27547,7 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card 1006 DSC NVMe Controller VF 1dd8 100e Distributed Services Card 1dd8 5001 DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 Services Card @@ -25989,6 +27560,7 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card 1007 DSC Storage Accelerator 1dd8 100e Distributed Services Card 1dd8 4000 Naples 100Gb 2-port QSFP28 x16 8GB @@ -26059,6 +27631,8 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card 100d DSC Virtio Network Device VF 1dd8 100e Distributed Services Card 1dd8 5001 DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 Services Card @@ -26071,6 +27645,11 @@ 1dd8 500d DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4 1dd8 500e DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R5 1dd8 500f DSC2-200 50/100/200G 2-port 32G RAM 64G eMMC G2 DPU R4-T + 1dd8 5200 DSC3-2Q400 100/200/400G 2-port DDR5 128G eMMC G3 Services Card + 100f Register/Memory Resource Device + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card + 1012 TAWK IPC Device + 1dd8 5201 POLLARA-1Q400 100/200/400G 1-port Card 1ddd Thorlabs 1de0 Groq 0000 TSP [GroqChip] @@ -26090,7 +27669,6 @@ 2000 NoLoad Hardware Development Kit 3000 eBPF-based PCIe Accelerator 1ded Alibaba (China) Co., Ltd. -# A RDMA (iWarp) device provided by Alibaba Cloud used in ECS environment 107f Elastic RDMA Adapter 5007 Elastic RDMA Adapter 8000 M1 Root Port @@ -26099,9 +27677,32 @@ 8003 RCEC PF 8004 RCEC VF 1dee Biwin Storage Technology Co., Ltd. + 1202 HP EX900 Plus NVMe SSD (DRAM-less) + 1602 HP FX700 NVMe SSD (DRAM-less) 2262 HP EX950 NVMe SSD 2263 HP EX900 NVMe SSD (DRAM-less) + 2500 XCG 2500 Enterprise Gen 4 SSD + 4121 PCIe 4.0 SP406/416 NVMe SSD + 1dee 0000 NVMe SSD SP416 800G 2.5" U.2 + 1dee 0001 NVMe SSD SP416 1.6T 2.5" U.2 + 1dee 0002 NVMe SSD SP416 3.2T 2.5" U.2 + 1dee 0003 NVMe SSD SP416 6.4T 2.5" U.2 + 1dee 0010 NVMe SSD SP406 960G 2.5" U.2 + 1dee 0011 NVMe SSD SP406 1.92T 2.5" U.2 + 1dee 0012 NVMe SSD SP406 3.84T 2.5" U.2 + 1dee 0013 NVMe SSD SP406 7.68T 2.5" U.2 + 5161 BIWIN NVMe SSD SP506/SP516 + 1dee 0001 NVMe SSD SP516 1.6T 2.5" U.2 + 1dee 0002 NVMe SSD SP516 3.2T 2.5" U.2 + 1dee 0003 NVMe SSD SP516 6.4T 2.5" U.2 + 1dee 0004 NVMe SSD SP516 12.8T 2.5" U.2 + 1dee 0011 NVMe SSD SP506 1.92T 2.5" U.2 + 1dee 0012 NVMe SSD SP506 3.84T 2.5" U.2 + 1dee 0013 NVMe SSD SP506 7.68T 2.5" U.2 + 1dee 0014 NVMe SSD SP506 15.36T 2.5" U.2 5216 KingSpec NX series NVMe SSD (DRAM-less) + 5236 Acer Predator GM7000 NVMe SSD + 7700 BIWIN NVMe SSD SP50Y/SP51Y 1def Ampere Computing, LLC e005 eMAG PCI Express Root Port 0 e006 eMAG PCI Express Root Port 1 @@ -26178,6 +27779,7 @@ 1df3 0001 ENA2100RN 1df5 Shenzhen TIGO Semiconductor 1202 kimtigo NVMe SSD (DRAM-less) + 2263 kimtigo MG931K NVMe SSD (DRAM-less) 1df7 opencpi.org 0001 ml605 0002 alst4 @@ -26185,15 +27787,23 @@ 1df8 V&G Information System Co.,Ltd 3000 PC NVMe SSD 1df8 3100 M.2 NVMe Gen3*4 SSD + 4000 M.2 NVMe SSD + 1df8 4001 M.2 NVMe Gen4*4 SSD + 1df8 4002 M.2 NVMe Gen4*4 SSD c000 DC NVMe SSD 1df8 c600 Enterprise U.2 NVMe SSD d000 PC NVMe SSD 1df8 d100 M.2 NVMe SSD 1df8 d201 M.2 NVMe SSD 1df8 d600 M.2 NVMe SSD +1dfa Astera Labs, Inc. + 01e2 CXL 2.0 Memory Controller CM5xxxx [Leo] + 05c0 PCIe 6 Fabric Switch PF6xxx [Scorpio] 1dfc JSC NT-COM 1181 TDM 8 Port E1/T1/J1 Adapter 1e0d SambaNova Systems, Inc +1e0e Qualcomm / Option SimTech, Incorporated + 9071 SIM8230G 5GNR/LTE/GNSS 1e0f KIOXIA Corporation 0001 NVMe SSD Controller BG4 (DRAM-less) 0007 NVMe SSD Controller Cx6 @@ -26238,6 +27848,26 @@ 1028 2193 NVMe CD7 E3.S 1.92TB 1028 2194 NVMe CD7 E3.S 3.84TB 1028 2195 NVMe CD7 E3.S 7.68TB + 0013 NVMe SSD Controller CM7 + 1028 222d Ent NVMe CM7 FIPS U.2 RI 30.72TB + 1028 222e Ent NVMe CM7 FIPS U.2 RI 15.36TB + 1028 222f Ent NVMe CM7 FIPS U.2 RI 7.68TB + 1028 2230 Ent NVMe CM7 FIPS U.2 RI 3.84TB + 1028 2231 Ent NVMe CM7 FIPS U.2 RI 1.92TB + 1028 2232 Ent NVMe CM7 U.2 RI 30.72TB + 1028 2233 Ent NVMe CM7 U.2 RI 15.36TB + 1028 2234 Ent NVMe CM7 U.2 RI 7.68TB + 1028 2235 Ent NVMe CM7 U.2 RI 3.84TB + 1028 2236 Ent NVMe CM7 U.2 RI 1.92TB + 1028 2237 Ent NVMe CM7 FIPS U.2 MU 12.8TB + 1028 2238 Ent NVMe CM7 FIPS U.2 MU 6.4TB + 1028 2239 Ent NVMe CM7 FIPS U.2 MU 3.2TB + 1028 223a Ent NVMe CM7 FIPS U.2 MU 1.6TB + 1028 223b Ent NVMe CM7 U.2 MU 12.8TB + 1028 223c Ent NVMe CM7 U.2 MU 6.4TB + 1028 223d Ent NVMe CM7 U.2 MU 3.2TB + 1028 223e Ent NVMe CM7 U.2 MU 1.6TB + 1028 228c Ent NVMe CM7 U.2 MU 6.4TB 0014 NVMe SSD Controller CM7 EDSFF 1028 223f Ent NVMe CM7 FIPS E3.S RI 15.36TB 1028 2240 Ent NVMe CM7 FIPS E3.S RI 7.68TB @@ -26256,6 +27886,7 @@ 1028 22ba Ent NVMe CM7 FIPS E3.S MU 12.8TB 0018 Exceria Pro NVMe SSD 001a NVMe SSD Controller BG6 (DRAM-less) + 001b NVMe SSD Controller EG6 (DRAM-less) 001f NVMe SSD Controller CD8 1028 2223 DC NVMe CD8 U.2 SED 15.36TB 1028 2224 DC NVMe CD8 U.2 SED 7.68TB @@ -26286,6 +27917,8 @@ 1028 223c Ent NVMe CM7 U.2 MU 6.4TB 1028 223d Ent NVMe CM7 U.2 MU 3.2TB 1028 223e Ent NVMe CM7 U.2 MU 1.6TB + 002a Exceria Plus G3 NVMe SSD (DRAM-less) + 002b NVMe SSD Controller CD8P 002c NVMe SSD Controller CD8P EDSFF 1028 22bf DC NVMe CD8P E3.S 15.36TB 1028 22c0 DC NVMe CD8P E3.S 7.68TB @@ -26295,6 +27928,16 @@ 1028 22c8 DC NVMe CD8P E3.S MU 6.4TB 1028 22c9 DC NVMe CD8P E3.S MU 3.2TB 1028 22ca DC NVMe CD8P E3.S MU 1.6TB + 002e NVMe SSD Controller XD8 + 002f NVMe SSD Controller BG7 (DRAM-less) + 0030 NVMe SSD Controller EG7 + 0031 PCIe 5.0 NVMe SSD Controller XG10 + 0032 PCIe 4.0 NVMe SSD Controller XG10d + 0033 Exceria Plus G4 NVMe SSD (DRAM-less) + 0034 CM9-based E3.S NVMe SSD + 0035 CM9-based U3 NVMe SSD + 003e LC9 E3.S NVMe SSD + 003f LC9 U.2 NVMe SSD 1e17 Arnold & Richter Cine Technik GmbH & Co. Betriebs KG 1e18 Beijing GuangRunTong Technology Development Co.,Ltd 1e24 Squirrels Research Labs @@ -26309,6 +27952,10 @@ # JungleCat VU35P Module 1635 JCM35 1e26 Fujitsu Client Computing Limited +# nee Bitmain Technologies Ltd. +1e30 Sophgo + 1684 BM1684 [Sophon Series Deep Learning Accelerator] + 2042 SG2042 Root Complex 1e36 Shanghai Enflame Technology Co. Ltd 0001 T10 [CloudBlazer] 0002 T11 [CloudBlazer] @@ -26329,7 +27976,11 @@ # FHFL PCIe card, dual slot, 3rd generation from Enflame, 48GB device memory c032 S90 [Enflame] # FHFL PCIe card, dual slot, 3rd generation from Enflame, 48GB device memory - c033 S60 [Enflame] + c033 S60G [Enflame] +# FHFL PCIe card, dual slot, 3rd generation from Enflame, 48GB device memory + c035 S60 [Enflame] + c041 L300 [Enflame] + c042 L600 [Enflame] # nee Thinci, Inc 1e38 Blaize, Inc 0102 Xplorer X1600 @@ -26338,9 +27989,17 @@ 2263 270PM6, 270PM7 series NVMe SSD 1e3b DapuStor Corporation 0600 NVMe SSD Controller DP600 - 1e3b 0006 Enterprise NVMe SSD U.2 QDP 7.68TB (J5000) + 1e3b 0006 Enterprise NVMe SSD U.2 7.68TB (J5000) + 1e3b 000c Enterprise NVMe SSD U.2 30.72TB (J5060) + 1e3b 000d Enterprise NVMe SSD U.2 61.44TB (J5060) + 1e3b 000e Enterprise NVMe SSD U.2 30.72TB (J5060D) + 1e3b 000f Enterprise NVMe SSD U.2 61.44TB (J5060D) 1e3b 0010 Enterprise NVMe SSD U.2 3.84TB (R5102) 1e3b 0013 Enterprise NVMe SSD U.2 3.20TB (R5302) + 1e3b 0027 Enterprise NVMe SSD U.2 61.44TB (J5060) + 1e3b 0028 Enterprise NVMe SSD U.2 61.44TB (J5060D) + 1e3b 0029 Enterprise NVMe SSD U.2 15.36TB (J5060) + 1e3b 002a Enterprise NVMe SSD U.2 15.36TB (J5060D) 1e3b 0030 Enterprise NVMe SSD U.2 3.84TB (J5100) 1e3b 0031 Enterprise NVMe SSD U.2 7.68TB (J5100) 1e3b 0032 Enterprise NVMe SSD U.2 15.36TB (J5100) @@ -26373,10 +28032,14 @@ 1e3b 0069 Enterprise NVMe SSD U.2 3.20TB (R5301D) 1e3b 006c Enterprise NVMe SSD U.2 1.92TB (R5101) 1e3b 006d Enterprise NVMe SSD U.2 1.60TB (J5301) - 1e3b 00b9 Enterprise NVMe SSD U.2 QDP 25.60TB (R5300) - 1e3b 00be Enterprise NVMe SSD U.2 QDP 30.72TB (R5100) - 1e3b 00c1 Enterprise NVMe SSD U.2 QDP 25.60TB (R5300D) - 1e3b 00c4 Enterprise NVMe SSD U.2 QDP 30.72TB (R5100D) + 1e3b 0083 Enterprise NVMe SSD AIC 1.6TB (J5310) + 1e3b 0096 Enterprise NVMe SSD AIC 1.92TB (J5110) + 1e3b 00b9 Enterprise NVMe SSD U.2 25.60TB + 1e3b 00be Enterprise NVMe SSD U.2 30.72TB + 1e3b 00c1 Enterprise NVMe SSD U.2 25.60TB + 1e3b 00c4 Enterprise NVMe SSD U.2 30.72TB + 1e3b 00c7 Enterprise NVMe SSD U.2 25.60TB (J5301) + 1e3b 00c8 Enterprise NVMe SSD U.2 30.72TB (J5000) 1e3b 00c9 Enterprise NVMe SSD U.2 15.36TB (J5000) 1e3b 00ca Enterprise NVMe SSD U.2 3.84TB (J5102) 1e3b 00cb Enterprise NVMe SSD U.2 7.68TB (J5102) @@ -26384,16 +28047,111 @@ 1e3b 00cd Enterprise NVMe SSD U.2 7.68TB (J5101) 1e3b 00ce Enterprise NVMe SSD U.2 3.84TB (J5101D) 1e3b 00cf Enterprise NVMe SSD U.2 7.68TB (J5101D) + 1e3b 00dc Enterprise NVMe SSD U.2 30.72TB (J5000) + 1e3b 00dd Enterprise NVMe SSD U.2 30.72TB(J5000) + 1e3b 00de Enterprise NVMe SSD U.2 15.36TB (J5000D) + 1e3b 00df Enterprise NVMe SSD U.2 30.72TB (J5000) + 1e3b 00e7 Enterprise NVMe SSD U.2 30.72TB (J5000D) 1e3b 00e8 Enterprise NVMe SSD U.2 3.20TB (J5301) 1e3b 00e9 Enterprise NVMe SSD U.2 6.40TB (J5301) 1e3b 00ea Enterprise NVMe SSD U.2 3.20TB (J5301D) 1e3b 00eb Enterprise NVMe SSD U.2 6.40TB (J5301D) + 1e3b 00ec Enterprise NVMe SSD U.2 7.68TB (J5100) + 1e3b 00ed Enterprise NVMe SSD U.2 30.72TB (R5101) + 1e3b 00ee Enterprise NVMe SSD U.2 15.36B (J5101) + 1e3b 00ef Enterprise NVMe SSD U.2 12.80TB (J5301) 1e3b 00f0 Enterprise NVMe SSD U.2 0.40TB (X2900) 1e3b 00f1 Enterprise NVMe SSD U.2 0.80TB (X2900) 1e3b 00f2 Enterprise NVMe SSD U.2 1.60TB (X2900) 1e3b 00f3 Enterprise NVMe SSD U.2 3.20TB (X2900) 1e3b 00f5 Enterprise NVMe SSD U.2 0.40TB (X2900P) 1e3b 00f6 Enterprise NVMe SSD U.2 0.80TB (X2900P) + 1e3b 00f8 Enterprise NVMe SSD U.2 122.88TB + 1e3b 00f9 Enterprise NVMe SSD U.2 122.88TB (J5060D) + 1e3b 00fc Enterprise NVMe SSD U.2 7.68TB (J5000D) + 0800 NVMe SSD Controller DP800 + 1e3b 0001 Enterprise NVMe SSD U.2 3.84TB (R6101) + 1e3b 0003 Enterprise NVMe SSD U.2 7.68TB (R6100) + 1e3b 0004 Enterprise NVMe SSD U.2 7.68TB (R6101) + 1e3b 0006 Enterprise NVMe SSD U.2 15.36TB (R6100) + 1e3b 0007 Enterprise NVMe SSD U.2 15.36TB (R6101) + 1e3b 000a Enterprise NVMe SSD U.2 3.2TB (R6301) + 1e3b 000c Enterprise NVMe SSD U.2 6.4TB (R6300) + 1e3b 000d Enterprise NVMe SSD U.2 6.4TB (R6301) + 1e3b 000f Enterprise NVMe SSD U.2 12.8TB (R6300) + 1e3b 0010 Enterprise NVMe SSD U.2 12.8TB (R6301) + 1e3b 0018 Enterprise NVMe SSD U.2 3.84TB (R6101C) + 1e3b 0019 Enterprise NVMe SSD U.2 7.68TB (R6101C) + 1e3b 001a Enterprise NVMe SSD U.2 3.2TB (R6301C) + 1e3b 001b Enterprise NVMe SSD U.2 6.4TB (R6301C) + 1e3b 001d Enterprise NVMe SSD U.2 3.84TB (R6101) + 1e3b 001e Enterprise NVMe SSD U.2 3.84TB (R6100) + 1e3b 001f Enterprise NVMe SSD U.2 1.92TB (R6101) + 1e3b 0024 Enterprise NVMe SSD U.2 3.2TB (R6300) + 1e3b 0027 Enterprise NVMe SSD U.2 7.68TB (R6101) + 1e3b 0028 Enterprise NVMe SSD U.2 15.36TB (R6101) + 1e3b 002a Enterprise NVMe SSD U.2 6.4TB (R6301) + 1e3b 002b Enterprise NVMe SSD U.2 12.8TB (R6301) + 1e3b 002c Enterprise NVMe SSD U.2 30.72TB (R6101) + 1e3b 002d Enterprise NVMe SSD U.2 25.6TB (R6301) + 1e3b 002e Enterprise NVMe SSD U.2 15.36TB (R6000) + 1e3b 002f Enterprise NVMe SSD U.2 30.72TB (R6000) + 1e3b 0034 Enterprise NVMe SSD U.2 30.72TB (R6060) + 1e3b 0035 Enterprise NVMe SSD U.2 61.44TB (R6060) + 1e3b 0036 Enterprise NVMe SSD U.2 122.88TB (R6060) + 1e3b 003b Enterprise NVMe SSD U.2 1.6TB (R6301) + 1e3b 003f Enterprise NVMe SSD U.2 7.68TB (R6100) + 1e3b 0040 Enterprise NVMe SSD U.2 15.36TB (R6100) + 1e3b 0041 Enterprise NVMe SSD U.2 6.4TB (R6300) + 1e3b 0042 Enterprise NVMe SSD U.2 12.8TB (R6300) + 1e3b 0043 Enterprise NVMe SSD U.2 1.92TB (R6101) + 1e3b 0049 Enterprise NVMe SSD U.2 1.92TB (R6101) + 1e3b 0051 Enterprise NVMe SSD U.2 7.68TB (R6101) + 1e3b 0052 Enterprise NVMe SSD U.2 15.36TB (R6101) + 1e3b 0054 Enterprise NVMe SSD U.2 6.4TB (R6301) + 1e3b 0055 Enterprise NVMe SSD U.2 12.8TB (R6301) + 1e3b 0058 Enterprise NVMe SSD U.2 0.8TB (X5900P) + 1e3b 0059 Enterprise NVMe SSD U.2 15.36TB (R6060) + 1e3b 005a Enterprise NVMe SSD U.2 3.84TB (R6101) + 1e3b 005c Enterprise NVMe SSD U.2 3.84TB (R6101) + 1e3b 0060 Enterprise NVMe SSD U.2 15.36TB (R6000) + 1e3b 0061 Enterprise NVMe SSD U.2 30.72TB (R6000) + 1e3b 0062 Enterprise NVMe SSD U.2 15.36TB (R6060) + 1e3b 0063 Enterprise NVMe SSD U.2 30.72TB (R6060) + 1e3b 0064 Enterprise NVMe SSD U.2 61.44TB (R6060) + 1e3b 0065 Enterprise NVMe SSD U.2 122.88TB (R6060) + 1e3b 0067 Enterprise NVMe SSD U.2 7.68TB (R6101) + 1e3b 0068 Enterprise NVMe SSD U.2 15.36TB (R6101) + 1e3b 0069 Enterprise NVMe SSD U.2 6.4TB (R6301) + 1e3b 006a Enterprise NVMe SSD U.2 12.8TB (R6301) + 1e3b 0070 Enterprise NVMe SSD U.2 7.68TB (R6101) + 1e3b 0071 Enterprise NVMe SSD U.2 15.36TB (R6101) + 1e3b 0072 Enterprise NVMe SSD U.2 6.4TB (R6301) + 1e3b 0073 Enterprise NVMe SSD U.2 12.8TB (R6301) + 1e3b 0077 Enterprise NVMe SSD U.2 3.84TB (R6100) + 1e3b 0078 Enterprise NVMe SSD U.2 3.2TB (R6300) + 1e3b 0079 Enterprise NVMe SSD U.2 3.84TB (R6100) + 1e3b 007a Enterprise NVMe SSD U.2 3.2TB (R6300) + 1e3b 007b Enterprise NVMe SSD U.2 30.72TB (R6101) + 1e3b 007c Enterprise NVMe SSD U.2 25.6TB (R6301) + 1e3b 007d Enterprise NVMe SSD U.2 1.6TB (X5900P) + 1e3b 007e Enterprise NVMe SSD U.2 0.8TB (X5900P) + 1e3b 007f Enterprise NVMe SSD U.2 1.6TB (X5900P) + 1e3b 0143 Enterprise NVMe SSD U.2 1.92TB (R6101) + 1e3b 0144 Enterprise NVMe SSD U.2 1.6TB (R6301) + 1e3b 0149 Enterprise NVMe SSD U.2 1.92TB (R6101) + 1e3b 014c Enterprise NVMe SSD U.2 1.6TB (R6301) + 1e3b 015a Enterprise NVMe SSD U.2 3.84TB (R6101) + 1e3b 015b Enterprise NVMe SSD U.2 3.2TB (R6301) + 1e3b 015c Enterprise NVMe SSD U.2 3.84TB (R6101) + 1e3b 015d Enterprise NVMe SSD U.2 3.2TB (R6301) + 1e3b 2000 Enterprise NVMe SSD E1.S 9.5 3.2TB (X5900P) + 1e3b 3001 Enterprise NVMe SSD E3.S 3.84TB (R6100) + 1e3b 3002 Enterprise NVMe SSD E3.S 7.68TB (R6100) + 1e3b 3003 Enterprise NVMe SSD E3.S 15.36TB (R6100) + 1e3b 3004 Enterprise NVMe SSD E3.S 3.2TB (R6300) + 1e3b 3005 Enterprise NVMe SSD E3.S 6.4TB (R6300) + 1e3b 3006 Enterprise NVMe SSD E3.S 12.8TB (R6300) 1098 Haishen3 NVMe SSD 1e3b 0001 Enterprise NVMe SSD U.2 0.8TB (H2100) 1e3b 0002 Enterprise NVMe SSD U.2 0.96TB (H2200) @@ -26425,27 +28183,96 @@ 1e3b 008a Enterprise NVMe SSD HHHL 0.8TB (H3900) 1e3b 008b Enterprise NVMe SSD HHHL 1.6TB (H3900) 1e3b 0091 Enterprise NVMe SSD HHHL 0.75TB (H3900) + 1321 AdgeStor NVMe SSD + 1e3b 4000 AdgeStor NVMe SSD M.2 0.48TB + 1e3b 4001 AdgeStor NVMe SSD M.2 0.96TB + 1e3b 4002 AdgeStor NVMe SSD M.2 1.92TB + 1e3b 4100 AdgeStor NVMe SSD M.2 0.48TB + 1e3b 4101 AdgeStor NVMe SSD M.2 0.96TB + 1e3b 4102 AdgeStor NVMe SSD M.2 1.92TB 1333 Haishen5 NVMe SSD + 1e3b 001a Enterprise NVMe SSD E3.S 1T 3.84TB (H5100) + 1e3b 001b Enterprise NVMe SSD E3.S 1T 7.68TB (H5100) + 1e3b 001d Enterprise NVMe SSD E3.S 1T 3.2TB (H5300) + 1e3b 001e Enterprise NVMe SSD E3.S 1T 6.4TB (H5300) + 1e3b 0031 Enterprise NVMe SSD U2 3.84TB (H5100) + 1e3b 0032 Enterprise NVMe SSD U2 7.68TB (H5100) + 1e3b 0033 Enterprise NVMe SSD U2 15.36TB (H5100) + 1e3b 0034 Enterprise NVMe SSD U2 3.2TB (H5300) + 1e3b 0035 Enterprise NVMe SSD U2 6.4TB (H5300) + 1e3b 0036 Enterprise NVMe SSD U2 12.8TB (H5300) + 1e3b 004a Enterprise NVMe SSD E3.S 1T 7.68TB (H5100) + 1e3b 004b Enterprise NVMe SSD E3.S 1T 15.36TB (H5100) + 1e3b 004c Enterprise NVMe SSD E3.S 1T 6.4TB (H5300) + 1e3b 004d Enterprise NVMe SSD E3.S 1T 12.8TB (H5300) 1e3b 0081 Enterprise NVMe SSD U.2 3.84TB (H5100) 1e3b 0082 Enterprise NVMe SSD U.2 7.68TB (H5100) 1e3b 0084 Enterprise NVMe SSD U.2 3.2TB (H5300) 1e3b 0085 Enterprise NVMe SSD U.2 6.4TB (H5300) + 1e3b 008a Enterprise NVMe SSD U.2 7.68TB (H5100) + 1e3b 008b Enterprise NVMe SSD U.2 15.36TB (H5100) + 1e3b 008c Enterprise NVMe SSD U.2 30.72TB (H5100) + 1e3b 008d Enterprise NVMe SSD U.2 6.4TB (H5300) + 1e3b 008e Enterprise NVMe SSD U.2 12.8TB (H5300) + 1e3b 008f Enterprise NVMe SSD U.2 25.6TB (H5300) + 1e3b 0090 Enterprise NVMe SSD E1.S 9.5mm 3.84TB (H5100) + 1e3b 0091 Enterprise NVMe SSD E1.S 9.5mm 7.68TB (H5100) + 1e3b 0092 Enterprise NVMe SSD E1.S 9.5mm 3.2TB (H5300) + 1e3b 0093 Enterprise NVMe SSD E1.S 9.5mm 6.4TB (H5300) + 1e3b 0094 Enterprise NVMe SSD E1.S 9.5mm 3.84TB (H5100) + 1e3b 0096 Enterprise NVMe SSD E1.S 9.5mm 3.2TB (H5300) + 1e3b 0098 Enterprise NVMe SSD E1.S 9.5mm 7.68TB (H5100) + 1e3b 0099 Enterprise NVMe SSD E1.S 9.5mm 6.4TB (H5300) + 1e3b 00f0 Enterprise NVMe SSD U2 Mold + 3001 Ethernet Controller DN200 for 10GbE SFP+ + 1e3b 3001 Ethernet Network Adapter DN200-X1V for 10GbE SFP+ 2-port + 3002 Ethernet Controller DN200 Series Virtual Function + 300c Ethernet RAID Combo Controller DN200C for 1GbE + 1e3b 300c Ethernet RAID Combo Adapter DN200C-G2 for 1GbE 4-port + 300d Ethernet RAID Combo Controller DN200C Series Virtual Function + 5001 RAID Controller DP808A + 5002 RAID Controller DP808AL + 50b0 Flexraid6 BootRaid - Type I + 50b1 Flexraid6 BootRaid - Type II + 1e3b 0001 Flexraid6 BootRAID F6100 + 50c1 Combo Card of BootRaid and Ethernet - Type I + 50c2 Combo Card of BootRaid and Ethernet - Type II + 50d0 NVME RAID Card DP800 + 50d1 Flexraid6 NVMeRAID 1e3d Burlywood, Inc 1e43 MaxLinear Inc 8904 MxL8904 8906 MxL8906 8908 MxL8908 1e44 Valve Software +# The actual PCI-SIG member is Elektrobit, a daughter company of Aumovio (ex Continental) +1e48 Aumovio 1e49 Yangtze Memory Technologies Co.,Ltd 0001 ZHITAI PC005 NVMe SSD 0021 ZHITAI TiPro5000 NVMe SSD 0041 ZHITAI TiPro7000 0071 ZHITAI TiPlus7100 + 0081 ZHITAI Ti600 NVMe SSD + 0090 ZHITAI TiPro9000 NVMe SSD + 00a1 ZHITAI TiPlus7100s NVMe SSD (DRAM-less) # YMTC 1001 PC005 NVMe SSD - 1011 PC210 NVMe SSD - 1013 PC210 NVMe SSD - 1031 PC300 NVMe SSD (DRAM-less) + 1011 PC210 M.2 2280 NVMe SSD + 1013 PC210 M.2 2242 NVMe SSD + 1031 PC300 M.2 2280 NVMe SSD (DRAM-less) + 1033 PC300 M.2 2242 NVMe SSD (DRAM-less) + 1071 PC411 M.2 2280 NVMe SSD (DRAM-less) + 1073 PC411 M.2 2242 NVMe SSD (DRAM-less) + 1078 PE321 U.2 NVMe SSD + 1081 PC41Q M.2 2280 NVMe SSD (DRAM-less) + 1083 PC41Q M.2 2242 NVMe SSD (DRAM-less) + 1101 PC450 M.2 2280 NVMe SSD (DRAM-less) + 1103 PC450 M.2 2242 NVMe SSD (DRAM-less) + 1111 PC42Q M.2 2280 NVMe SSD (DRAM-less) + 1113 PC42Q M.2 2242 NVMe SSD (DRAM-less) + 1121 PC550 M.2 2280 NVMe SSD + 1123 PC550 M.2 2242 NVMe SSD + 1a28 PE511 U.2 NVMe SSD 1e4b MAXIO Technology (Hangzhou) Ltd. 1001 NVMe SSD Controller MAP1001 1002 NVMe SSD Controller MAP1002 (DRAM-less) @@ -26456,13 +28283,25 @@ 1602 NVMe SSD Controller MAP1602 (DRAM-less) 1608 NVMe SSD Controller MAP1608 (DRAM-less) 1e4c GSI Technology - 0010 Associative Processing Unit [Leda] + 0010 Gemini-I + 1e4c 0010 Leda-E 1e4c 0120 SE120 + 0020 Gemini-II + 1e4c 0011 Leda-E2 rev 1.1 + 1e4c 0020 G2-Edge 1e50 IP3 Tech (HK) Limited 1e52 Tenstorrent Inc 401e Wormhole + 1e52 0014 n300 + 1e52 0018 n150 b140 Blackhole + 1e52 0040 p150a + 1e52 0041 p150b + 1e52 0043 p100a faca Grayskull + 1e52 0003 e150 + 1e52 0007 e75 + 1e52 000a e300 1e57 Beijing Panyi Technology Co., Ltd 0100 The device has already been deleted. 0000 0100 PY8800 64GB Accelerator @@ -26473,16 +28312,22 @@ 7010 AI controller A7010 1e60 Hailo Technologies Ltd. 2864 Hailo-8 AI Processor + 45c4 Hailo-10H AI Processor 1e67 Untether AI 0002 runAI200 AI Inference Accelerator + 0004 speedAI240 AI Inference Accelerator 1e68 Jiangsu Xinsheng Intelligent Technology Co., Ltd 8111 EP2000Pro PCIe 3 NVMe SSD (DRAM-less) 1e6b Axiado Corp. +1e6c Xsight Labs Ltd. + 0001 XLX1A256A Switch ASIC + 0002 XLX2B128A Switch ASIC 1e7b Dataland 1e7c Brainchip Inc bca1 AKD1000 Neural Network Coprocessor [Akida] 1e7e Pliops - 9034 Pliops Extreme Data Processor [XDP1.0] + 0200 XDP [Extreme Data Processor PRO 1.0] + 9034 XDP [Extreme Data Processor FLEX 1.0] 1e7f Jiangsu Huacun Elec. Tech. Co., Ltd. 6002 MMY MMSP350 PCIe 3 NVMe SSD (DRAM-less) 6003 MMY HC512GP3KH2T PCIe 3 NVMe SSD (DRAM-less) @@ -26499,8 +28344,9 @@ 1e81 a214 NVMe SSD UHXXXa series U.2 6400GB 1e81 f123 NVMe SSD TP6500 series U.2 3840GB 6206 AM620 NVMe SSD + 6a02 AM6A0 NVMe SSD (DRAM-less) 1e83 Huaqin Technology Co.Ltd -1e85 Heitec AG +1e85 HEITEC AG 1e89 ID Quantique SA 0002 Quantis-PCIe-40M 0003 Quantis-PCIe-240M @@ -26515,8 +28361,22 @@ 1ea0 5636 TP1500 Series U.2 NVMe Datacenter SSD 1003 CLR-8W512 NVMe SSD M.2 (DRAM-less) 1005 PLEXTOR M10P(GN) NVMe SSD M.2 + 1006 CA8 Series NVMe SSD M.2 1007 CL4-8D512 NVMe SSD M.2 (DRAM-less) 1008 CL5-8D512 NVMe SSD M.2 (DRAM-less) + 100b XB2-311024 NVMe SSD M.2 (DRAM-less) + 100c CL6 Series NVMe SSD M.2 (DRAM-less) + 100d PJ1 Series NVMe SSD + 1e95 0000 M.2 2280 480 GB + 1e95 0001 M.2 2280 960 GB + 1e95 0002 M.2 2280 1920 GB + 1e95 0003 M.2 22110 3840 GB + 100f EJ5-2W3840 NVMe SSD U.2 + 1010 CX3 Series NVMe SSD + 1e95 0000 M.2 2280 480 GB + 1e95 0001 M.2 2280 960 GB + 1e95 0002 M.2 2280 1,920 GB + 1e95 0003 M.2 2280 3,840 GB 3500 CA5-8D256 NVMe SSD M.2 35f1 PLEXTOR M9PGN Plus NVMe SSD M.2 9100 CL1-3D256-Q11 NVMe SSD M.2 @@ -26526,6 +28386,10 @@ 2a16 Cloud Intelligent Inference Controller 2a18 Video Transcode Controller 2a20 Cloud Intelligent Inference and Training Controller + 2a22 Cloud Intelligent Inference Controller + 2a24 Cloud Intelligent Inference Controller + 2a26 Cloud Intelligent Inference Controller + 2a30 Cloud Video Transcode Controller 1ea7 Intelliprop, Inc 223a Typhon+ PCIe to Gen-Z Bridge 224a IPA-PE224A CXL to Gen-Z Bridge [Sphinx] @@ -26535,11 +28399,15 @@ 1eac Quectel Wireless Solutions Co., Ltd. 1001 EM120R-GL LTE Modem 1002 EM160R-GL LTE Modem + 2001 EM120R-GL 1eae XFX Limited +1eb0 Shenzhen Electrical Appliances CO. + 1901 NVMe SSD Controller (DRAM-less) 1eb1 VeriSilicon Inc 1001 Video Accelerator 1eb4 Quantum Nebula Microelectronics Technology Co.,Ltd. 3401 SSD Contoller +1eb6 Wuxi Stars Microsystem Technology Co., Ltd 1eb9 Senscomm Semiconductor, Inc 2020 SCM2625 Wi-Fi6 Network Adapter 1ebd EMERGETECH Company Ltd. @@ -26548,29 +28416,59 @@ 0100 SV100 1ec6 0010 VA1V 1ec6 0011 VA1A - 1ec6 0012 VA1 + 1ec6 0012 VA1-16G 1ec6 0013 VA1E - 1ec6 0020 VA10V - 1ec6 0021 VA10A - 1ec6 0022 VA10 + 1ec6 0014 VA1L + 1ec6 0015 VA1-32G + 1ec6 0020 VA10-32G + 1ec6 0021 VA12-32G + 1ec6 0022 VA16 + 1ec6 0023 VA10-64G + 1ec6 0024 VA10L + 1ec6 0025 VA12-64G + 1ec6 0026 VA12-128G 1ec6 0030 VE1P 1ec6 0031 VE1S 1ec6 0032 VE1V 1ec6 0033 VE1M 1ec6 0034 VE1E - 1ec6 0040 VV1U + 1ec6 0035 VE1C + 1ec6 0036 VE1MT + 1ec6 003a VR1S-8G + 1ec6 003b VR1S-16G + 1ec6 003c VR1M-8G + 1ec6 003d VR1M-16G + 1ec6 003e VR1MT-8G + 1ec6 003f VR1MT-16G + 1ec6 0040 VA1M 1ec6 0041 VA1U + 1ec6 0050 VAM 0200 SG100 1ec6 0060 VG1200 1ec6 0061 VG1600 1ec6 0062 VG1800 - 1ec6 0063 VG1000 + 1ec6 0063 VG1000-32G + 1ec6 0064 VG600 + 1ec6 0065 VG800 + 1ec6 0066 VG1000-64G + 1ec6 0067 VG1000-24G + 1ec6 0068 VG1000c-24G + 1ec6 0069 VG1000c-32G + 1ec6 006a VG1000c-64G + 1ec6 006b VG1000c-16G + 1ec6 006c VG1000c-48G + 1ec6 006d VG600c + 1ec6 006e VG800c 020f SG100 vGPU -1ec8 Innosilicon Co Ltd + 0300 SR100 +# nee Innosilicon Co Ltd +1ec8 Beijing Fantasy Technology Co., Ltd. 8800 Fantasy I 1ec8 12a2 Fantasy I Device 8810 Fantasy I 1ec8 12a2 Fantasy I Device + 8900 GR308 + 8902 GR3 Audio 9800 Fantasy II 1ec8 12a2 Fantasy II Device 9802 Fantasy II @@ -26579,12 +28477,16 @@ 1ec8 12a2 Fantasy II Device 9810 Fantasy II-M 1ec8 12a2 Fantasy II Device + 9a00 GR316 1ec9 Wingtech Group(HongKong)Limited 1eca Lightmatter 0000 Envise-B 1ed0 Hosin Global Electronics + 2283 Patriot P300 NVMe SSD (DRAM-less) 1ed2 FuriosaAI, Inc. 0000 Warboy + 0001 RNGD + 2222 RNGD-S 1ed3 Yeston 1ed5 Moore Threads Technology Co.,Ltd 0100 MTT S10 @@ -26604,13 +28506,18 @@ 0211 MTT X300 0221 G2S80 0222 MTT S3000 + 1ed5 0001 C3150 0223 G2S4 + 0225 MTT S3000E + 1ed5 0001 C3150 0251 G2N10 02ff MTT HDMI/DP Audio 0300 MTT S90 Engineering Sample 0301 MTT S90 + 0313 MTT X500 0323 MTT S4000 0327 MTT S4000 + 0328 MTT S4000 03ff MTT HDMI/DP Audio 1ed8 Digiteq Automotive 0101 FG4 PCIe Frame Grabber (T100) @@ -26623,7 +28530,206 @@ 1ee1 000b Airglow A430 NVMe SSD U.2 4.8TB 1ee1 0012 Airglow Z400 NVMe ZNS SSD U.2 5.76TB 1ee4 PETAIO INC - 1180 P8118 U.2 Single Port SSD + 1180 PETA8118 NVMe SSD Series + 1ee4 0015 NVMe SSD U.2 1.92TB (P8118E) + 1ee4 0016 NVMe SSD U.2 3.84TB (P8118E) + 1ee4 0017 NVMe SSD U.2 7.68TB (P8118E) + 1ee4 0025 NVMe SSD U.2 1.6TB (P8118E) + 1ee4 0026 NVMe SSD U.2 3.2TB (P8118E) + 1ee4 0027 NVMe SSD U.2 6.4TB (P8118E) + 1ee4 0115 NVMe SSD U.2 1.92TB (P8118Z) + 1ee4 0116 NVMe SSD U.2 3.84TB (P8118Z) + 1ee4 0117 NVMe SSD U.2 7.68TB (P8118Z) + 1ee4 0125 NVMe SSD U.2 1.6TB (P8118Z) + 1ee4 0126 NVMe SSD U.2 3.2TB (P8118Z) + 1ee4 0127 NVMe SSD U.2 6.4TB (P8118Z) + 1ee4 0215 NVMe SSD U.2 1.92TB (P8118X) + 1ee4 0216 NVMe SSD U.2 3.84TB (P8118X) + 1ee4 0217 NVMe SSD U.2 7.68TB (P8118X) + 1ee4 0225 NVMe SSD U.2 1.6TB (P8118X) + 1ee4 0226 NVMe SSD U.2 3.2TB (P8118X) + 1ee4 0227 NVMe SSD U.2 6.4TB (P8118X) + 1ee4 0315 NVMe SSD U.2 1.92TB (P8118E4) + 1ee4 0316 NVMe SSD U.2 3.84TB (P8118E4) + 1ee4 0317 NVMe SSD U.2 7.68TB (P8118E4) + 1ee4 0325 NVMe SSD U.2 1.6TB (P8118E4) + 1ee4 0326 NVMe SSD U.2 3.2TB (P8118E4) + 1ee4 0327 NVMe SSD U.2 6.4TB (P8118E4) + 1ee4 0415 NVMe SSD U.2 1.92TB (P8118Z3) + 1ee4 0416 NVMe SSD U.2 3.84TB (P8118Z3) + 1ee4 0417 NVMe SSD U.2 7.68TB (P8118Z3) + 1ee4 0425 NVMe SSD U.2 1.6TB (P8118Z3) + 1ee4 0426 NVMe SSD U.2 3.2TB (P8118Z3) + 1ee4 0427 NVMe SSD U.2 6.4TB (P8118Z3) + 1ee4 0515 NVMe SSD U.2 1.92TB (P8118Z4) + 1ee4 0516 NVMe SSD U.2 3.84TB (P8118Z4) + 1ee4 0517 NVMe SSD U.2 7.68TB (P8118Z4) + 1ee4 0525 NVMe SSD U.2 1.6TB (P8118Z4) + 1ee4 0526 NVMe SSD U.2 3.2TB (P8118Z4) + 1ee4 0527 NVMe SSD U.2 6.4TB (P8118Z4) + 1ee4 0615 NVMe SSD U.2 1.92TB (P8128Z3) + 1ee4 0616 NVMe SSD U.2 3.84TB (P8128Z3) + 1ee4 0617 NVMe SSD U.2 7.68TB (P8128Z3) + 1ee4 0625 NVMe SSD U.2 1.6TB (P8128Z3) + 1ee4 0626 NVMe SSD U.2 3.2TB (P8128Z3) + 1ee4 0627 NVMe SSD U.2 6.4TB (P8128Z3) + 1ee4 3013 NVMe SSD AIC 480GB (P8118E) + 1ee4 3014 NVMe SSD AIC 960GB (P8118E) + 1ee4 3015 NVMe SSD AIC 1.92TB (P8118E) + 1ee4 3016 NVMe SSD AIC 3.84TB (P8118E) + 1ee4 3017 NVMe SSD AIC 7.68TB (P8118E) + 1ee4 3025 NVMe SSD AIC 1.6TB (P8118E) + 1ee4 3026 NVMe SSD AIC 3.2TB (P8118E) + 1ee4 3027 NVMe SSD AIC 6.4TB (P8118E) + 1ee4 3113 NVMe SSD AIC 480GB (P8118Z) + 1ee4 3114 NVMe SSD AIC 960GB (P8118Z) + 1ee4 3115 NVMe SSD AIC 1.92TB (P8118Z) + 1ee4 3116 NVMe SSD AIC 3.84TB (P8118Z) + 1ee4 3117 NVMe SSD AIC 7.68TB (P8118Z) + 1ee4 3125 NVMe SSD AIC 1.6TB (P8118Z) + 1ee4 3126 NVMe SSD AIC 3.2TB (P8118Z) + 1ee4 3127 NVMe SSD AIC 6.4TB (P8118Z) + 1ee4 3213 NVMe SSD AIC 480GB (P8118X) + 1ee4 3214 NVMe SSD AIC 960GB (P8118X) + 1ee4 3215 NVMe SSD AIC 1.92TB (P8118X) + 1ee4 3216 NVMe SSD AIC 3.84TB (P8118X) + 1ee4 3217 NVMe SSD AIC 7.68TB (P8118X) + 1ee4 3225 NVMe SSD AIC 1.6TB (P8118X) + 1ee4 3226 NVMe SSD AIC 3.2TB (P8118X) + 1ee4 3227 NVMe SSD AIC 6.4TB (P8118X) + 1ee4 3315 NVMe SSD AIC 1.92TB (P8118E4) + 1ee4 3316 NVMe SSD AIC 3.84TB (P8118E4) + 1ee4 3317 NVMe SSD AIC 7.68TB (P8118E4) + 1ee4 3325 NVMe SSD AIC 1.6TB (P8118E4) + 1ee4 3326 NVMe SSD AIC 3.2TB (P8118E4) + 1ee4 3327 NVMe SSD AIC 6.4TB (P8118E4) + 1ee4 3415 NVMe SSD AIC 1.92TB (P8118Z3) + 1ee4 3416 NVMe SSD AIC 3.84TB (P8118Z3) + 1ee4 3417 NVMe SSD AIC 7.68TB (P8118Z3) + 1ee4 3425 NVMe SSD AIC 1.6TB (P8118Z3) + 1ee4 3426 NVMe SSD AIC 3.2TB (P8118Z3) + 1ee4 3427 NVMe SSD AIC 6.4TB (P8118Z3) + 1ee4 3515 NVMe SSD AIC 1.92TB (P8118Z4) + 1ee4 3516 NVMe SSD AIC 3.84TB (P8118Z4) + 1ee4 3517 NVMe SSD AIC 7.68TB (P8118Z4) + 1ee4 3525 NVMe SSD AIC 1.6TB (P8118Z4) + 1ee4 3526 NVMe SSD AIC 3.2TB (P8118Z4) + 1ee4 3527 NVMe SSD AIC 6.4TB (P8118Z4) + 1ee4 3615 NVMe SSD AIC 1.92TB (P8128Z3) + 1ee4 3616 NVMe SSD AIC 3.84TB (P8128Z3) + 1ee4 3617 NVMe SSD AIC 7.68TB (P8128Z3) + 1ee4 3625 NVMe SSD AIC 1.6TB (P8128Z3) + 1ee4 3626 NVMe SSD AIC 3.2TB (P8128Z3) + 1ee4 3627 NVMe SSD AIC 6.4TB (P8128Z3) + 1ee4 abcd NVMe SSD U.2 + 1181 PETA8118 NVMe E1S Series + 1ee4 2015 NVMe SSD E1.S 1.92TB (P8118E) + 1ee4 2016 NVMe SSD E1.S 3.84TB (P8118E) + 1ee4 2017 NVMe SSD E1.S 7.68TB (P8118E) + 1ee4 2025 NVMe SSD E1.S 1.6TB (P8118E) + 1ee4 2026 NVMe SSD E1.S 3.2TB (P8118E) + 1ee4 2027 NVMe SSD E1.S 6.4TB (P8118E) + 1ee4 2115 NVMe SSD E1.S 1.92TB (P8118Z) + 1ee4 2116 NVMe SSD E1.S 3.84TB (P8118Z) + 1ee4 2117 NVMe SSD E1.S 7.68TB (P8118Z) + 1ee4 2125 NVMe SSD E1.S 1.6TB (P8118Z) + 1ee4 2126 NVMe SSD E1.S 3.2TB (P8118Z) + 1ee4 2127 NVMe SSD E1.S 6.4TB (P8118Z) + 1ee4 2215 NVMe SSD E1.S 1.92TB (P8118X) + 1ee4 2216 NVMe SSD E1.S 3.84TB (P8118X) + 1ee4 2217 NVMe SSD E1.S 7.68TB (P8118X) + 1ee4 2225 NVMe SSD E1.S 1.6TB (P8118X) + 1ee4 2226 NVMe SSD E1.S 3.2TB (P8118X) + 1ee4 2227 NVMe SSD E1.S 6.4TB (P8118X) + 1ee4 2315 NVMe SSD E1.S 1.92TB (P8118E4) + 1ee4 2316 NVMe SSD E1.S 3.84TB (P8118E4) + 1ee4 2317 NVMe SSD E1.S 7.68TB (P8118E4) + 1ee4 2325 NVMe SSD E1.S 1.6TB (P8118E4) + 1ee4 2326 NVMe SSD E1.S 3.2TB (P8118E4) + 1ee4 2327 NVMe SSD E1.S 6.4TB (P8118E4) + 1ee4 2415 NVMe SSD E1.S 1.92TB (P8118Z3) + 1ee4 2416 NVMe SSD E1.S 3.84TB (P8118Z3) + 1ee4 2417 NVMe SSD E1.S 7.68TB (P8118Z3) + 1ee4 2425 NVMe SSD E1.S 1.6TB (P8118Z3) + 1ee4 2426 NVMe SSD E1.S 3.2TB (P8118Z3) + 1ee4 2427 NVMe SSD E1.S 6.4TB (P8118Z3) + 1ee4 2515 NVMe SSD E1.S 1.92TB (P8118Z4) + 1ee4 2516 NVMe SSD E1.S 3.84TB (P8118Z4) + 1ee4 2517 NVMe SSD E1.S 7.68TB (P8118Z4) + 1ee4 2525 NVMe SSD E1.S 1.6TB (P8118Z4) + 1ee4 2526 NVMe SSD E1.S 3.2TB (P8118Z4) + 1ee4 2527 NVMe SSD E1.S 6.4TB (P8118Z4) + 1ee4 2615 NVMe SSD E1.S 1.92TB (P8128Z3) + 1ee4 2616 NVMe SSD E1.S 3.84TB (P8128Z3) + 1ee4 2617 NVMe SSD E1.S 7.68TB (P8128Z3) + 1ee4 2625 NVMe SSD E1.S 1.6TB (P8128Z3) + 1ee4 2626 NVMe SSD E1.S 3.2TB (P8128Z3) + 1ee4 2627 NVMe SSD E1.S 6.4TB (P8128Z3) + 1182 PETA8118 NVMe M2 Series + 1ee4 1013 NVMe SSD M.2 480GB (P8118E) + 1ee4 1014 NVMe SSD M.2 960GB (P8118E) + 1ee4 1015 NVMe SSD M.2 1.92TB (P8118E) + 1ee4 1016 NVMe SSD M.2 3.84TB (P8118E) + 1ee4 1023 NVMe SSD M.2 400GB (P8118E) + 1ee4 1024 NVMe SSD M.2 800GB (P8118E) + 1ee4 1025 NVMe SSD M.2 1.6TB (P8118E) + 1ee4 1026 NVMe SSD M.2 3.2TB (P8118E) + 1ee4 1113 NVMe SSD M.2 480GB (P8118Z) + 1ee4 1114 NVMe SSD M.2 960GB (P8118Z) + 1ee4 1115 NVMe SSD M.2 1.92TB (P8118Z) + 1ee4 1116 NVMe SSD M.2 3.84TB (P8118Z) + 1ee4 1123 NVMe SSD M.2 400GB (P8118Z) + 1ee4 1124 NVMe SSD M.2 800GB (P8118Z) + 1ee4 1125 NVMe SSD M.2 1.6TB (P8118Z) + 1ee4 1126 NVMe SSD M.2 3.2TB (P8118Z) + 1ee4 1213 NVMe SSD M.2 480GB (P8118X) + 1ee4 1214 NVMe SSD M.2 960GB (P8118X) + 1ee4 1215 NVMe SSD M.2 1.92TB (P8118X) + 1ee4 1216 NVMe SSD M.2 3.84TB (P8118X) + 1ee4 1223 NVMe SSD M.2 400GB (P8118X) + 1ee4 1224 NVMe SSD M.2 800GB (P8118X) + 1ee4 1225 NVMe SSD M.2 1.6TB (P8118X) + 1ee4 1226 NVMe SSD M.2 3.2TB (P8118X) + 1ee4 1313 NVMe SSD M.2 480GB (P8118E4) + 1ee4 1314 NVMe SSD M.2 960GB (P8118E4) + 1ee4 1315 NVMe SSD M.2 1.92TB (P8118E4) + 1ee4 1316 NVMe SSD M.2 3.84TB (P8118E4) + 1ee4 1317 NVMe SSD M.2 7.68TB (P8118E4) + 1ee4 1323 NVMe SSD M.2 400GB (P8118E4) + 1ee4 1324 NVMe SSD M.2 800GB (P8118E4) + 1ee4 1325 NVMe SSD M.2 1.6TB (P8118E4) + 1ee4 1326 NVMe SSD M.2 3.2TB (P8118E4) + 1ee4 1327 NVMe SSD M.2 6.4TB (P8118E4) + 1ee4 1413 NVMe SSD M.2 480GB (P8118Z3) + 1ee4 1414 NVMe SSD M.2 960GB (P8118Z3) + 1ee4 1415 NVMe SSD M.2 1.92TB (P8118Z3) + 1ee4 1416 NVMe SSD M.2 3.84TB (P8118Z3) + 1ee4 1417 NVMe SSD M.2 7.68TB (P8118Z3) + 1ee4 1423 NVMe SSD M.2 400GB(P8118Z3) + 1ee4 1424 NVMe SSD M.2 800GB (P8118Z3) + 1ee4 1425 NVMe SSD M.2 1.6TB (P8118Z3) + 1ee4 1426 NVMe SSD M.2 3.2TB (P8118Z3) + 1ee4 1427 NVMe SSD M.2 6.4TB (P8118Z3) + 1ee4 1513 NVMe SSD M.2 480GB (P8118Z4) + 1ee4 1514 NVMe SSD M.2 960GB (P8118Z4) + 1ee4 1515 NVMe SSD M.2 1.92TB (P8118Z4) + 1ee4 1516 NVMe SSD M.2 3.84TB (P8118Z4) + 1ee4 1517 NVMe SSD M.2 7.68TB (P8118Z4) + 1ee4 1523 NVMe SSD M.2 400GB (P8118Z4) + 1ee4 1524 NVMe SSD M.2 800GB (P8118Z4) + 1ee4 1525 NVMe SSD M.2 1.6TB (P8118Z4) + 1ee4 1526 NVMe SSD M.2 3.2TB (P8118Z4) + 1ee4 1527 NVMe SSD M.2 6.4TB (P8118Z4) + 1ee4 1613 NVMe SSD M.2 480GB (P8128Z3) + 1ee4 1614 NVMe SSD M.2 960GB (P8128Z3) + 1ee4 1615 NVMe SSD M.2 1.92TB (P8128Z3) + 1ee4 1616 NVMe SSD M.2 3.84TB (P8128Z3) + 1ee4 1617 NVMe SSD M.2 7.68TB (P8128Z3) + 1ee4 1623 NVMe SSD M.2 400GB (P8128Z3) + 1ee4 1624 NVMe SSD M.2 800GB (P8128Z3) + 1ee4 1625 NVMe SSD M.2 1.6TB (P8128Z3) + 1ee4 1626 NVMe SSD M.2 3.2TB (P8128Z3) + 1ee4 1627 NVMe SSD M.2 6.4TB (P8128Z3) 1ee9 SUSE LLC 1eec Viscore Technologies Ltd 0102 VSE250231S Dual-port 10Gb/25Gb Ethernet PCIe @@ -26633,6 +28739,7 @@ 10a1 XDX110 Audio Controller 10a2 XDX110M 10a4 XDX E1100 + 1100 XDX110 1140 XDX120 1142 XDX120M 1144 XDX E1200 @@ -26664,20 +28771,43 @@ 1810 XDX TJ01 Audio 1820 XDX TJ02 Audio 1830 XDX TJ03 Audio + 2100 XDX290 1ef6 GrAI Matter Labs 1ef7 Shenzhen Gunnir Technology Development Co., Ltd 1efb Flexxon Pte Ltd +1eff Rebellions Inc. + 1020 RBLN-CA2 (PF) + 1021 RBLN-CA2 (VF) + 1110 RBLN-CA11 (PF) + 1111 RBLN-CA11 (VF) + 1120 RBLN-CA12 (PF) + 1121 RBLN-CA12 (VF) + 1210 RBLN-CA21 (PF) + 1211 RBLN-CA21 (VF) + 1220 RBLN-CA22 (PF) + 1221 RBLN-CA22 (VF) + 1250 RBLN-CA25 (PF) + 1251 RBLN-CA25 (VF) + 2030 RBLN-CR03 (PF) + 2031 RBLN-CR03 (VF) + 2130 RBLN-CR13 (PF) + 2131 RBLN-CR13 (VF) + 2230 RBLN-CR23 (PF) + 2231 RBLN-CR23 (VF) 1f02 Beijing Dayu Technology 1f03 Shenzhen Shichuangyi Electronics Co., Ltd 1202 MAP1202-Based NVMe SSD (DRAM-less) 2262 SM2262EN-based OEM SSD - 2263 SM2263XT-Base NVMe SSD + 2263 SM2263XT-Based NVMe SSD (DRAM-less) + 2269 SM2269XT-Based NVMe SSD (DRAM-less) 5216 IG5216-based NVMe SSD (DRAM-less) 5220 IG5220-Based NVMe SSD 5236 IG5236-Based NVMe SSD 5636 IG5636-Based NVMe SSD 1f0a Motorcomm Microelectronics. 6801 YT6801 Gigabit Ethernet Controller +1f0d DeGirum Corp. + 0100 AI Accelerator [ORCA] 1f0f NebulaMatrix Technology 1041 D1055AS vDPA Ethernet Controller 1f0f 0001 D1055AS vDPA Ethernet Controller @@ -26688,20 +28818,81 @@ 1222 D1055AS Ethernet Controller 1223 D1055AS Ethernet Controller 1600 M16104 Family - 1f0f 0001 M16104 Family + 1f0f 0001 N1045XS, Quad-port 10GbE, PCIe 3.0 x8 1601 M16104 Family Virtual Function 1f0f 0001 M16104 Family Virtual Function + 1610 M16140 Family + 1f0f 0001 S1405WQ, Single-port 400GbE, PCIe5.0 x16 + 1f0f 0002 S1406VQ, Dual-port 200GbE, PCIe5.0 x16 + 1800 M16104 Family + 1f0f 0001 CXP-6, Quad-port, PCIe 3.0 x4, Fan + 1f0f 0002 CXP-12, Quad-port, PCIe 3.0 x8, Fan + 1801 M16105 Family + 1f0f 0001 CXP-31, Dual-port, PCIe 4.0 x8, Fan 1a00 M16104 Family - 1f0f 0001 M16104 Family + 1f0f 0001 N1045XT, Quad-port 10GbE, PCIe 3.0 x8 + 1f0f 0002 N1045XT, Quad-port 10GbE, PCIe 3.0 x8, Fan 1a01 M16104 Family Virtual Function 1f0f 0001 M16104 Family Virtual Function + 1a02 M16102 Family + 1f0f 0001 N1025XT, Dual-port 10GbE, PCIe 3.0 x4, Fan 2022 D1055AS PCI Express Switch Upstream Port + 3403 M18110 Family + 3404 M18110 Lx Family + 3405 M18110 Family BASE-T + 3406 M18110 Lx Family BASE-T + 3407 M18110 Family OCP + 3408 M18110 Lx Family OCP + 3409 M18110 Family BASE-T OCP + 340a M18110 Lx Family BASE-T OCP + 340b M18000 Family + 340c M18000 Lx Family + 340d M18000 Family BASE-T + 340e M18000 Lx Family BASE-T + 340f M18000 Family OCP + 3410 M18000 Lx Family OCP + 3411 M18000 Family BASE-T OCP + 3412 M18000 Lx Family BASE-T OCP + 3413 M18000 Family Virtual Function + 3502 M18305 Family + 1f0f 0001 S2055AS, 2x 25GbE, SFP28, PCIe 4.0 x8 + 1f0f 0002 S2025XS, 2x 10GbE, SFP+, PCIe 4.0 x8 + 3504 M18305 Family BASE-T + 1f0f 0001 S2025XT, 2x 10GbE, Base-T, PCIe 4.0 x8, Fan + 1f0f 0002 S2025XT, 2x 10GbE, Base-T, PCIe 4.0 x8 + 350a M18305 Family Virtual Function + 1f0f 0001 M18305 Family Virtual Function 9088 D1055AS PCI Express Switch Downstream Port +1f16 XConn Technologies + c500 XC50256 CXL2.0 Switch + c510 XC51256 PCIe 5.0 Switch + c601 C60064 CXL 3.1 Switch + c602 XC60256 CXL 3.1 Switch + c603 XC60064 CXL 3.1 Switch + c604 XC60148 CXL 3.1 Switch + c605 XC60260 CXL 3.1 Switch + c611 XC61064 PCIe 6.1 Switch + c612 XC61256 PCIe 6.1 Switch + c613 XC61064 PCIe 6.2 Switch + c614 XC61148 PCIe 6.2 Switch + c615 XC61260 PCIe 6.2 Switch + c640 XC61064 PCIe 6.2 Switch 1f17 Zettastone Technology +1f18 c-payne GmbH + 0001 PCIe gen4 Switch Backplane 5x x16 - 4W + 0002 PCIe gen4 Switch Backplane 4x x16 - 5W + 0101 PCIe gen5 MCIO Switch 100-Lane + 0102 PCIe gen5 MCIO Switch 52-Lane +1f1c Sophgo Technologies Inc. + 1686 BM1684X [Sophon Series Deep Learning Accelerator] 1f24 xFusion Digital Technologies Co., Ltd. 1058 EP500/EP600 NVMe SSD 1f24 1114 EP500 NVMe SSD(RI) 1f24 1115 EP600 NVMe SSD(MU) +1f2e AzurEngine Technologies + 00a1 [AE] AzureBlade Accelerator + 00b1 [AE] AzureBlade Accelerator + 00c1 [AE] AzureBlade Accelerator 1f2f China Mobile (Hangzhou) Information Technology Co.Ltd. 1513 DERA MENG NVMe Controller 1f2f 6113 KM660 U.2 1.6TB NVMe SSD @@ -26710,7 +28901,9 @@ 1f2f 6116 KM560 U.2 3.84TB NVMe SSD 1f2f 6118 KM560 U.2 7.68TB NVMe SSD 1f31 Nextorage - 4512 Nextorage NE1N NVMe SSD + 4512 NE1N NVMe SSD + 451b NN4LE NVMe SSD (DRAM-less) + 4622 NEM-PAC NVMe SSD (DRAM-less) 1f3f 3SNIC Ltd 2100 SSSHBA SAS/SATA HBA 1f3f 0120 HBA 32 Ports @@ -26751,22 +28944,119 @@ 1f3f 00a1 Dual Port 100GE SDI5.1 1f40 Netac Technology Co.,Ltd 0001 PCIe 4 NVMe SSD (DRAM-less) - 1202 PCIe 3 NVMe SSD (DRAM-less) - 1602 PCIe 4 NVMe SSD (DRAM-less) + 1202 NV3000 NVMe SSD (DRAM-less) + 1602 NV7000-t NVMe SSD (DRAM-less) 1f40 PCIe 4 NVMe SSD (DRAM-less) 2263 PCIe 3 SM based NVMe SSD (DRAM-less) 5216 PCIe 3 NVMe SSD (DRAM-less) - 5236 PCIe 4 INNOGRIT based NVMe SSD + 5236 NV7000 NVMe SSD 5765 PCIe 3 NVMe SSD (DRAM-less) 1f44 VVDN Technologies Private Limited -# YUSUR Technology Co., Ltd. -1f47 YUSUR Tech +1f47 YUSUR Technology + 1001 K2-Pro Family [FLEXFLOW-2200T] + 1f47 0001 FLEXFLOW-2200T 2*10GE Ethernet Adapter + 1f47 0002 FLEXFLOW-2200T 2*25GE Ethernet Adapter + 1f47 0003 FLEXFLOW-2200T 2*40GE Ethernet Adapter + 1f47 0004 Ethernet 100G 1P FLEXFLOW-2200T + 1f47 0005 FLEXFLOW-2200T 2*100GE Ethernet Adapter + 1f47 0006 Ethernet 10G 2P FLEXFLOW-2200T + 1f47 0007 Ethernet 25G 2P FLEXFLOW-2200T + 1f47 0008 Ethernet 40G 2P FLEXFLOW-2200T + 1f47 0009 Ethernet 100G 1P FLEXFLOW-2200T + 1f47 000a Ethernet 100G 2P FLEXFLOW-2200T + 1002 K2-Pro Family [FLEXFLOW-2200T Virtual Function] + 1003 K2-Pro Family [FLEXFLOW-2200T MGMT Function] + 1004 K2-Pro Family [FLEXFLOW-2200T DATA Offload Engine] + 1005 CONFLUX-2200P NVMe Controller + 1105 CONFLUX-2200P NVMe Controller [Virtual Function] + 1203 K2-Pro Family [FLEXFLOW-2200T RoCEv2 Network Controller] # Network Accelerating Card 2018 DPU Card # Network Accelerating Card 2020 DPU + 3101 FLEXFLOW-2100R Ethernet Controller + 1f47 0001 Ethernet 10G 2P FLEXFLOW-2100R + 1f47 0002 Ethernet 25G 2P FLEXFLOW-2100R + 1f47 0003 Ethernet 50G 2P FLEXFLOW-2100R + 1f47 0004 Ethernet 100G 2P FLEXFLOW-2100R + 1f47 0005 Ethernet 10G 2P FLEXFLOW-2100R + 1f47 0006 Ethernet 25G 2P FLEXFLOW-2100R + 1f47 0007 Ethernet 50G 2P FLEXFLOW-2100R + 1f47 0008 Ethernet 100G 2P FLEXFLOW-2100R + 3201 FLEXFLOW-2200R Ethernet Controller + 1f47 0001 Ethernet 10G 2P FLEXFLOW-2200R + 1f47 0002 Ethernet 25G 2P FLEXFLOW-2200R + 1f47 0003 Ethernet 50G 2P FLEXFLOW-2200R + 1f47 0004 Ethernet 100G 2P FLEXFLOW-2200R + 1f47 0005 Ethernet 10G 2P FLEXFLOW-2200R + 1f47 0006 Ethernet 25G 2P FLEXFLOW-2200R + 1f47 0007 Ethernet 50G 2P FLEXFLOW-2200R + 1f47 0008 Ethernet 100G 2P FLEXFLOW-2200R + 4001 K2-Pro Family [CONFLUX-2200E] + 1f47 0001 Ethernet 25G 2P CONFLUX-2200E + 1f47 0002 Ethernet 40G 2P CONFLUX-2200E + 1f47 0003 Ethernet 100G 1P CONFLUX-2200E + 1f47 0004 Ethernet 100G 2P CONFLUX-2200E + 1f47 0005 CONFLUX-2200E 2*25GE Ethernet Adapter + 1f47 0006 Ethernet 40G 2P CONFLUX-2200E + 1f47 0007 Ethernet 100G 1P CONFLUX-2200E + 1f47 0008 CONFLUX-2200E 2*100GE Ethernet Adapter + 4002 K2-Pro Family [CONFLUX-2200E Virtual Function] + 4003 K2-Pro Family [CONFLUX-2200E MGMT Function] + 4004 K2-Pro Family [CONFLUX-2200E DATA Offload Engine] + 4203 K2-Pro Family [CONFLUX-2200E RoCEv2 Network Controller] + 5001 CONFLUX-2200P Ethernet Controller + 1f47 0001 Ethernet 25G 2P CONFLUX-2200P + 1f47 0003 Ethernet 100G 2P CONFLUX-2200P + 1f47 0004 Ethernet 25G 2P CONFLUX-2200P + 1f47 0006 Ethernet 100G 2P CONFLUX-2200P + 1f47 0007 Ethernet 25G 2P CONFLUX-2200P + 1f47 0009 Ethernet 100G 2P CONFLUX-2200P + 1f47 000a Ethernet 25G 2P CONFLUX-2200P + 1f47 000c Ethernet 100G 2P CONFLUX-2200P + 5002 CONFLUX-2200P Ethernet Controller [Virtual Function] + 5003 CONFLUX-2200P NVMe Controller + 1f47 0001 Ethernet 25G 2P CONFLUX-2200P + 1f47 0003 Ethernet 100G 2P CONFLUX-2200P + 1f47 0004 Ethernet 25G 2P CONFLUX-2200P + 1f47 0006 Ethernet 100G 2P CONFLUX-2200P + 1f47 0007 Ethernet 25G 2P CONFLUX-2200P + 1f47 0009 Ethernet 100G 2P CONFLUX-2200P + 1f47 000a Ethernet 25G 2P CONFLUX-2200P + 1f47 000c Ethernet 100G 2P CONFLUX-2200P + 5004 CONFLUX-2200P NVMe Controller [Virtual Function] + 5005 CONFLUX-2200P Ethernet Controller [MGMT Function] + 1f47 0001 CONFLUX-2200P Ethernet Controller [MGMT Function] + 1f47 0002 CONFLUX-2200P Ethernet Controller [MGMT Function] DPU + 5006 CONFLUX-2200P Ethernet Controller [YDMI Function] + 1f47 0001 CONFLUX-2200P Ethernet Controller [YDMI Function] + 1f47 0002 CONFLUX-2200P Ethernet Controller [YDMI Function] DPU + 5007 CONFLUX-2200P DATA OFFLOAD ENGINE + 5011 CONFLUX-2200P Ethernet Controller + 1f47 0004 Ethernet 25G 2P CONFLUX-2200P + 1f47 0006 Ethernet 100G 2P CONFLUX-2200P + 1f47 000a Ethernet 25G 2P CONFLUX-2200P + 1f47 000c Ethernet 100G 2P CONFLUX-2200P + 5015 CONFLUX-2200P Ethernet Controller [MGMT Function] + 1f47 0001 CONFLUX-2200P Ethernet Controller [MGMT Function] + 1f47 0002 CONFLUX-2200P Ethernet Controller [MGMT Function] DPU + 5016 CONFLUX-2200P Ethernet Controller [YDMI Function] + 1f47 0001 CONFLUX-2200P Ethernet Controller [YDMI Function] + 1f47 0002 CONFLUX-2200P Ethernet Controller [YDMI Function] DPU + 6001 K2-Pro Family [CONFLUX-2200X] + 1f47 0002 CONFLUX-2200X 2*25GE Ethernet Adapter + 1f47 0003 CONFLUX-2200X 2*40GE Ethernet Adapter + 1f47 0005 CONFLUX-2200X 2*100GE Ethernet Adapter + 6002 K2-Pro Family [CONFLUX-2200X Virtual Function] + 6003 K2-Pro Family [CONFLUX-2200X MGMT Function] + 6004 K2-Pro Family [CONFLUX-2200X DATA Offload Engine] +1f49 NeuReality LTD 1f4b Axera Semiconductor Co., Ltd 1f52 MangoBoost Inc. + 1008 Mango GPUBoost - RDMA + 1020 Mango NetworkBoost - TCP + 1022 Mango StorageBoost - NTI + 1023 Mango StorageBoost - NTT 1f56 SAPEON Inc. 1f60 Accelecom 0001 XELE-NIC 25K5 @@ -26777,13 +29067,62 @@ 1051 metaFusion DPU Physical Function 1052 metaFusion DPU Virtual Function 1059 metaFusion DPU SoC Network Interface - 1111 metaScale SmartNIC Physical Function + 1111 YSA-100 RDMA Ethernet Network Controller + 1bd4 00b2 O1E2YYSA100 + 1bd4 00b9 O2E1YYSA100 + 1ff9 00b1 ENFY1102-QP2 + 1ff9 00b8 ENFY1202-QP1 + 1ff9 00ba ENFY1251-SP4 + 1ff9 00bb ENFY1251-SP4 (Roce) 1112 metaScale SmartNIC Virtual Function 1151 metaVisor DPU Physical Function 1152 metaVisor DPU Virtual Function +1f6c CIX Technology Group Co., Ltd. + 0001 CIX P1 CD8180 PCI Express Root Port +1f73 Shenzhen Quanxing Tech Co., Ltd. +1f7a Efinix, Inc. + 0100 Default ID for Titanium FPGA PCIe Interface (AXI) +1f82 d-Matrix + 0011 Corsair [DMX 1000 Series] + 00f1 Jetstream [DMX F1 Transparent NIC] +1f90 Quside Technologies + 7024 QRNG PCIe Device + 7025 QRNG PCIe Device +1f99 Shenzhen Techwinsemi Technology Co., Ltd. + 1202 TE3420 series / Patriot P320 M.2 NVMe SSD (DRAM-less) + 1608 PCIe Gen4 x4 M.2 2280 + 1f88 TE3420 PCIe Gen3 x4 M.2 2280 + 2269 XE4403 Series NVMe PCIe Gen4x4 SSD + 3101 EP1021 Series M.2 2242 NVMe PCIe Gen3x4 SSD + 3105 EP2021 Series M.2 2242 NVMe PCIe Gen4x4 SSD + 3201 EP1021 Series M.2 2280 NVMe PCIe Gen3x4 SSD + 3202 EP1031 Series M.2 2280 NVMe PCIe Gen3x4 SSD + 3205 EP2021 Series M.2 2280 NVMe PCIe Gen4x4 SSD + 3206 EP2031 Series M.2 2280 NVMe PCIe Gen4x4 SSD + 3261 DP1421 Series M.2 2280 NVMe PCIe Gen3x4 SSD + 3420 PCIe Gen3 x4 M.2 2280 + 6100 TE3420 Series NVMe PCIe Gen3x4 SSD + 6101 XE3420 Series NVMe PCIe Gen3x4 SSD + 6102 TE4407 Series NVMe PCIe Gen4x4 SSD + 6103 XE4407 Series NVMe PCIe Gen4x4 SSD + 6104 TE4408 Series NVMe PCIe Gen4x4 SSD + 6105 XE4408 Series NVMe PCIe Gen4x4 SSD + 6106 TE4402 Series NVMe PCIe Gen4x4 SSD + 6107 XE4402 Series NVMe PCIe Gen4x4 SSD + 6108 TE4405 Series NVMe PCIe Gen4x4 SSD + 6109 XE4405 Series NVMe PCIe Gen4x4 SSD + 610a TE4406 Series NVMe PCIe Gen4x4 SSD + 610b XE4406 Series NVMe PCIe Gen4x4 SSD + 610c TE3410 Series NVMe PCIe Gen3x4 SSD +1f9d Axelera AI + 1100 Metis AIPU (rev 02) + 11aa Metis AIPU (rev 01) +1fa4 Shandong SinoChip Semiconductors Co., Ltd 1faa Hexaflake (Shanghai) Information Technology Co., Ltd. 0c10 Compass C10 PF 0c11 Compass C10 VF + 0c80 Compass2 C80 PF + 0c81 Compass2 C80 VF 1fab Unifabrix Ltd. 0000 Nexus Alpha IVPU 0100 NoX Gamma @@ -26819,6 +29158,12 @@ 1fb0 5001 NF 5001 1fb0 5002 NF 5002 1fb0 5003 NF5003 +1fbd Shenzhen Enrigin Technology Co., Ltd. + 0001 D10 + 0002 D20 Plus + 0003 D20 Max + 0004 D20 Pro + 0101 D2 # nee Tumsan Oy 1fc0 Ascom (Finland) Oy 0300 E2200 Dual E1/Rawpipe Card @@ -26827,6 +29172,54 @@ 1fc1 QLogic, Corp. 000d IBA6110 InfiniBand HCA 0010 IBA6120 InfiniBand HCA +# formerly GE Intelligent Platforms +1fc3 Emerson + 0004 IC695ETM001 RX3i Ethernet PCI Module + 0005 IC695ALG600 RX3i Universal Analog Input + 0006 IC695ALG240 RX3i Isolated Analog Input + 0007 IC695ALG331 RX3i Isolated Analog Output + 0008 IC695PBM300 RX3i Profibus Master + 0009 IC695PBS301 RX3i Profibus Slave + 000a IC695ALG616 RX3i 16 Channel Input Analog Voltage/Current + 000b IC695ALG708 RX3i 8 Channel Output Analog Voltage/Current + 000c IC695ALG626 RX3i 16 Channel Input Analog Voltage/Current with HART + 000d IC695ALG608 RX3i 8 Channel Input Analog Voltage/Current + 000e IC695ALG628 RX3i 8 Channel Input Analog Voltage/Current with HART + 000f IC695ALG728 RX3i 8 Channel Output Analog Voltage/Current with HART + 0010 IC695ALG704 RX3i 4 Channel Output Analog Voltage/Current + 0011 IC695HSC304 RX3i High Speed Counter (4 counters) + 0012 IC695HSC308 RX3i High Speed Counter (8 counters) + 0013 IC695PMM335 PACMotion Digital Motion Control Module + 0014 IC695CMM002 RX3i Serial Communications Module (2 ports) + 0015 IC695CMM004 RX3i Serial Communications Module (4 ports) + 0016 IC695PNC001 RX3i Profinet Controller – XH4 version + 0017 IC695PNC001 RX3i Profinet Controller – Atom-based version + 0018 IC695CMX128 RX3i 128MB Control Memory Xchange + 0019 IC695RMX128 RX3i 128MB Redundancy Memory Xchange + 001a IC695ALG106 RX3i 6 Channel Isolated Analog Input + 001b IC695ALG112 RX3i 12 Channel Isolated Analog Input + 001c IC695ALG808 RX3i 8 Channel Isolated Analog Output + 001d IC695ALG306 RX3i Isolated Thermocouple Module (6 Channel) + 001e IC695ALG312 RX3i Isolated Thermocouple Module (12 Channel) + 001f IC695ALG508 RX3i Isolated RTD Module (8 Channel) + 0020 IC695ALG412 RX3i Isolated High-Speed Thermocouple Module (12 Channel) + 0021 IC695PRS015 RX3i High-Speed Serial Pressure Transducer Module (1 Port) + 0022 IC695MDL664 RX3i 16 Circuit Smart Input 24 VDC + 0023 IC695MDL764 RX3i 16 Circuit Smart Output 24/125 VDC 2A (8 Positive / 8 Negative) + 0024 IC695MDL765 RX3i 16 Circuit Smart Output 24/125 VDC 2A (16 Positive) + 0025 IC695CNM001 RX3i CANopen Master +# This device is not productized, and therefore does not have an IC695 catalog number. + 0026 Advanced I/O R&D Device + 0027 IC695ECM850 RX3i Ethernet Communication Module + 0028 IC695RMX228 RX3i 128MB Redundancy Memory Xchange with Single Fiber transceiver + 0029 IC695PMM345 PACMotion Digital Motion Control Module (EtherCAT) + 002a IC695HSC318 RX3i High Speed Counter (8 counters) + 8003 IC695CPU310/CMU310/NIU001 RX3i Controller 300 MHz Celeron + 8004 IC695CPU315/320/CRU320 RX3i Controller 1.0 GHz Celeron-M + 8005 IC695PNS001/101 RX3i Profinet Scanner + 8006 IC695CPE/CRE330 RX3i Controller 1.0 GHz G-series + 8007 IC695CPE302/305/310/NIU001+ RX3i Controller 1.1 GHz Atom Z510 + 800d IC695CPE302/305/310/NIU001+ RX3i Controller Atom x3930 1fc9 Tehuti Networks Ltd. 3009 10-Giga TOE SmartNIC 3010 10-Giga TOE SmartNIC @@ -26875,6 +29268,14 @@ 1fc9 3015 Ethernet Adapter 4c52 1001 LREC6860BT 10 Gigabit Ethernet Adapter 4527 TN9710Q 5GBase-T/NBASE-T Ethernet Adapter +1fcb Varex Imaging Deutschland AG + 0001 XRD_FG (PCGR-200) [95510214H] + 0002 XRD_FGx Opto (PCGR-300) [95510215H] + 0003 XRD_FGe Opto (PCGR-400 / PCGR-410) [95510216H / 95510218H] + 0004 XRD_FGe (PCGR-210) [95510217H] + 0005 XRD_FGe Opto V3 (PCGR-415) [95510220H] + 0006 XRD_FGe Opto V4 (PCGR-500) [95510221H] + 0007 XRD_FGe Opto V5 (PCGR-510) [95510222H] 1fcc StreamLabs f416 MS416 fb01 MH4LM @@ -26883,6 +29284,9 @@ 1fd4 SUNIX Co., Ltd. 0001 Matrix multiport serial adapter 1999 Multiport serial controller +1fdd Wuqi Microelectronics Co., Ltd. + 0001 WQ9201 802.11ax PCIe Wireless Network Adapter + 1001 WQ9301 802.11ax PCIe Wireless Access Points 1fde Kratos Defense & Security Solutions, Inc. 1125 OpenEdge 1125P 2500 OpenEdge 2500P @@ -26890,28 +29294,266 @@ 1010 AWM 1 2000 AWM 2 2010 AWM 2-M +1fe1 Beijing ESWIN Computing Technology Co., Ltd. + 2030 EIC7700 Root Complex 1fe4 HippStor Technology 1600 HP600 Series NVMe SSD + 1fe4 0001 Enterprise NVMe SSD U.2 15.36TB (HP600) + 1fe4 0003 Enterprise NVMe SSD U.2 12.80TB (HP630) + 1fe4 0011 Enterprise NVMe SSD U.2 30.72TB (HP620) + 1fe4 0013 Enterprise NVMe SSD U.2 61.44TB (HP620) 1fe4 0075 Enterprise NVMe SSD U.2 3.84TB(HP610) 1fe4 0076 Enterprise NVMe SSD U.2 7.68TB(HP610) - 1fe4 0077 Enterprise NVMe SSD U.2 6.40TB(HP630) 1fe4 0078 Enterprise NVMe SSD U.2 3.20TB(HP630) + 1fe4 0079 Enterprise NVMe SSD U.2 6.40TB (HP630) +1fe9 MemryX + 0100 MX3 +# Linkdata Technology (Tianjin) Co., LTD +1ff2 Linkdata + 10a1 NIC1160 Ethernet Controller Family + 1ff2 0c11 10GE Ethernet Adapter 1160-2X + 10a2 NIC1160 Ethernet Controller Virtual Function Family + 20a1 IOC2110 Storage Controller + 1ff2 0a11 2120-16i SATA3/SAS3 HBA Adapter + 1ff2 0a12 2120-8i SATA3/SAS3 HBA Adapter + 20a2 IOC2250 Storage Controller + 1ff2 0a21 2230-18i Tri-mode HBA Adapter + 1ff2 0a22 2230-10i Tri-mode HBA Adapter + 1ff2 0a23 2230-16i Tri-mode HBA Adapter + 1ff2 0a24 2230-8i Tri-mode HBA Adapter + 1ff2 0a28 2233-16i Tri-mode HBA Adapter + 30a2 ROC3250 Storage Controller + 1ff2 0b21 3260-18i Tri-mode RAID Adapter + 1ff2 0b22 3260-10i Tri-mode RAID Adapter + 1ff2 0b23 3260-16i Tri-mode RAID Adapter + 1ff2 0b24 3260-8i Tri-mode RAID Adapter 1ff4 DEEPX Co., Ltd. 0000 DX_M1 0001 DX_M1A 1000 DX_H1 + 2000 DX_VNPU_M1 + 2001 DX_VNPU 1ff8 Beijing Gengtu Technology Co.Ltd 2000 GT6910 2010 GT6908 1ff9 Inagile Electronic Technology Co., LTD +1fff DENSO Corporation + 8000 MCST PCIe controller + 8008 MCST USB 1.1 OHCI controller + 800a MCST HD Audio Controller + 800b MCST PATA IDE Host Controller + 800e MCST System Power Managment Controller + 8010 MCST PCIe 2.0 x4 Root Port + 8011 MCST PCIe 2.0 x16 Root Port + 8014 MCST MPV Controller + 8017 MCST PCIe controller + 8018 MCST I2C/SPI controller + 8019 MCST UART controller + 801a MCST SATA 3 AHCI controller + 801e MCST USB 2.0 EHCI controller + 8025 MCST MPV Controller + 8026 MCST 10 Gigabit Ethernet MAC controller + 8027 MCST Gigabit Ethernet MAC controller + 8028 MCST I2C/SPI controller + 8029 MCST USB 3 XHCI controller + 802a MCST IMG GX6650 3D GPU + 802b MCST Video encoder E5810 + 802c MCST Video decoder D5520 + 802d MCST VP9 Video encoder + 802e MCST VP9 Video decoder + 802f MCST UART controller + 8031 MCST MGA 2.5 GPU + 8032 MCST PCIe 3.0 x16 Root Complex + 8033 MCST PCIe 3.0 x8 Root Complex 2000 Smart Link Ltd. 2800 SmartPCI2800 V.92 PCI Soft DFT 2001 Temporal Research Ltd 2003 Smart Link Ltd. 8800 LM-I56N 2004 Smart Link Ltd. -2046 Shenzhen Inovance Technology Co., Ltd. +201f SpacemiT + 0001 X60 PCIe 2.0 x2 Root Complex +202c CAEN S.p.A. + 5818 A5818 +2036 Netforward Microelectronics Co., Ltd. + 1618 NF1618 PCI Express Ethernet Controller + 2036 0860 NF1618 Family NX860 (2*25GE) + 2036 0861 NF1618 Family NX861 (4*25GE) + 2036 0862 NF1618 Family NX862 (2*50GE) + 2036 0863 NF1618 Family NX863 (2*100GE) + 2036 0864 NF1618 Family NX864 (1*200GE) + 2036 0865 NF1618 Family NX865 (2*200GE) + 1619 NF1618 Family Virtual Function + 8000 NP36xxx PCIe Gen 6 Switch + 2036 0104 NP36104 PCIe Gen 6 26 port/104 lane Switch Upstream/Downstream Port + 2036 0144 NP36144 PCIe Gen 6 36 port/144 lane Switch Upstream/Downstream Port + 2036 1000 NP36000 PCIe Gen 6 Virtual Upstream/Downstream Port + 2036 1001 NP36000 Virtual PCIe MGR 1.x Endpoint + 2036 1002 NP36000 Virtual PCIe DMA 1.x Endpoint + 2036 1003 NP36000 Virtual PCIe NTB 1.x Endpoint + 2036 1004 NP36000 Virtual PCIe Placeholder 1.x Endpoint + 2036 1005 NP36000 Virtual PCIe C2PMem 1.x Endpoint + 2036 1006 NP36000 Virtual PCIe Pktgen 1.x Endpoint +203b XTX Markets Technologies Ltd. +2046 GXMICRO Technology (Shanghai) Co., Ltd. 2048 Beijing SpaceControl Technology Co.Ltd +2058 Lime Microsystems Ltd. +205c Zhejiang VMing Semiconductor Co., Ltd. + 1514 EP9410 U.2 1.92TB NVME SSD + 1515 EP9410 U.2 3.84TB NVME SSD + 1534 EP9430 U.2 1.6TB NVME SSD + 1535 EP9430 U.2 3.2TB NVME SSD + 1536 EP9430 U.2 6.4TB NVME SSD +205d Shanghai Zijing Xinjie Intelligent Technology Co., Ltd. +2061 Unis Flash Memory + 4000 E4000 controller + 4100 E4100 controller + 4200 E4200 NVMe Controller + 2061 2021 E4200 NVMe SSD 1.6TB PCIe 4.0 U.2 + 2061 2022 E4200 NVMe SSD 1.92TB PCIe 4.0 U.2 + 2061 2023 E4200 NVMe SSD 3.2TB PCIe 4.0 U.2 + 2061 2024 E4200 NVMe SSD 3.84TB PCIe 4.0 U.2 + 2061 2025 E4200 NVMe SSD 6.4TB PCIe 4.0 U.2 + 2061 2026 E4200 NVMe SSD 7.68TB PCIe 4.0 U.2 + 5100 E5100 NVMe Controller + 2061 2031 E5100 NVMe SSD 3.2TB PCIe 5.0 U.2 + 2061 2032 E5100 NVMe SSD 3.84TB PCIe 5.0 U.2 + 2061 2033 E5100 NVMe SSD 6.4TB PCIe 5.0 U.2 + 2061 2034 E5100 NVMe SSD 7.68TB PCIe 5.0 U.2 + 2061 2035 E5100 NVMe SSD 12.8TB PCIe 5.0 U.2 + 2061 2036 E5100 NVMe SSD 15.36TB PCIe 5.0 U.2 + 2061 2051 E510Q NVMe SSD 30.72TB PCIe 5.0 U.2 + 2061 2052 E510Q NVMe SSD 61.44TB PCIe 5.0 U.2 + 2061 2053 E510Q NVMe SSD 122.88TB PCIe 5.0 U.2 + 5200 E5200 NVMe Controller + 2061 2041 E5200 NVMe SSD 3.2TB PCIe 5.0 U.2 + 2061 2042 E5200 NVMe SSD 3.84TB PCIe 5.0 U.2 + 2061 2043 E5200 NVMe SSD 6.4TB PCIe 5.0 U.2 + 2061 2044 E5200 NVMe SSD 7.68TB PCIe 5.0 U.2 + 2061 2045 E5200 NVMe SSD 12.8TB PCIe 5.0 U.2 + 2061 2046 E5200 NVMe SSD 15.36TB PCIe 5.0 U.2 + 2061 2061 E520Q NVMe SSD 30.72TB PCIe 5.0 U.2 + 2061 2062 E520Q NVMe SSD 61.44TB PCIe 5.0 U.2 + 2061 2063 E520Q NVMe SSD 122.88TB PCIe 5.0 U.2 + 5300 E5300 NVMe Controller + 2061 2041 E5300 NVMe SSD 3.2TB PCIe 5.0 U.2 + 2061 2042 E5300 NVMe SSD 3.84TB PCIe 5.0 U.2 + 2061 2043 E5300 NVMe SSD 6.4TB PCIe 5.0 U.2 + 2061 2044 E5300 NVMe SSD 7.68TB PCIe 5.0 U.2 + 2061 2045 E5300 NVMe SSD 12.8TB PCIe 5.0 U.2 + 2061 2046 E5300 NVMe SSD 15.36TB PCIe 5.0 U.2 +2063 Hubei Yangtze Mason Semiconductor Technology Co., Ltd. + 0bb8 MC3000 + 0bb9 RC3000 + 0c1c MC3100 + 0c1d MC3100T + 0c80 RC3200 + 1388 MC5000 + 1389 RC5000 + 1406 ME7000 NVMe SSD + 1b58 MC7000 + 1b59 RC7000 + 1c20 LC7200 + 36b0 ME14000 NVMe SSD + 2063 1000 NVMe SSD ME14000 U.2 3.2TB + 2063 1001 NVMe SSD ME14000 U.2 3.84TB + 2063 1002 NVMe SSD ME14000 U.2 6.4TB + 2063 1003 NVMe SSD ME14000 U.2 7.68TB + 2063 1004 NVMe SSD ME14000 U.2 12.8TB + 2063 1005 NVMe SSD ME14000 U.2 15.36TB + 2063 1006 NVMe SSD ME14000 U.2 25.6TB + 2063 1007 NVMe SSD ME14000 U.2 30.72TB + 2063 1008 NVMe SSD ME14000 U.2 61.44TB + 2063 1009 NVMe SSD ME14000 U.2 122.88TB + 2063 1010 NVMe SSD ME14000 U.2 3.2TB + 2063 1011 NVMe SSD ME14000 U.2 3.84TB + 2063 1012 NVMe SSD ME14000 U.2 6.4TB + 2063 1013 NVMe SSD ME14000 U.2 7.68TB + 2063 1014 NVMe SSD ME14000 U.2 12.8TB + 2063 1015 NVMe SSD ME14000 U.2 15.36TB + 2063 1016 NVMe SSD ME14000 U.2 25.6TB + 2063 1017 NVMe SSD ME14000 U.2 30.72TB + 2063 1018 NVMe SSD ME14000 U.2 61.44TB + 2063 1019 NVMe SSD ME14000 U.2 122.88TB +206d GigaIO Networks, Inc. +2077 OpenAI +207d HRDT + 0610 2-port SATA 6 Gb/s RAID Controller + 207d 0801 TrustRAID B260s 2-port SATA RAID Adapter + 0612 SATA BootRAID Controller +208a MICIUS Laboratory +2094 Shenzhen Wodposit Electronics Co., Ltd. + 1281 WPBSNM8-256GTP + 1282 WPBSNM8-512GTP + 1283 WPBSNM8-1TTP + 1284 WPBSNM8-256GMP + 1285 WPBSN4M8-512GMP + 1286 WPBSN4M8-1TMP + 1287 WPBSN4M8-2TMP + 1661 WPBSNM8-512GMP + 1662 WPBSNM8-1TMP + 1663 WPBSNM8-2TMP + 1664 WPBSN4M8-1TGP + 1665 WPBSN4M8-2TGP + 1666 WPBSN4M8-4TGP +2096 Kaitian Information Technology Co., Ltd. + 5401 KCP54(01) 2280 PCIe G4 x4 TLCKCP54(01) 2280 PCIe G4 x4 TLC + 5402 KCP54(02) 2280 PCIe G4 x4 TLC + 5403 KCP54(03) 2280 PCIe G4 x4 TLC + 5404 KCP54(04) 2280 PCIe G4 x4 TLC +2099 Rolling Wireless S.a.r.l. +209b BitIntelligence Technology + 1000 TCU Family - TCU-1 + 1001 TCU Family - TCU-1 Virtual Function +209f Mobilint, Inc. +20a6 XCENA, Inc. +20a7 EEVengers Inc. +20a8 Rayson HI-TECH(SZ) Co., Ltd. +20a9 LDA Technologies Ltd. + 1008 NEOTAPX FPGA Accelerator Card + 1104 NEOTAPX FPGA Timing Synchronization Card +20b5 Shanghai StarFive Technology Co., Ltd. +20ba Hangzhou Hikstorage Technology Co., Ltd. + 1202 NAND memory controller + 20ba 1202 NVMe SSD V2000 (DRAM-less) +20bb Quantum Machines + 0111 OPNIC +20bc Xinsheng Technology Co., Ltd. + 1001 Smart Network Adapter + 20bc 1082 Ethernet Network Adapter XS-N1082-2X for 10GbE SFP+ Dual-port + 20bc 2083 Ethernet Network Adapter XS-N2083-2X for 25GbE SFP28 SFP+ Dual-port ROCEv2 + 20bc 2084 Ethernet Network Adapter XS-N2084-2X for 25GbE SFP28 SFP+ Dual-port ROCEv2 + 20bc 4084 Ethernet Network Adapter XS-N4084-2X for 100GbE QSFP28/56 Dual-port + 2001 Solid State Storage +20c0 ExpectedIT GmbH +20c1 Suzhou Yige Technology Co., Ltd. + 1234 YG Testchip +20d0 Telin Semiconductor (Wuhan) Co., Ltd. + 2001 PACIFIC-S1 NVMe SSD +20d2 Awide Labs LTD. + 0200 XRaid [Extreme Performance Compression RAID Accelerator] +20d8 EHTech (Beijing) Co. Ltd. + 0201 TUNAN-7 1x200GbE Controller + 20d8 0201 TUNAN-7S 1x200GbE Controller + 20d8 0211 TUNAN-7 1x200GbE Controller + 1201 TUNAN-7 2x100GbE Controller + 20d8 1201 TUNAN-7S 2x100GbE Controller + 20d8 1211 TUNAN-7 2x100GbE Controller + 2201 TUNAN-7 2x25GbE Controller + 20d8 2201 TUNAN-7 2x25GbE Controller + 20d8 2211 TUNAN-7V 2x25GbE Controller + 3201 TUNAN-7 2x200GbE Controller + 20d8 3201 TUNAN-7 2x200GbE Controller + 4201 TUNAN-7 1x400GbE Controller + 20d8 4201 TUNAN-7V 1x400GbE Controller +20dc Sharetronic Data Technology Co., Ltd. + 1202 M.2 2280 PCIe Gen3 x 4 Series. +20e1 CECloud Computing Technology Co., Ltd. + 7101 LS X710-E + 7103 LS X710-M + 7104 LS X710-P +20e3 Elix Systems SA +20e7 TOPSSD 20f4 TRENDnet 2116 ZyDAS Technology Corp. 21b4 Hunan Goke Microelectronics Co., Ltd @@ -26919,38 +29561,53 @@ 22b8 Flex-Logix Technologies 22a0 Flex Logix InferX X1 Inference Accelerator 22db Missing Link Electronics, Inc. + 1200 NVMe Streamer EP ERD 2304 Colorgraphic Communications Corp. 2321 Bruker AXS Inc. + 0002 Hi-Star PCI Interface 2348 Racore 2010 8142 100VG/AnyLAN 256c Graphics Technology (HK) Co., Ltd. 006d HS610 2646 Kingston Technology Company, Inc. 0010 HyperX Predator PCIe AHCI SSD - 2262 KC2000/KC2500 NVMe SSD SM2262EN - 2263 A2000 NVMe SSD SM2263EN - 5008 A1000/U-SNS8154P3 x2 NVMe SSD - 500a DC1000B NVMe SSD E12DC - 500b DC1000M NVMe SSD SM2270 + 2262 KC2000/KC2500 NVMe SSD [SM2262EN] + 2263 A2000 NVMe SSD [SM2263EN] + 5008 A1000/U-SNS8154P3 x2 NVMe SSD [E8] + 500a DC1000B NVMe SSD [E12DC] + 500b DC1000M NVMe SSD [SM2270] 500c OM8PCP Design-In PCIe 3 NVMe SSD (DRAM-less) 500d OM3PDP3 NVMe SSD - 500e NV1 NVMe SSD E13T (DRAM-less) - 500f NV1 NVMe SSD SM2263XT (DRAM-less) + 500e NV1 NVMe SSD [E13T] (DRAM-less) + 500f NV1 NVMe SSD [SM2263XT] (DRAM-less) 5010 OM8SBP NVMe PCIe SSD (DRAM-less) - 5012 DC1500M NVMe SSD SM2270 - 5013 KC3000/FURY Renegade NVMe SSD E18 + 5012 DC1500M NVMe SSD [SM2270] + 5013 KC3000/FURY Renegade NVMe SSD [E18] 5014 OM8SEP4 Design-In PCIe 4 NVMe SSD (TLC) (DRAM-less) - 5016 OM3PGP4 NVMe SSD - 5017 NV2 NVMe SSD SM2267XT (DRAM-less) - 5019 NV2 NVMe SSD E21T (DRAM-less) + 5016 OM3PGP4 NVMe SSD (DRAM-less) + 5017 NV2 NVMe SSD [SM2267XT] (DRAM-less) + 5018 OM8SFP4 PCIe 4 NVMe SSD (DRAM-less) + 5019 NV2 NVMe SSD [E21T] (DRAM-less) # 128GB 501a OM8PGP4 Design-In PCIe 4 NVMe SSD (TLC) (DRAM-less) 501b OM8PGP4 NVMe PCIe SSD (DRAM-less) - 501c NV2 NVMe SSD E19T - 501d NV2 NVMe SSD TC2200 (DRAM-less) - 501f FURY Renegade NVMe SSD with heatsink + 501c NV2 NVMe SSD [E19T] (DRAM-less) + 501d NV2 NVMe SSD [TC2200] (DRAM-less) + 501e OM3PGP4 NVMe SSD (DRAM-less) + 501f FURY Renegade NVMe SSD [E18] (Heatsink) 5021 OM8SEP4 Design-In PCIe 4 NVMe SSD (QLC) (DRAM-less) - 5023 NV2 NVMe SSD SM2269XT + 5022 OM8PGP4 Design-In PCIe 4 NVMe SSD (QLC) (DRAM-less) + 5023 NV2 NVMe SSD [SM2269XT] (DRAM-less) + 5024 DC2000B NVMe SSD [E18DC] + 5025 NV3 NVMe SSD [TC2201] (DRAM-less) + 5026 NV3 NVMe SSD [E21T] (DRAM-less) + 5027 NV3 NVMe SSD [E27T] (DRAM-less) + 5028 NV3 NVMe SSD [SM2268XT2] (DRAM-less) + 502a FURY Renegade G5 NVMe SSD [SM2508] + 502b NV3 NVMe SSD [E29T] (DRAM-less) + 502c DC3000ME NVMe SSD [SC5] + 502d OM8TAP4 PCIe 4 NVMe SSD (QLC) (DRAM-less) + 5030 NV3 2230 NVMe SSD [SM2268XT2] (DRAM-less) 270b Xantel Corporation 270f Chaintech Computer Co. Ltd 2711 AVID Technology Inc. @@ -26959,8 +29616,11 @@ 6e61 OHCI USB 1.1 controller 2a15 3D Vision(???) 2a18 Video Transcode Controller + 2a22 Video Transcode Controller 2bd8 ROPEX Industrie-Elektronik GmbH +2ff1 Maginfra Co., LTD 3000 Hansol Electronics Inc. +30c9 Luxvisions Innovation Technology Ltd. 3100 Dynabook Inc. 3112 Satelco Ingenieria S.A. 3130 AUDIOTRAK @@ -27005,13 +29665,21 @@ 3475 Arista Networks, Inc. 34ba Ice Lake-LP PCI Express Root Port #3 3513 ARCOM Control Systems Ltd +3633 DeepCool + 0001 AK400 DIGITAL CPU Air Cooler + 0002 AK620 DIGITAL CPU Air Cooler + 0003 AK500 DIGITAL CPU Air Cooler + 0004 AK500S DIGITAL CPU Air Cooler + 0005 CH560 DIGITAL PC Case + 0006 LS Series (LS520 / LS720 SE DIGITAL) CPU Liquid Cooler + 0007 MORPHEUS PC Case 369a HighSecLabs, Ltd. 37d9 ITD Firm ltd. 1138 SCHD-PH-8 Phase detector 1140 VR-12-PCI 12-ch Relay Actuator Card 1141 PCI-485(422) Multi-port Serial Board 1142 PCI-CAN2 -3842 eVga.com. Corp. +3842 EVGA Corporation 38ef 4Links # Wrong ID in board programmed sub-did in place of sub-vid 393e Lenovo (wrong ID) @@ -27064,6 +29732,7 @@ 1004 Permedia 3d04 Permedia ffff Glint VGA +3e08 Sinead Tech Co., Ltd 4005 Avance Logic Inc. 0300 ALS300 PCI Audio Device 0308 ALS300+ PCI Audio Device @@ -27105,6 +29774,8 @@ 4143 Digital Equipment Corp 4144 Alpha Data 0044 ADM-XRCIIPro +4149 AIMOTIVE Kft. + d011 HIL camera injector board 4150 ONA Electroerosion 0001 PCI32TLITE FILSTRUP1 PCI to VME Bridge Controller 0006 PCI32TLITE UART 16550 Opencores @@ -27125,6 +29796,13 @@ 7073 CH356 PCI Quad Serial and Parallel Ports Controller 7173 CH355 PCI Quad Serial Port Controller 434e Cornelis Networks + 0001 CN5000 HFI Silicon, Dual Port, BGA [discrete] + 434e 0001 CN5000 HFI Adapter, Single Port, QSFP, x16 PCIe Gen 5, Air-Cooled + 434e 0002 CN5000 HFI Adapter, Dual Port, QSFP-DD, x16 PCIe Gen 5, Air-Cooled + 434e 0003 CN5000 HFI Adapter, Single Port, QSFP, x16 PCIe Gen 5, Air-Cooled, Thermally Enhanced + 434e 0004 CN5000 HFI Adapter, Single Port, QSFP, x16 PCIe Gen 5, Conduction-Cooled + 0002 CN6000 HFI Silicon, Dual Port, BGA [discrete] + 8001 CN5000 Switch Silicon, 48 Port, BGA 4444 Internext Compression Inc 0016 iTVC16 (CX23416) Video Decoder 0070 0003 WinTV PVR 250 @@ -27333,25 +30011,28 @@ 4b43 KonteX Inc. 4c48 LUNG HWA Electronics 4c4d Liquid-Markets GmbH + 9997 UberNIC # Dev versions of TaSR, not for production. 9998 TaSR # First versions of UberNIC, not for production. 9999 UberNIC PoC/testing/dev 4c52 LR-LINK 1001 Smart Network Adapter - 4c52 a006 LREG1006PT Single-port 1.2Gb Network Security Isolation Adapter 4c52 a008 LREG1008PT Single-port 1Gb Smart Ethernet Network Adapter - 4c52 a009 LREG1009PT Single-port 2.5Gb Smart Ethernet Network Adapter 1002 Smart Network Adapter - 4c52 a007 LREG1007PT Quad-port 10Gb Smart Ethernet Network Adapter + 4c52 a006 LREG1006PT Single-port 1.2Gb Network Security Isolation Adapter 1003 Smart Network Adapter + 1004 Smart Network Adapter 4c52 b010 LREG1010PF Single-port 10Gb FPGA Network Security Isolation Adapter + 4c52 b011 LREG1011PF Dual-port 10Gb FPGA Network Security Isolation Adapter 4c53 SBS Technologies 0000 PLUSTEST device 4c53 3000 PLUSTEST card (PC104+) 4c53 3001 PLUSTEST card (PMC) 0001 PLUSTEST-MM device 4c53 3002 PLUSTEST-MM card (PMC) +4c54 Lisuan Technology Co., Ltd. + 5000 LISUAN 7G100 Series Graphics 4ca1 Seanix Technology Inc 4d51 MediaQ Inc. 0200 MQ-200 @@ -27405,6 +30086,9 @@ 50b2 TerraTec Electronic GmbH 50ce System-on-Chip Engineering S.L. 0001 RELY-MIL-XMC-TSN-SWITCH + 0100 XMC_AV-Dual-ETH + 0101 XMC_AV-ETSN + 0102 XMC_AV-AFDX 5136 S S Technologies 5143 Qualcomm Inc 5145 Ensoniq (Old) @@ -27546,9 +30230,10 @@ 8e40 2300E Graphics Processor 8e48 Matrix [Chrome S25 / S27] 5333 0130 Chrome S27 256M DDR2 + 9020 86C920 [Chrome 460 ESV] 9043 Chrome 430 GT 9045 Chrome 430 ULP / 435 ULP / 440 GTX - 9060 Chrome 530 GT + 9060 Chrome 530 GT / 5400E # Found in VIA Embedded uH4 graphics card 9070 Chrome 5400EW 9102 86C410 [Savage 2000] @@ -27650,6 +30335,7 @@ 3d06 Arise-GT-10C0t 3d07 Arise2030 3d08 Arise2020 + 3d0e Arise10D0 3d40 GLF HDMI/DP Audio 3d41 GLF HDMI/DP Audio 3d43 GLF HDMI/DP Audio @@ -27679,6 +30365,8 @@ 0000 HTLv-1 / HTLv-2 / HTLv-13 / HTLv-23 0011 HTLv-53 7bde MIDAC Corporation +7f70 Arrow Lake-S PCH CNVi WiFi + 0094 WiFi 6E AX211 160MHz 7fed PowerTV 8008 Quancom Electronic GmbH 0010 WDOG1 [PCI-Watchdog 1] @@ -27686,6 +30374,8 @@ 0015 Clock77/PCI & Clock77/PCIe (DCF-77 receiver) # Wrong ID used in subsystem ID of AsusTek PCI-USB2 PCI card. 807d Asustek Computer, Inc. +8080 Chengdu Storeswift Technology Co., Ltd. + 4016 CX4016A NVMe SSD Controller 8086 Intel Corporation 0007 82379AB 0008 Extended Express System Support Controller @@ -27770,6 +30460,7 @@ 1028 04aa XPS 8300 1043 844d P8P67/P8H67 Series Motherboard 1734 11b9 Esprimo P510 D3171 motherboard + 17aa 3070 ThinkCentre M91p 8086 200d DH61CR motherboard 0101 Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port 1028 04b2 Vostro 3350 @@ -27779,6 +30470,7 @@ 1028 04aa XPS 8300 1043 0102 P8H67 Series Motherboard 1734 11b9 G640 [Sandy Bridge, HD Graphics] on Esprimo P510 D3171 motherboard + 17aa 3070 ThinkCentre M91p 0104 2nd Generation Core Processor Family DRAM Controller 1028 04a3 Precision M4600 1028 04b2 Vostro 3350 @@ -27983,7 +30675,10 @@ 0684 H470 Chipset LPC/eSPI Controller 0685 Z490 Chipset LPC/eSPI Controller 0687 Q470 Chipset LPC/eSPI Controller - 068d Comet Lake LPC Controller + 068c QM480 Chipset LPC/eSPI Controller + 068d HM470 Chipset LPC/eSPI Controller + 068e WM490 Chipset LPC/eSPI Controller + 0697 W480 Chipset LPC/eSPI Controller 06a3 Comet Lake PCH SMBus Controller 06a4 Comet Lake PCH SPI Controller 06a8 Comet Lake PCH Serial IO UART Host Controller #0 @@ -27992,9 +30687,11 @@ 06ab Comet Lake PCH Serial IO SPI Controller #1 06ac Comet Lake PCI Express Root Port #21 06b0 Comet Lake PCI Express Root Port #9 + 06b8 Comet Lake PCIe Root Port #1 06ba Comet Lake PCI Express Root Port #1 06bb Comet Lake PCI Express Root Port #4 06bd Comet Lake PCIe Port #6 + 06be Comet Lake PCIe Root Port #7 06bf Comet Lake PCIe Port #8 06c0 Comet Lake PCI Express Root Port #17 06c8 Comet Lake PCH cAVS @@ -28018,6 +30715,7 @@ 8086 42a4 Dual Band Wi-Fi 5(802.11ac) Wireless-AC 9462 80MHz 1x1 [Jefferson Peak] 06f9 Comet Lake PCH Thermal Controller 06fb Comet Lake PCH Serial IO SPI Controller #2 + 06fc Comet Lake PCH Integrated Sensor Solution 0700 CE Media Processor A/V Bridge 0701 CE Media Processor NAND Flash Controller 0703 CE Media Processor Media Control Unit 1 @@ -28225,6 +30923,7 @@ 0937 Quark SoC X1000 10/100 Ethernet MAC 0939 Quark SoC X1000 USB EHCI Host Controller / USB 2.0 Device 093a Quark SoC X1000 USB OHCI Host Controller + 093c WiGig(802.11ad) wireless network connection 0953 PCIe Data Center SSD 8086 3702 DC P3700 SSD 8086 3703 DC P3700 SSD [2.5" SFF] @@ -28367,6 +31066,8 @@ 1028 1fe8 Express Flash NVMe 2.0TB HHHL AIC (P4600) 1028 1fe9 Express Flash NVMe 4.0TB HHHL AIC (P4600) 0b00 Ice Lake CBDMA [QuickData Technology] + 0b23 Xeon Root Event Collector + 0b25 Data Streaming Accelerator (DSA) 0b26 Thunderbolt 4 Bridge [Goshen Ridge 2020] 0b27 Thunderbolt 4 USB Controller [Goshen Ridge 2020] 0b2b PAC with Intel Stratix 10 SX FPGA [FPGA PAC D5005] @@ -28393,7 +31094,10 @@ 8086 8d08 NVMe Datacenter SSD [3DNAND] VE 2.5" U.2 (P5316) 8086 8d1d NVMe Datacenter SSD [3DNAND] VE E1.L 9.5/18mm (P5316) 8086 c008 NVMe Datacenter SSD [3DNAND] SE U.2 15mm (P5530) + 0b69 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1450] + 0b6e Ponte Vecchio XT (1 Tile) [Data Center GPU Max 1100C] 0bd0 Ponte Vecchio XL (2 Tile) + 0bd4 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1550VG] 0bd5 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1550] 0bd6 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1550] 0bd7 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1350] @@ -28483,13 +31187,17 @@ 0cf8 Ethernet Controller X710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking 8086 0000 Ethernet Controller X710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking 8086 0001 Ethernet Controller X710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking + 0cfe In-Memory Analytics Accelerator (IAA) 0d00 Crystal Well DRAM Controller 0d01 Crystal Well PCI Express x16 Controller + 0d03 Crystal Well Dynamic Platform and Thermal Framework Processor Participant 0d04 Crystal Well DRAM Controller 0d05 Crystal Well PCI Express x8 Controller 0d09 Crystal Well PCI Express x4 Controller 0d0c Crystal Well HD Audio Controller + 0d12 Crystal Well Integrated Graphics Controller 0d16 Crystal Well Integrated Graphics Controller + 0d22 Crystal Well Integrated Iris Pro Graphics 5200 0d26 Crystal Well Integrated Graphics Controller 0d36 Crystal Well Integrated Graphics Controller 0d4c Ethernet Connection (11) I219-LM @@ -29053,6 +31761,7 @@ 8086 10a6 PRO/1000 PF Quad Port Server Adapter 10a6 82599EB 10-Gigabit Dummy Function 10a7 82575EB Gigabit Network Connection + 15d9 10a7 AOC-SG-i2 8086 10a8 82575EB Gigabit Riser Card 10a9 82575EB Gigabit Backplane Connection 10b0 82573L PRO/1000 PL Network Connection @@ -29105,6 +31814,7 @@ 10a9 8028 UV-BaseIO dual-port GbE 13a3 0037 DS4100 Secure Multi-Gigabit Server Adapter with Compression 15d9 a811 H8DGU + 4c52 9212 LREC9212PT Dual-port 10Gb Ethernet Network Adapter 8086 a01c Gigabit ET Dual Port Server Adapter 8086 a03c Gigabit ET Dual Port Server Adapter 8086 a04c Gigabit ET Dual Port Server Adapter @@ -29122,6 +31832,7 @@ 15d9 0605 X8SIL 15d9 060a X7SPA-H/X7SPA-HF Motherboard 15d9 060d C7SIM-Q Motherboard + 4c52 2201 LRES2201PT Single-port 1Gb Ethernet Network Adapter 8086 0001 Gigabit CT2 Desktop Adapter 8086 3578 Server Board S1200BTLR 8086 357a Server Board S1200BTS @@ -29153,6 +31864,7 @@ 8086 a02f Gigabit EF Dual Port Server Adapter 10e7 82576 Gigabit Network Connection 103c 31ff NC362i Integrated Dual Port BL-c Gigabit Server Adapter + 4c52 9701 LREC9701EF Single-port 1Gb Ethernet Network Adapter 10e8 82576 Gigabit Network Connection 8086 a02b Gigabit ET Quad Port Server Adapter 8086 a02c Gigabit ET Quad Port Server Adapter @@ -29212,6 +31924,9 @@ 1bd4 002f 10G SFP+ DP EP102Fi4A Adapter 1bd4 0032 10G SFP+ DP EP102Fi4 Adapter 1bd4 0067 F102I82599 + 1f3f 0a00 Dual-port 10-Gigabit SFI/SFP+ Network Connection + 4c52 1022 LRES1022PF Dual-port 10Gb Ethernet Bypass Network Adapter + 4c52 1024 LR-LINK LRES9804BF Quad-port 10Gb Ethernet Server Adapter 4c52 3002 LRES3002PF Dual-port 10Gb Ethernet Server Adapter for OCP 4c52 3012 LRES3012PF Dual-port 10Gb Ethernet Server Adapter for OCP 4c52 9801 LREC9801BF Single-port 10Gb Ethernet Server Adapter @@ -29242,6 +31957,9 @@ 8086 4532 Desktop Board D815EEA2/D815EFV 8086 4541 D815EEA Motherboard 8086 4557 D815EGEW Mainboard + 1133 Thunderbolt 4 Bridge [Maple Ridge 2C 2020] + 1134 Thunderbolt 4 NHI [Maple Ridge 2C 2020] + 1135 Thunderbolt 4 USB Controller [Maple Ridge 2C 2020] 1136 Thunderbolt 4 Bridge [Maple Ridge 4C 2020] 1137 Thunderbolt 4 NHI [Maple Ridge 4C 2020] 1138 Thunderbolt 4 USB Controller [Maple Ridge 4C 2020] @@ -29456,6 +32174,17 @@ 123e 82466GX (IHPC) Integrated Hot-Plug Controller (hidden mode) 123f 82466GX Integrated Hot-Plug Controller (IHPC) 1240 82752 (752) AGP Graphics Accelerator + 1248 Ethernet Controller E835-CC for backplane + 1249 Ethernet Controller E835-CC for QSFP + 8086 0001 Ethernet Network Adapter E835-C-Q2 + 8086 0002 Ethernet Network Adapter E835-C-Q2 for OCP 3.0 + 8086 0003 Ethernet Network Adapter E835-CC-Q1 + 8086 0004 Ethernet Network Adapter E835-CC-Q1 for OCP 3.0 + 124a Ethernet Controller E835-CC for SFP + 8086 0001 Ethernet Network Adapter E835-XXV-2 for OCP 3.0 + 8086 0002 Ethernet Network Adapter E835-XXV-4 + 8086 0003 Ethernet Network Adapter E835-XXV-2 + 8086 0004 Ethernet Network Adapter E835-XXV-4 for OCP 3.0 124b 82380FB (MPCI2) Mobile Docking Controller 124c Ethernet Connection E823-L for backplane 124d Ethernet Connection E823-L for SFP @@ -29465,15 +32194,42 @@ 125b Ethernet Controller I226-LM 125c Ethernet Controller I226-V 125d Ethernet Controller I226-IT + 1261 Ethernet Controller E835-C for backplane + 1262 Ethernet Controller E835-C for QSFP + 1263 Ethernet Controller E835-C for SFP + 1265 Ethernet Controller E835-L for backplane + 1266 Ethernet Controller E835-L for QSFP + 1267 Ethernet Controller E835-L for SFP + 128c 60Cx8980 Series QAT + 128d 60Cx8980 Series QAT – Virtual Function 12d1 Ethernet Controller E830-CC for backplane 12d2 Ethernet Controller E830-CC for QSFP + 8086 0001 Ethernet Network Adapter E830-C-Q2 + 8086 0002 Ethernet Network Adapter E830-C-Q2 for OCP 3.0 + 8086 0003 Ethernet Network Adapter E830-CC-Q1 + 8086 0004 Ethernet Network Adapter E830-CC-Q1 for OCP 3.0 12d3 Ethernet Controller E830-CC for SFP + 8086 0001 Ethernet Network Adapter E830-XXV-2 for OCP 3.0 + 8086 0003 Ethernet Network Adapter E830-XXV-2 + 8086 0004 Ethernet Network Adapter E830-XXV-4 for OCP 3.0 + 8086 0005 Ethernet Network Adapter E830-XXV-8F for OCP 3.0 + 8086 0006 Ethernet Network Adapter E830-XXV-8F + 8086 0007 Ethernet Network Adapter E830-XXV-4F 12d4 Ethernet Controller E830-CC for SFP-DD + 12d5 Ethernet Controller E830-C for backplane + 12d8 Ethernet Controller E830-C for QSFP + 12da Ethernet Controller E830-C for SFP + 12dc Ethernet Controller E830-L for backplane + 12dd Ethernet Controller E830-L for QSFP + 12de Ethernet Controller E830-L for SFP + 8086 0001 Ethernet Network Adapter E830-XXV-2 for OCP 3.0 + 8086 0003 Ethernet Network Adapter E830-XXV-2 1360 82806AA PCI64 Hub PCI Bridge 1361 82806AA PCI64 Hub Controller (HRes) 8086 1361 82806AA PCI64 Hub Controller (HRes) 8086 8000 82806AA PCI64 Hub Controller (HRes) 1452 Infrastructure Data Path Function + 1457 NVMe Data Path Function 145c Infrastructure Data Path Function 1460 82870P2 P64H2 Hub PCI Bridge 1461 82870P2 P64H2 I/OxAPIC @@ -29484,6 +32240,7 @@ 1502 82579LM Gigabit Network Connection (Lewisville) 1028 04a3 Precision M4600 17aa 21ce ThinkPad T520 + 17aa 3070 ThinkCentre M91p 8086 3578 Server Board S1200BTLR 8086 357a Server Board S1200BTS 1503 82579V Gigabit Network Connection @@ -29553,6 +32310,7 @@ 1137 023e 1GigE I350 LOM 15d9 0000 AOC-SGP-i4 15d9 0652 Dual Port i350 GbE MicroLP [AOC-CGP-i2] + 15d9 1521 X10DRW-i 17aa 1074 ThinkServer I350-T4 AnyFabric 17aa 4005 I350 Gigabit Network Connection 18d4 0c07 I350 1Gb 2-port RJ45 OCP Mezz Card MOP41-I-1GT2 @@ -29567,10 +32325,19 @@ 1bd4 008d ENFI1100-T4 4c52 0350 I350 1Gb 2-port Ethernet Network Adapter 4c52 1350 LREC9222HT Dual-port 1Gb Ethernet Network Adapter + 4c52 2003 LRES2003PT Dual-port 1Gb Ethernet Network Adapter + 4c52 2005 LRES2005PT Quad-port 1Gb Ethernet Network Adapter + 4c52 2006 LRES2006PT Six-port 1Gb Ethernet Network Adapter + 4c52 2008 LRES2008PT Eight-port 1Gb Ethernet Network Adapter + 4c52 2018 LRES2018PT Twelve-port 1Gb Ethernet Network Adapter + 4c52 2202 LRES2202PT Dual-port 1Gb Ethernet Network Adapter + 4c52 2217 LRES2217PT Dual-port 1Gb Ethernet Network Adapter 4c52 3010 LRES3010PF Dual-port 1Gb Ethernet Server Adapter for OCP 4c52 3023 LRES3023PT Quad-port 1Gb Ethernet Server Adapter for OCP 4c52 3041 LRES3041PT Dual-port 1Gb Ethernet Server Adapter for OCP 4c52 4006 LRES4006MT Quad-port 1Gb Ethernet Netwaork Adapter + 4c52 8001 LRES8001PT Quad-port 1Gb Ethernet Bypass Network Adapter + 4c52 9712 LREC9712HT Dual-port 1Gb Ethernet Bypass Network Adapter 8086 0001 Ethernet Server Adapter I350-T4 8086 0002 Ethernet Server Adapter I350-T2 8086 0003 Ethernet Network Adapter I350-T4 for OCP NIC 3.0 @@ -29585,6 +32352,12 @@ 1522 I350 Gigabit Fiber Network Connection 108e 7b17 Quad Port GbE PCIe 2.0 ExpressModule, MMF 108e 7b19 Dual Port GbE PCIe 2.0 Low Profile Adapter, MMF + 4c52 1006 LRES1006PF Six-port 1Gb Ethernet Network Adapter + 4c52 2203 LRES2203PF Dual-port 1Gb Ethernet Network Adapter + 4c52 8030 LRES8030PF Dual-port 1Gb Ethernet Bypass Network Adapter + 4c52 9710 LREC9710HF Single-port 1Gb Ethernet Network Adapter + 4c52 9712 LREC9712HF Dual-port 1Gb Ethernet Network Adapter + 4c52 9714 LREC9714HF Quad-port 1Gb Ethernet Network Adapter 8086 0002 Ethernet Server Adapter I350-T2 8086 0003 Ethernet Server Adapter I350-F4 8086 0004 Ethernet Server Adapter I350-F2 @@ -29599,6 +32372,7 @@ 103c 18d1 Ethernet 1Gb 2-port 361FLB Adapter 103c 1989 Ethernet 1Gb 2-port 363i Adapter 103c 339f Ethernet 1Gb 4-port 366M Adapter + 4c52 9714 LREC9714HT Quad-port 10Gb Ethernet Network Adapter 8086 1f52 1GbE 4P I350 Mezz 1524 I350 Gigabit Connection 1525 82567V-4 Gigabit Network Connection @@ -29619,11 +32393,13 @@ 1137 00bf Ethernet Converged Network Adapter X540-T2 1170 0052 Ethernet Controller 10-Gigabit X540-AT2 15d9 0734 AOC-STG-I2T + 16b8 7112 Twin 10G Thunderbolt 3 PCIe 10Gb Ethernet Adapter 17aa 1073 ThinkServer X540-T2 AnyFabric 17aa 4006 Ethernet Controller 10-Gigabit X540-AT2 1bd4 001a 10G base-T DP ER102Ti3 Rack Adapter 1bd4 0033 10G base-T DP EP102Ti3 Adapter 1bd4 0034 10G base-T DP EP102Ti3A Adapter + 4c52 9802 LREC9802BT Dual-port 10Gb Ethernet Network Adapter 8086 0001 Ethernet Converged Network Adapter X540-T2 8086 0002 Ethernet Converged Network Adapter X540-T1 8086 001a Ethernet Converged Network Adapter X540-T2 @@ -29638,6 +32414,8 @@ 1530 X540 Virtual Function 1531 I210 Gigabit Unprogrammed 1533 I210 Gigabit Network Connection + 1028 0758 I210 PCIe 1Gb 1-Port RJ45 LOM + 1028 0759 I210 PCIe 1Gb 1-Port RJ45 LOM 1028 0b35 I210 Gigabit Network Connection 103c 0003 Ethernet I210-T1 GbE NIC 1059 0180 RD10019 1GbE interface @@ -29649,10 +32427,23 @@ 17aa 1509 I210 Gigabit Network Connection 17aa 404d I210 PCIe 1Gb 1-Port RJ45 LOM 17aa 407a I210 PCIe 1Gb 1-Port RJ45 LOM + 1ab6 0214 TS3 Plus Thunderbolt 3 Dock PCIe NIC + 4c52 1051 LRES1051PT Dual-port 1Gb Ethernet Network Adapter 4c52 1210 LREC9204CT Single-port 1Gb Ethernet Network Adapter + 4c52 2057 LRES2057PT Dual-port 1Gb Ethernet Network Adapter + 4c52 2206 LRES2206PT Single-port 1Gb Ethernet Network Adapter + 4c52 2210 LRES2210PT Single-port 1Gb Ethernet Network Adapter + 4c52 2211 LRES2211PT Single-port 1Gb Ethernet Network Adapter + 4c52 2214 LRES2214PT Single-port 1Gb Ethernet Network Adapter + 4c52 3002 LRES3002PT Dual-port 1Gb Ethernet Network Adapter + 4c52 3004 LRES3004PT Quad-port 1Gb Ethernet Network Adapter 8086 0001 Ethernet Server Adapter I210-T1 8086 0002 Ethernet Server Adapter I210-T1 1536 I210 Gigabit Fiber Network Connection + 4c52 2204 LRES2204PT Single-port 1Gb Ethernet Network Adapter + 4c52 2212 LRES2212PF Single-port 1Gb Ethernet Network Adapter + 4c52 2213 LRES2213PF Single-port 1Gb Ethernet Network Adapter + 4c52 6230 LREC6230PF Single-port 1Gb Ethernet Network Adapter 1537 I210 Gigabit Backplane Connection 1059 0110 T4005 1GbE interface 1059 0111 T4007 1GbE interface @@ -29662,8 +32453,10 @@ 1059 0150 RD-01068 1GbE interface 1059 0170 RD-01213 10GbE interface 1538 I210 Gigabit Network Connection + 1059 0190 RD20057 M.2 Dual 1GbE-T1 15m 1539 I211 Gigabit Network Connection 153a Ethernet Connection I217-LM + 1028 0617 Precision T5810 103c 1909 ZBook 15 103c 1998 EliteDesk 800 G1 17aa 220e ThinkPad T440p @@ -29696,6 +32489,7 @@ 8086 0001 Ethernet Server Bypass Adapter X520-SR2 8086 0002 Ethernet Server Bypass Adapter X520-LR2 1560 Ethernet Controller X540 + 4c52 9801 LREC9801BT Single-port 10Gb Ethernet Network Adapter 1563 Ethernet Controller X550 1028 1fa8 Ethernet 10G 4P X550/I350 rNDC 1028 1fa9 Ethernet 10G 4P X550 rNDC @@ -29710,6 +32504,8 @@ 193d 1008 560T-B 193d 1009 560T-L 193d 1011 UN-NIC-ETH563T-sL-2P + 4c52 1025 LRES1025PT Dual-port 10Gb Ethernet Network Adapter + 4c52 9812 LREC9812BT Dual-port 10Gb Ethernet Network Adapter 8086 0001 Ethernet Converged Network Adapter X550-T2 8086 001a Ethernet Converged Network Adapter X550-T2 8086 001b Ethernet Server Adapter X550-T2 for OCP @@ -29760,6 +32556,9 @@ 4c52 3003 LRES3003PF Quad-port 10Gb Ethernet Server Adapter for OCP 4c52 3007 LRES3007PF Quad-port 10Gb Ethernet Server Adapter for OCP 4c52 3039 LRES3039PF Dual-port 10Gb Ethernet Server Adapter for OCP + 4c52 8003 LRES8003PT Quad-port 10Gb Ethernet Bypass Network Adapter + 4c52 9804 LREC9804BF Quad-port 10Gb Ethernet Server Adapter + 4c52 9812 LREC9812BF Dual-port 10Gb Ethernet Server Adapter 8086 0000 Ethernet Converged Network Adapter X710 8086 0001 Ethernet Converged Network Adapter X710-4 8086 0002 Ethernet Converged Network Adapter X710-4 @@ -29815,6 +32614,7 @@ 1137 0000 Ethernet Converged NIC XL710-QDA2 1137 013c Ethernet Converged NIC XL710-QDA2 4c52 3042 LRES3042PF Dual-port 40Gb Ethernet Server Adapter for OCP + 4c52 9902 LREC9902BF Dual-port 40Gb Ethernet Server Adapter 8086 0000 Ethernet Converged Network Adapter XL710-Q2 8086 0001 Ethernet Converged Network Adapter XL710-Q2 8086 0002 Ethernet Converged Network Adapter XL710-Q2 @@ -29822,6 +32622,7 @@ 8086 0004 Ethernet Server Adapter XL710-Q2OCP 8086 0006 Ethernet Converged Network Adapter XL710-Q2 1584 Ethernet Controller XL710 for 40GbE QSFP+ + 4c52 9901 LREC9901BF Single-port 40Gb Ethernet Server Adapter 8086 0000 Ethernet Converged Network Adapter XL710-Q1 8086 0001 Ethernet Converged Network Adapter XL710-Q1 8086 0002 Ethernet Converged Network Adapter XL710-Q1 @@ -29842,6 +32643,7 @@ 1589 Ethernet Controller X710/X557-AT 10GBASE-T 108e 0000 Quad Port 10GBase-T Adapter 108e 7b1c Quad Port 10GBase-T Adapter + 4c52 9804 LREC9804BT Quad-port 10Gb Ethernet Network Adapter 8086 0000 Ethernet Converged Network Adapter X710-T 8086 0001 Ethernet Converged Network Adapter X710-T4 8086 0002 Ethernet Converged Network Adapter X710-T4 @@ -29876,6 +32678,7 @@ 1590 0000 Ethernet Network Adapter XXV710-2 1590 0253 Ethernet 10/25/Gb 2-port 661SFP28 Adapter 4c52 3017 LRES3017PF Dual-port 25Gb Ethernet Server Adapter for OCP + 4c52 8004 LRES8004PT Quad-port 25Gb Ethernet Bypass Network Adapter 8086 0000 Ethernet Network Adapter XXV710 8086 0001 Ethernet Network Adapter XXV710-2 8086 0002 Ethernet Network Adapter XXV710-2 @@ -29918,7 +32721,9 @@ 1137 02c3 E810XXVDA4 4x25/10 GbE SFP28 PCIe NIC 1137 02e9 E810XXVDA4TG 4x25/10 GbE SFP28 PCIe NIC 1137 02ea E810XXVDA4T 4x25/10 GbE SFP28 PCIe NIC + 4c52 1023 LRES1023PF Quad-port 25Gb Ethernet Server Adapter 4c52 3027 LRES3027PF Quad-port 25Gb Ethernet Server Adapter for OCP + 4c52 6080 LRES6080PF TimeSync 25G/10GbE Quad-Port Time Synchronization Ethernet Card 8086 0002 Ethernet Network Adapter E810-L-2 8086 0005 Ethernet Network Adapter E810-XXV-4 8086 0006 Ethernet Network Adapter E810-XXV-4 @@ -29926,11 +32731,13 @@ 8086 0008 Ethernet Network Adapter E810-XXV-2 8086 0009 Ethernet Network Adapter E810-XXV-2 for OCP 2.0 8086 000a Ethernet 25G 4P E810-XXV Adapter + 8086 000b Ethernet Network Adapter E810-XXV-2 for OCP 3.0 8086 000c Ethernet Network Adapter E810-XXV-4 for OCP 3.0 8086 000d Ethernet 25G 4P E810-XXV OCP 8086 000e Ethernet Network Adapter E810-XXV-4T 8086 000f Ethernet 25G 4P E810-XXV-stg Adapter 8086 0010 Ethernet 25G 4P E810-XXV-st Adapter + 8086 0012 Ethernet 25G 4P E810-XXV Adapter 8086 4010 Ethernet Network Adapter E810-XXV-4 8086 4013 Ethernet Network Adapter E810-XXV-4 for OCP 3.0 8086 401c Ethernet Network Adapter E810-XXV-4 for OCP 3.0 @@ -29980,6 +32787,7 @@ 15b6 DSL6540 USB 3.1 Controller [Alpine Ridge] 15b7 Ethernet Connection (2) I219-LM 15b8 Ethernet Connection (2) I219-V + 1462 7994 H110M ECO/GAMING 1462 7a72 H270 PC MATE 15b9 Ethernet Connection (3) I219-LM 15bb Ethernet Connection (7) I219-LM @@ -30001,6 +32809,7 @@ 8086 0001 Ethernet SDI Adapter FM10420-100GbE-QDA2 8086 0002 Ethernet SDI Adapter FM10840-MTP2 15d1 Ethernet Controller 10G X550T + 4c52 9811 LREC9811BT Single-port 10Gb Ethernet Network Adapter 8086 0002 Ethernet Converged Network Adapter X550-T1 8086 001b Ethernet Server Adapter X550-T1 for OCP 8086 0021 Ethernet Converged Network Adapter X550-T1 @@ -30034,12 +32843,14 @@ 1028 09be Latitude 7410 15ec JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 4C 2018] 1028 09be Latitude 7410 - 15ef JHL7540 Thunderbolt 3 Bridge [Titan Ridge DD 2018] - 15f0 JHL7540 Thunderbolt 3 USB Controller [Titan Ridge DD 2018] + 15ef JHL7440 Thunderbolt 3 Bridge [Titan Ridge DD 2018] + 15f0 JHL7440 Thunderbolt 3 USB Controller [Titan Ridge DD 2018] 15f2 Ethernet Controller I225-LM + 4c52 2031 LRES2031PT Single-port 2.5Gb Ethernet Network Adapter 8086 0001 Ethernet Network Adapter I225-T1 8086 0002 Ethernet Network Adapter I225-T1 15f3 Ethernet Controller I225-V + 4c52 2031 LRES2031PT Single-port 2.5Gb Ethernet Network Adapter 8086 0003 Intel(R) Ethernet Controller (3) I225-V 15f4 Ethernet Connection (15) I219-LM 15f5 Ethernet Connection (15) I219-V @@ -30050,13 +32861,17 @@ 15fc Ethernet Connection (13) I219-V 15ff Ethernet Controller X710 for 10GBASE-T 1014 0000 PCIe3 4-port 10GbE Base-T Adapter + 108e 0000 Quad Port 10GBase-T Adapter - CP + 108e 7b1f Quad Port 10GBase-T Adapter - CP 1137 0000 X710TLG GbE RJ45 PCIe NIC 1137 02c1 X710T2LG 2x10 GbE RJ45 PCIe NIC 1137 02c2 X710T4LG 4x10 GbE RJ45 PCIe NIC 1137 02d9 Ethernet Network Adapter X710-T2L OCP 3.0 1137 02da Ethernet Network Adapter X710-T4L OCP 3.0 + 15d9 1c76 AOM-PTG-I2T-P # NIC-ETH565T-3S-2P OCP3.0 2x10G Base-T Card 193d 1082 NIC-ETH565T-3S-2P + 4c52 1012 LRES1012PT Dual-port 10Gb Ethernet Network Adapter 4c52 3021 LRES3021PT Dual-port 10Gb Ethernet Server Adapter for OCP 8086 0000 Ethernet Network Adapter X710-TL 8086 0001 Ethernet Network Adapter X710-T4L @@ -30083,7 +32898,7 @@ 1603 Broadwell-U Processor Thermal Subsystem 1604 Broadwell-U Host Bridge -OPI 1605 Broadwell-U PCI Express x8 Controller - 1606 HD Graphics + 1606 Broadwell-U GT1 [HD Graphics] 1607 Broadwell-U CHAPS Device 1608 Broadwell-U Host Bridge -OPI 1609 Broadwell-U x4 PCIe @@ -30094,19 +32909,19 @@ 160e Broadwell-U Integrated Graphics 160f Broadwell-U SoftSKU 1610 Broadwell-U Host Bridge - DMI - 1612 HD Graphics 5600 + 1612 Broadwell-H GT2 [HD Graphics 5600] 1614 Broadwell-U Host Bridge - DMI - 1616 HD Graphics 5500 + 1616 Broadwell-U GT2 [HD Graphics 5500] 103c 2216 ZBook 15u G2 Mobile Workstation 1618 Broadwell-U Host Bridge - DMI 161a Broadwell-U Integrated Graphics 161b Broadwell-U Integrated Graphics 161d Broadwell-U Integrated Graphics - 161e HD Graphics 5300 - 1622 Iris Pro Graphics 6200 - 1626 HD Graphics 6000 - 162a Iris Pro Graphics P6300 - 162b Iris Graphics 6100 + 161e Broadwell-Y GT2 [HD Graphics 5300] + 1622 Broadwell-DT/H GT3 [Iris Pro Graphics 6200] + 1626 Broadwell-U GT3 [HD Graphics 6000] + 162a Broadwell-DT GT3 [Iris Pro Graphics P6300] + 162b Broadwell-U GT3 [Iris Graphics 6100] 162d Broadwell-U Integrated Graphics 162e Broadwell-U Integrated Graphics 1632 Broadwell-U Integrated Graphics @@ -30133,13 +32948,21 @@ 1898 Ethernet Connection E822-L for SFP 1899 Ethernet Connection E822-L/X557-AT 10GBASE-T 189a Ethernet Connection E822-L 1GbE - 18a0 C4xxx Series QAT + 18a0 Atom Processor P5xxx Series QAT 18a1 C4XXX Series QAT Virtual Function + 18b3 Atom Processor P5xxx Series SATA Controller + 18d0 Atom Processor P5xxx Series USB xHCI Controller + 18d3 Atom Processor P5xxx Series MEI Controller + 18d6 Atom Processor P5xxx Series MEI Controller + 18df Atom Processor P5xxx Series SMBus Controller + 18e0 Atom Processor P5xxx Series SPI Controller + 18e1 Atom Processor P5xxx Series Trace Hub 18ee 200xx Series QAT 18ef 200xx Series QAT Virtual Function + 18f3 Atom Processor P5xxx Series SATA Controller 1900 Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers 1901 6th-10th Gen Core Processor PCIe Controller (x16) - 1902 HD Graphics 510 + 1902 Skylake-S GT1 [HD Graphics 510] 1903 Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem 1028 06d6 Latitude 7275 tablet 1028 06dc Latitude E7470 @@ -30155,7 +32978,7 @@ 17aa 2247 ThinkPad T570 17aa 382a B51-80 Laptop 1905 Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x8) - 1906 HD Graphics 510 + 1906 Skylake-U GT1 [HD Graphics 510] 17aa 382a B51-80 Laptop 1908 Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers 1909 Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x4) @@ -30170,12 +32993,13 @@ 1911 Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model 1028 0869 Vostro 3470 1028 09be Latitude 7410 + 1462 7994 H110M ECO/GAMING 1462 7a72 H270 PC MATE 17aa 2247 ThinkPad T570 17aa 224f ThinkPad X1 Carbon 5th Gen 17aa 225d ThinkPad T480 - 1912 HD Graphics 530 - 1916 Skylake GT2 [HD Graphics 520] + 1912 Skylake-S GT2 [HD Graphics 530] + 1916 Skylake-U GT2 [HD Graphics 520] 1028 06dc Latitude E7470 1028 06f3 Latitude 3570 103c 8079 EliteBook 840 G3 @@ -30184,24 +33008,24 @@ 1919 Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Imaging Unit 1028 06d6 Latitude 7275 tablet 1028 06e6 Latitude 11 5175 2-in-1 - 191b HD Graphics 530 + 191b Skylake-H GT2 [HD Graphics 530] 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv - 191d HD Graphics P530 - 191e HD Graphics 515 + 191d Skylake-DT/H GT2 [HD Graphics P530] + 191e Skylake-Y GT2 [HD Graphics 515] 1028 06d6 Latitude 7275 tablet 1028 06e6 Latitude 11 5175 2-in-1 191f Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers 1921 HD Graphics 520 1923 HD Graphics 535 - 1926 Iris Graphics 540 - 1927 Iris Graphics 550 + 1926 Skylake-U GT3 [Iris Graphics 540] + 1927 Skylake-U GT3 [Iris Graphics 550] 192b Iris Graphics 555 - 192d Iris Graphics P555 + 192d Skylake-H GT3 [Iris Graphics P555] 1932 Iris Pro Graphics 580 - 193a Iris Pro Graphics P580 - 193b Iris Pro Graphics 580 - 193d Iris Pro Graphics P580 + 193a Skylake-H GT4 [Iris Pro Graphics P580] + 193b Skylake-H GT4 [Iris Pro Graphics 580] + 193d Skylake-H GT4 [Iris Pro Graphics P580] 1960 80960RP (i960RP) Microprocessor 101e 0431 MegaRAID 431 RAID Controller 101e 0438 MegaRAID 438 Ultra2 LVD RAID Controller @@ -30271,6 +33095,7 @@ 19d5 Atom Processor C3000 Series ME KT Controller 19d6 Atom Processor C3000 Series ME HECI 3 19d8 Atom Processor C3000 Series HSUART Controller + 19db Atom Processor C3000 Series SD Host Controller 19dc Atom Processor C3000 Series LPC or eSPI 19dd Atom Processor C3000 Series Primary to Side Band (P2SB) Bridge 19de Atom Processor C3000 Series Power Management Controller @@ -30278,6 +33103,7 @@ 19e0 Atom Processor C3000 Series SPI Controller 19e2 Atom Processor C3000 Series QuickAssist Technology 19e3 Atom Processor C3000 Series QuickAssist Technology Virtual Function + 1a12 Timna CPU Graphics 1a1c Ethernet Connection (17) I219-LM 1a1d Ethernet Connection (17) I219-V 1a1e Ethernet Connection (16) I219-LM @@ -30300,13 +33126,40 @@ 1b48 82597EX 10GbE Ethernet Controller 8086 a01f PRO/10GbE LR Server Adapter 8086 a11f PRO/10GbE LR Server Adapter + 1b81 C740 Series (Emmitsburg) Chipsets eSPI Controller + 1ba2 C740 Series (Emmitsburg) Chipsets SATA0 Controller (AHCI) + 1ba6 C740 Series (Emmitsburg) Chipsets SATA0 Controller (RAID) + 1bad C740 Series (Emmitsburg) Chipsets UART0 + 1bae C740 Series (Emmitsburg) Chipsets UART1 + 1bb0 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #8 + 1bb1 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #9 + 1bb2 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #10 + 1bb3 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #11 + 1bb4 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #12 + 1bb5 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #13 + 1bb8 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #0 + 1bb9 C740 Series (Emmitsburg) Chipsets PCI Express Root Port #1 + 1bba C740 Series (Emmitsburg) Chipsets PCI Express Root Port #2 + 1bbb C740 Series (Emmitsburg) Chipsets PCI Express Root Port #3 + 1bbc C740 Series (Emmitsburg) Chipsets PCI Express Root Port #4 + 1bbd C740 Series (Emmitsburg) Chipsets PCI Express Root Port #5 + 1bbe C740 Series (Emmitsburg) Chipsets PCI Express Root Port #6 + 1bbf C740 Series (Emmitsburg) Chipsets PCI Express Root Port #7 + 1bc7 C740 Series (Emmitsburg) Chipsets Power Management Controller + 1bc8 C740 Series (Emmitsburg) Chipsets Audio + 1bc9 C740 Series (Emmitsburg) Chipsets SMBus + 1bcd C740 Series (Emmitsburg) Chipsets USB 3.2 Gen 1 xHCI Controller + 1bd4 00a5 RS0800I5H16i 1bd2 Sapphire Rapids SATA AHCI Controller + 1bd6 C740 Series (Emmitsburg) Chipsets SATA2 Controller (RAID) 1bf2 Sapphire Rapids SATA AHCI Controller + 1bf6 C740 Series (Emmitsburg) Chipsets SATA1 Controller (RAID) 1c00 6 Series/C200 Series Chipset Family Desktop SATA Controller (IDE mode, ports 0-3) 1c01 6 Series/C200 Series Chipset Family Mobile SATA Controller (IDE mode, ports 0-3) 1c02 6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller 1028 04aa XPS 8300 1043 844d P8 series motherboard + 17aa 3070 ThinkCentre M91p 8086 200d DH61CR motherboard 8086 7270 Server Board S1200BT Family 1c03 6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller @@ -30358,6 +33211,7 @@ 1043 8418 P8P67 Deluxe Motherboard 1043 841b P8H67 Series Motherboard 17aa 21cf ThinkPad T520 + 17aa 3070 ThinkCentre M91p # Realtek ALC888 audio codec 8086 2008 DQ67SW board 8086 200d DH61CR motherboard @@ -30369,6 +33223,7 @@ 1028 04da Vostro 3750 1043 844d P8 series motherboard 17aa 21cf ThinkPad T520 + 17aa 3070 ThinkCentre M91p 8086 200d DH61CR motherboard 8086 7270 Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2 1c24 6 Series/C200 Series Chipset Family Thermal Management Controller @@ -30380,6 +33235,7 @@ 1028 04da Vostro 3750 1043 844d P8 series motherboard 17aa 21cf ThinkPad T520 + 17aa 3070 ThinkCentre M91p 8086 200d DH61CR motherboard 8086 7270 Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2 1c27 6 Series/C200 Series Chipset Family USB Universal Host Controller #1 @@ -30393,22 +33249,26 @@ 1028 04da Vostro 3750 1043 844d P8 series motherboard 17aa 21cf ThinkPad T520 + 17aa 3070 ThinkCentre M91p 8086 200d DH61CR motherboard 8086 7270 Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2 1c33 6 Series/C200 Series Chipset Family LAN Controller 1c35 6 Series/C200 Series Chipset Family VECI Controller 1c3a 6 Series/C200 Series Chipset Family MEI Controller #1 + 1028 0493 Latitude E6420 1028 04a3 Precision M4600 1028 04aa XPS 8300 1028 04b2 Vostro 3350 1028 04da Vostro 3750 1043 844d P8 series motherboard 17aa 21cf ThinkPad T520 + 17aa 3070 ThinkCentre M91p 8086 200d DH61CR motherboard 8086 7270 Apple MacBookPro8,2 [Core i7, 15", 2011] 1c3b 6 Series/C200 Series Chipset Family MEI Controller #2 1c3c 6 Series/C200 Series Chipset Family IDE-r Controller 1c3d 6 Series/C200 Series Chipset Family KT Controller + 17aa 3070 ThinkCentre M91p 1c40 6 Series/C200 Series Chipset Family LPC Controller 1c41 Mobile SFF 6 Series Chipset Family LPC Controller 1c42 6 Series/C200 Series Chipset Family LPC Controller @@ -30430,6 +33290,7 @@ 1c4c Q65 Express Chipset LPC Controller 1c4d QS67 Express Chipset LPC Controller 1c4e Q67 Express Chipset LPC Controller + 17aa 3070 ThinkCentre M91p 1c4f QM67 Express Chipset LPC Controller 1028 04a3 Precision M4600 17aa 21cf ThinkPad T520 @@ -30759,6 +33620,7 @@ 201c Sky Lake-E Non-Transparent Bridge Registers 201d Volume Management Device NVMe RAID Controller 2020 Sky Lake-E DMI3 Registers + 15d9 0917 X11DPi-N(T) 15d9 095d X11SPM-TF 2021 Sky Lake-E CBDMA Registers 2024 Sky Lake-E MM/Vt-d Configuration Registers @@ -30813,6 +33675,8 @@ # Engineering sample GPU 2240 Larrabee 2241 Larrabee + 2249 Knights Ferry coprocessor + 224a Knights Ferry coprocessor 2250 Xeon Phi coprocessor 5100 series 225c Xeon Phi coprocessor SE10/7120 series 225d Xeon Phi coprocessor 3120 series @@ -30993,6 +33857,7 @@ 1734 1055 Amilo M1420 17aa 2013 ThinkPad R60e 17aa 20ae ThinkPad T61/R61 + 17aa 20f4 ThinkPad T400 17c0 10d2 Medion Akoya E7214 Notebook PC [MD98410] 17c0 4083 Medion WIM 2210 Notebook PC [MD96850] 8086 544b Desktop Board D425KT @@ -31053,6 +33918,7 @@ 1028 0211 Optiplex 755 1028 02da OptiPlex 980 1028 04f7 PowerEdge R320 server + 103c 130a Z600 Workstation 103c 2a3b Pavilion A1512X 103c 2a6f Asus IPIBL-LB Motherboard 103c 31fe ProLiant DL140 G3 @@ -31069,6 +33935,7 @@ 15d9 9680 X7DBN Motherboard 1734 11d6 B75 [Ivy Bridge] chipset on Esprimo P510 D3171 motherboard 1775 11cc CC11/CL11 + 17aa 3070 ThinkCentre M91p 8086 7270 Server Board S1200BTS 2450 82801E ISA Bridge (LPC) 2452 82801E USB Controller @@ -32098,6 +34965,8 @@ 1028 200a Express Flash NVMe [Optane] 375GB AIC (P4800X) 8086 3904 NVMe Datacenter SSD [Optane] x4 AIC (P4800X) 8086 3905 NVMe Datacenter SSD [Optane] 15mm 2.5" U.2 (P4800X) + 2710 Dynamic Load Balancer 2.0 (DLB) + 2714 Dynamic Load Balancer 2.5 (DLB) 2723 Wi-Fi 6 AX200 1a56 1654 Killer Wi-Fi 6 AX1650x (AX200NGW) 8086 0084 Wi-Fi 6 AX200NGW @@ -32562,6 +35431,7 @@ 282a 82801 Mobile SATA Controller [RAID mode] 1028 040b Latitude E6510 e4bf 50c1 PC1-GROOVE + 282b C740 Series (Emmitsburg) Chipsets SATA2 Controller (RAID) Alternate ID 282f tSATA Controller [RAID Mode] 2830 82801H (ICH8 Family) USB UHCI Controller #1 1025 0121 Aspire 5920G @@ -32767,7 +35637,9 @@ 17aa 20a6 ThinkPad T61/R61 17c0 4083 Medion WIM 2210 Notebook PC [MD96850] e4bf cc47 CCG-RUMBA + 2880 Ice Lake DDRIO Registers 28c0 Volume Management Device NVMe RAID Controller + 1d49 011a Intel VROC (VMD NVMe RAID) for ThinkSystem V4 PL 2912 82801IH (ICH9DH) LPC Interface Controller 2914 82801IO (ICH9DO) LPC Interface Controller 1028 0211 Optiplex 755 @@ -32996,18 +35868,22 @@ 103c 2a6f Asus IPIBL-LB Motherboard 1043 8277 P5K PRO Motherboard: 82801IR [ICH9R] 1462 7345 MS-7345 Motherboard: Intel 82801I/IR [ICH9/ICH9R] + 17aa 20f3 ThinkPad T400 8086 2940 Optiplex 755 2942 82801I (ICH9 Family) PCI Express Port 2 1028 020d Inspiron 530 + 17aa 20f3 ThinkPad T400 2944 82801I (ICH9 Family) PCI Express Port 3 1028 020d Inspiron 530 103c 2a6f Asus IPIBL-LB Motherboard 2946 82801I (ICH9 Family) PCI Express Port 4 1028 020d Inspiron 530 + 17aa 20f3 ThinkPad T400 2948 82801I (ICH9 Family) PCI Express Port 5 1028 020d Inspiron 530 1043 8277 P5K PRO Motherboard: 82801IR [ICH9R] 1462 7345 MS-7345 Motherboard: Intel 82801I/IR [ICH9/ICH9R] + 17aa 20f3 ThinkPad T400 294a 82801I (ICH9 Family) PCI Express Port 6 1028 020d Inspiron 530 1043 8277 P5K PRO Motherboard: 82801IR [ICH9R] @@ -33173,9 +36049,11 @@ e4bf cc4d CCM-BOOGIE 2a42 Mobile 4 Series Chipset Integrated Graphics Controller 1028 02aa Dell Inspiron 1545 + 17aa 20e4 ThinkPad T400 17aa 2112 ThinkPad T400 e4bf cc4d CCM-BOOGIE 2a43 Mobile 4 Series Chipset Integrated Graphics Controller + 17aa 20e4 ThinkPad T400 17aa 2112 ThinkPad T400 e4bf cc4d CCM-BOOGIE 2a44 Mobile 4 Series Chipset MEI Controller @@ -33183,6 +36061,7 @@ 2a45 Mobile 4 Series Chipset MEI Controller 2a46 Mobile 4 Series Chipset PT IDER Controller 2a47 Mobile 4 Series Chipset AMT SOL Redirection + 17aa 20ec ThinkPad T400 2a50 Cantiga MEI Controller 2a51 Cantiga MEI Controller 2a52 Cantiga PT IDER Controller @@ -33427,6 +36306,7 @@ 2e95 4 Series Chipset HECI Controller 2e96 4 Series Chipset PT IDER Controller 2f00 Xeon E7 v3/Xeon E5 v3/Core i7 DMI2 + 15d9 0821 X10DRW-i 2f01 Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 0 2f02 Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 1 2f03 Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 1 @@ -33455,28 +36335,48 @@ 2f1b Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug 2f1c Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug 2f1d Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring Interface + 15d9 0821 X10DRW-i 2f1e Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & Semaphore Registers + 15d9 0821 X10DRW-i 2f1f Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & Semaphore Registers + 15d9 0821 X10DRW-i 2f20 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 0 + 15d9 0821 X10DRW-i 2f21 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 1 + 15d9 0821 X10DRW-i 2f22 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 2 + 15d9 0821 X10DRW-i 2f23 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 3 + 15d9 0821 X10DRW-i 2f24 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 4 + 15d9 0821 X10DRW-i 2f25 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 5 + 15d9 0821 X10DRW-i 2f26 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 6 + 15d9 0821 X10DRW-i 2f27 Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 7 + 15d9 0821 X10DRW-i 2f28 Xeon E7 v3/Xeon E5 v3/Core i7 Address Map, VTd_Misc, System Management + 15d9 0821 X10DRW-i 2f29 Xeon E7 v3/Xeon E5 v3/Core i7 Hot Plug + 15d9 0821 X10DRW-i 2f2a Xeon E7 v3/Xeon E5 v3/Core i7 RAS, Control Status and Global Errors + 15d9 0821 X10DRW-i 2f2c Xeon E7 v3/Xeon E5 v3/Core i7 I/O APIC + 15d9 0821 X10DRW-i 2f2e Xeon E7 v3/Xeon E5 v3/Core i7 RAID 5/6 2f2f Xeon E7 v3/Xeon E5 v3/Core i7 RAID 5/6 2f30 Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0 + 15d9 0821 X10DRW-i 2f32 Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 + 15d9 0821 X10DRW-i 2f33 Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1 2f34 Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring Interface + 15d9 0821 X10DRW-i 2f36 Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring + 15d9 0821 X10DRW-i 2f37 Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring + 15d9 0821 X10DRW-i 2f38 Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1 2f39 Xeon E7 v3/Xeon E5 v3/Core i7 I/O Performance Monitoring 2f3a Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 2 @@ -33502,10 +36402,14 @@ 2f78 Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1 Debug 2f79 Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Target Address, Thermal & RAS Registers 2f7d Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & Semaphore Registers + 15d9 0821 X10DRW-i 2f7e Xeon E7 v3/Xeon E5 v3/Core i7 E3 QPI Link Debug 2f80 Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 + 15d9 0821 X10DRW-i 2f81 Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring + 15d9 0821 X10DRW-i 2f83 Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 + 15d9 0821 X10DRW-i 2f85 Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 Debug 2f86 Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 Debug 2f87 Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 Debug @@ -33520,11 +36424,16 @@ 2f9a Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit 2f9c Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit 2fa0 Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0 + 15d9 0821 X10DRW-i 2fa8 Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Target Address, Thermal & RAS Registers 2faa Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder + 15d9 0821 X10DRW-i 2fab Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder + 15d9 0821 X10DRW-i 2fac Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder + 15d9 0821 X10DRW-i 2fad Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder + 15d9 0821 X10DRW-i 2fae Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO Channel 0/1 Broadcast 2faf Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO Global Broadcast 2fb0 Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 0 Thermal Control @@ -33558,13 +36467,21 @@ 2fd6 Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 2 ERROR Registers 2fd7 Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 3 ERROR Registers 2fe0 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe1 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe2 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe3 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe4 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe5 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe6 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe7 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers + 15d9 0821 X10DRW-i 2fe8 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers 2fe9 Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers 2fea Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers @@ -33586,9 +36503,13 @@ 2ffa Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent 2ffb Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent 2ffc Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers + 15d9 0821 X10DRW-i 2ffd Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers + 15d9 0821 X10DRW-i 2ffe Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers + 15d9 0821 X10DRW-i 3101 Killer E3100X 2.5 Gigabit Ethernet Controller + 3102 Ethernet Controller I226-K 3140 Easel/Monette Hill Image Processor [Pixel Visual Core] 3165 Wireless 3165 8086 4010 Dual Band Wireless AC 3165 [Stone Peak 1x1] @@ -33601,6 +36522,7 @@ 318e Celeron/Pentium Silver Processor NorthPeak 3190 Celeron/Pentium Silver Processor Gaussian Mixture Model 3192 Gemini Lake P2SB + 3196 Unknown P2SB serial controller 3197 Celeron/Pentium Silver Processor PCI-default ISA-bridge 3198 Celeron/Pentium Silver Processor High Definition Audio 17aa 380b V130-15IGM Laptop (Lenovo) - Type 81HL @@ -33639,6 +36561,18 @@ 31f0 Gemini Lake Host Bridge 3200 GD31244 PCI-X SATA HBA 1775 c200 C2K onboard SATA host bus adapter + 3245 Xeon UPI Mesh Stop M2UPI Registers + 324a Xeon IMC0 Mesh to Mem Registers + 324c Xeon Unicast Group1 CHA Registers + 324d Xeon Unicast Group0 CHA Registers + 3258 Power Control Unit (PCU) CR0 + 3259 Power Control Unit (PCU) CR1 + 325a Power Control Unit (PCU) CR2 + 325b Power Control Unit (PCU) CR3 + 325c Power Control Unit (PCU) CR4 + 325d Power Control Unit (PCU) CR5 + 325e Power Control Unit (PCU) CR6 + 325f Power Control Unit (PCU) CR7 3310 IOP348 I/O Processor 1054 3030 HRA380 Hitachi RAID Adapter to PCIe 1054 3034 HRA381 Hitachi RAID Adapter to PCIe @@ -33714,7 +36648,33 @@ 3438 7500/5520/5500/X58 I/O Hub Throttle Registers 3440 Ice Lake UPI Misc 3441 Ice Lake UPI Link/Phy0 + 3442 Ice Lake UPI Phy0 Registers + 3445 Ice Lake UPI Mesh Stop Registers + 3446 Ice Lake UPI PMON0 Registers + 3447 Ice Lake UPI PMON1 Registers + 3448 Ice Lake PCU Registers + 344a Ice Lake Integrated Memory Controller + 344b Ice Lake PCU Registers + 344c Ice Lake CHA Registers + 344d Ice Lake CHA Registers + 344f Ice Lake CHA Registers + 3450 Ice Lake Ubox Registers + 3451 Ice Lake Ubox Registers + 3452 Ice Lake Ubox Registers + 3455 Ice Lake Ubox Registers 3456 Ice Lake NorthPeak + 3457 Ice Lake CHA Registers + 3458 Ice Lake PCU Registers + 3459 Ice Lake PCU Registers + 345a Ice Lake PCU Registers + 345b Ice Lake PCU Registers + 345c Ice Lake PCU Registers + 345d Ice Lake PCU Registers + 345e Ice Lake PCU Registers + 347a Ice Lake PCI Express Root Port A + 347b Ice Lake PCI Express Root Port B + 347c Ice Lake PCI Express Root Port C + 347d Ice Lake PCI Express Root Port D 347e Ice Lake Xeon Non-Transparent Bridge 3482 Ice Lake-LP LPC Controller 34a3 Ice Lake-LP SMBus Controller @@ -33772,6 +36732,10 @@ 3518 6311ESB/6321ESB PCI Express Downstream Port E3 15d9 9680 X7DBN Motherboard 3519 6310ESB PCI Express Downstream Port E3 + 352a PCI Express Gen5 Port A + 352b PCI Express Gen5 Port B + 352c PCI Express Gen5 Port C + 352d PCI Express Gen5 Port D 3575 82830M/MG/MP Host Bridge 0e11 0030 Evo N600c 1014 021d ThinkPad A/T/X Series @@ -33945,7 +36909,12 @@ 372b Xeon C5500/C3500 Core 372c Xeon C5500/C3500 Reserved 373f Xeon C5500/C3500 IOxAPIC - 37c8 C62x Chipset QuickAssist Technology + 37c0 C62x chipset series PCIe x16/x8 Upstream Port + 37c2 C62x chipset series PCIe Virtual Switch Port 0 + 37c3 C62x chipset series PCIe Virtual Switch Port 1 + 37c4 C62x chipset series PCIe Virtual Switch Port 2 + 37c5 C62x chipset series PCIe Virtual Switch Port 3 + 37c8 C62x Chipset series QuickAssist Technology Physical Function 0~2 8086 0001 QuickAssist Adapter 8960 8086 0002 QuickAssist Adapter 8970 37c9 C62x Chipset QuickAssist Technology Virtual Function @@ -33969,6 +36938,7 @@ 1590 0216 Ethernet 1Gb 2-port 368i Adapter 1590 0217 Ethernet 1Gb 2-port 368FLR-MMT Adapter 1590 0247 Ethernet 1Gb 4-port 369i Adapter + 15d9 37d1 X11DPi-N 17aa 4020 Ethernet Connection X722 for 1GbE 17aa 4021 Ethernet Connection X722 for 1GbE 17aa 4022 Ethernet Connection X722 for 1GbE @@ -33992,6 +36962,7 @@ 37d9 X722 Hyper-V Virtual Function 3882 Ice Lake LPC Controller 38a4 Ice Lake SPI Controller + 38c8 Ice Lake-LP Smart Sound Technology Audio Controller 38e0 Ice Lake Management Engine Interface 3a00 82801JD/DO (ICH10 Family) 4-port SATA IDE Controller 3a02 82801JD/DO (ICH10 Family) SATA AHCI Controller @@ -34313,6 +37284,8 @@ 3c2e Xeon E5/Core i7 DMA 3c2f Xeon E5/Core i7 DMA 3c40 Xeon E5/Core i7 IIO Switch and IRP Performance Monitor + 3c41 Sandy Bridge QPI Port 0 Performance Monitor + 3c42 Sandy Bridge QPI Port 1 Performance Monitor 3c43 Xeon E5/Core i7 Ring to PCI Express Performance Monitor 3c44 Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor 3c45 Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor @@ -34321,9 +37294,11 @@ 3c80 Xeon E5/Core i7 QPI Link 0 3c83 Xeon E5/Core i7 QPI Link Reut 0 3c84 Xeon E5/Core i7 QPI Link Reut 0 + 3c86 Sandy Bridge QPI Port 0 DFX Link 3c90 Xeon E5/Core i7 QPI Link 1 3c93 Xeon E5/Core i7 QPI Link Reut 1 3c94 Xeon E5/Core i7 QPI Link Reut 1 + 3c96 Sandy Bridge QPI Port 1 DFX Link 3ca0 Xeon E5/Core i7 Processor Home Agent 3ca8 Xeon E5/Core i7 Integrated Memory Controller Registers 3caa Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 @@ -34363,6 +37338,7 @@ 3e18 8th Gen Core 4-core Workstation Processor Host Bridge/DRAM Registers [Coffee Lake S] 3e1f 8th Gen Core 4-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] 1458 5000 Z370 AORUS Gaming K3-CF + 3e20 i9 Core / Xeon E 2200M Coffee Lake Host Bridge / DRAM Registers 3e30 8th/9th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] 3e33 8th/9th Gen Core Processor Host Bridge/DRAM Registers [Coffee Lake] 3e34 Coffee Lake HOST and DRAM Controller @@ -34391,7 +37367,7 @@ 3ec2 8th Gen Core Processor Host Bridge/DRAM Registers 1028 0869 Vostro 3470 1043 8694 PRIME H310M-D - 3ec4 8th Gen Core Processor Host Bridge/DRAM Registers + 3ec4 8th/9th Gen Core Processor Host Bridge / DRAM Registers 3ec6 8th Gen Core Processor Host Bridge/DRAM Registers 3eca 8th Gen Core Processor Host Bridge/DRAM Registers 3ed0 8th Gen Core Processor Host Bridge/DRAM Registers @@ -34546,11 +37522,13 @@ 43ba Tiger Lake-H PCIe Root Port #3 43bb Tiger Lake-H PCIe Root Port #4 43bc Tiger Lake-H PCI Express Root Port #5 + 43be 11th Gen Core Processor PCIe Root Port #7 43c0 Tiger Lake-H PCIe Root Port #17 43c7 Tiger Lake-H PCIe Root Port #24 43c8 Tiger Lake-H HD Audio Controller 43d3 Tiger Lake SATA AHCI Controller 43e0 Tiger Lake-H Management Engine Interface + 43e3 Tiger Lake AMT SOL Redirection 43e8 Tiger Lake-H Serial IO I2C Controller #0 43e9 Tiger Lake-H Serial IO I2C Controller #1 43ed Tiger Lake-H USB 3.2 Gen 2x1 xHCI Host Controller @@ -34566,8 +37544,13 @@ 4538 Elkhart Lake PCI-e Root Complex 4555 Elkhart Lake [UHD Graphics Gen11 16EU] 4571 Elkhart Lake [UHD Graphics Gen11 32EU] +# Seems to be different than ID 4602 + 4601 Alder Lake-U15 Host and DRAM Controller 4602 Alder Lake Host and DRAM Controller 460d 12th Gen Core Processor PCI Express x16 Controller #1 + 4619 Core i9/i7/i5/i3 Host Bridge/DRAM Registers + 461b Alder Lake-N Processor Host Bridge/DRAM Registers + 461c Alder Lake-N Processor Host Bridge/DRAM Registers 461d Alder Lake Innovation Platform Framework Processor Participant 1028 0b10 Precision 3571 461e Alder Lake-P Thunderbolt 4 USB Controller @@ -34588,6 +37571,7 @@ 4641 12th Gen Core Processor Host Bridge/DRAM Registers 1028 0b10 Precision 3571 464d 12th Gen Core Processor PCI Express x4 Controller #0 + 464e Alder Lake-N Processor USB 3.2 xHCI Controller 464f 12th Gen Core Processor Gaussian & Neural Accelerator 1028 0b10 Precision 3571 4650 12th Gen Core Processor Host Bridge @@ -34597,8 +37581,9 @@ 466d Alder Lake-P Thunderbolt 4 NHI #1 466e Alder Lake-P Thunderbolt 4 PCI Express Root Port #0 467d Platform Monitoring Technology + 467e GNA Scoring Accelerator 467f Volume Management Device NVMe RAID Controller - 4680 AlderLake-S GT1 + 4680 Alder Lake-S GT1 [UHD Graphics 770] 4682 Alder Lake-S GT1 [UHD Graphics 730] 4688 Alder Lake-HX GT1 [UHD Graphics 770] 468a Alder Lake-S [UHD Graphics] @@ -34615,6 +37600,7 @@ 46b0 AlderLake-P [Iris Xe Graphics] 46b1 AlderLake-P [Iris Xe Graphics] 46b3 Alder Lake-UP3 GT1 [UHD Graphics] + 1025 161d N22C6 [Extensa 15 EX215-55] 46b6 AlderLake-P [Iris Xe Graphics] 46b8 AlderLake-P [Iris Xe Graphics] 46ba AlderLake-P [Iris Xe Graphics] @@ -34624,6 +37610,8 @@ 46d0 Alder Lake-N [UHD Graphics] 46d1 Alder Lake-N [UHD Graphics] 46d2 Alder Lake-N [UHD Graphics] + 46d3 Alder Lake-N [Intel Graphics] + 46d4 Alder Lake-N [Intel Graphics] 4905 DG1 [Iris Xe MAX Graphics] 4906 DG1 [Iris Xe Pod] 4907 SG1 [Server GPU SG-18M] @@ -34631,8 +37619,15 @@ 4908 DG1 [Iris Xe Graphics] 4909 DG1 [Iris Xe MAX 100] 4940 4xxx Series QAT - 4942 4xxx Series QAT - 4944 4xxx Series QAT + 4941 4xxx Series QAT Virtual Function + 4942 401xx Series QAT + 4943 401xx Series QAT Virtual Function + 4944 402xx Series QAT + 4945 402xx Series QAT Virtual Function + 4946 420xx Series QAT + 4947 420xx Series QAT Virtual Function + 4948 6xxx Series QAT + 4949 6xxx Series QAT Virtual Function 4b00 Elkhart Lake eSPI Controller 4b23 Elkhart Lake SMBus Controller 4b24 Elkhart Lake SPI (Flash) Controller @@ -34647,6 +37642,8 @@ 4b70 Elkhart Lake Management Engine Interface 4b7d Elkhart Lake USB 3.10 XHCI 4b7f Elkhart Lake PMC SRAM + 4bc1 Elkhart Lake Controller Area Network (CAN) interface #0 + 4bc2 Elkhart Lake Controller Area Network (CAN) interface #1 4c3d Volume Management Device NVMe RAID Controller 4c8a RocketLake-S GT1 [UHD Graphics 750] 4c8b RocketLake-S GT1 [UHD Graphics 730] @@ -34673,10 +37670,13 @@ 4deb Jasper Lake Serial IO I2C Host Controller #3 4ded Jasper Lake USB 3.1 xHCI Host Controller 4def Jasper Lake Shared SRAM - 4df0 Wi-Fi 6 AX201 160MHz + 4df0 Jasper Lake PCH CNVi WiFi + 8086 4030 Wireless-AC 9560 160MHz 4df8 Jasper Lake SD Controller 4e03 Dynamic Tuning service + 4e11 Gaussian Mixture Model and Neural Network Accelerator (GNA) 4e19 JasperLake IPU + 4e22 Processor Transaction Router SKU 2 Core 4e55 JasperLake [UHD Graphics] 4e61 JasperLake [UHD Graphics] 4e71 JasperLake [UHD Graphics] @@ -34759,7 +37759,11 @@ 51ab Alder Lake SPI Controller 51b0 Alder Lake PCI Express Root Port #9 51b1 Alder Lake PCI Express x1 Root Port #10 + 51b2 Alder Lake PCI Express x1 Root Port #11 + 51b3 Alder Lake PCI Express Root Port #12 51bb Alder Lake-P PCH PCIe Root Port #4 + 51bc Alder Lake PCI Express x4 Root Port #5 + 51bd Alder Lake-P PCH PCIe Root Port #6 51bf Alder Lake PCH-P PCI Express Root Port #9 51c5 Alder Lake-P Serial IO I2C Controller #0 51c6 Alder Lake-P Serial IO I2C Controller #1 @@ -34819,14 +37823,66 @@ 8086 0001 EtherExpress PRO/100 Server Ethernet Adapter 530d 80310 (IOP) IO Processor 5481 Alder Lake-N PCH eSPI Controller +# https://edc.intel.com/content/www/us/en/design/products/platforms/processor-and-core-i3-n-series-datasheet-volume-1-of-2/002/pch-device-and-revision-ids/ + 54a0 Alder Lake-N P2SB Bridge + 54a1 Alder Lake-N Power Management Controller (PMC) + 54a3 Alder Lake-N SMBus + 54a4 Alder Lake-N SPI (flash) Controller + 54a6 Alder Lake-N Intel Trace Hub + 54a8 Alder Lake-N Serial IO UART Host Controller + 54a9 Alder Lake-N UART Controller + 54aa Alder Lake-N Generic SPI (GSPI) Controller #0 + 54ab Alder Lake-N Generic SPI (GSPI) Controller #1 + 54b0 Alder Lake-N PCI Express Root Port #9 + 54b1 Alder Lake-N PCI Express Root Port #10 + 54b2 Alder Lake-N PCI Express Root Port #11 + 54b3 Alder Lake-N PCI Express Root Port #12 + 54b8 Alder Lake-N PCI Express Root Port #1 + 54b9 Alder Lake-N PCI Express Root Port #2 + 54ba Alder Lake-N PCI Express Root Port #3 + 54bb Alder Lake-N PCI Express Root Port #4 + 54be Alder Lake-N PCI Express Root Port #7 + 54c4 Alder Lake-N eMMC Controller + 54c5 Alder Lake-N I2C Controller #4 + 54c6 Alder Lake-N I2C Controller #5 + 54c7 Alder Lake-N UART Controller #2 54c8 Alder Lake-N PCH High Definition Audio Controller + 54d0 Alder Lake-N Touch Host Controller #0 (THC #0) + 54d1 Alder Lake-N Touch Host Controller #1 (THC #1) + 54d3 Alder Lake-N SATA AHCI Controller + 54da Alder Lake-N UART Controller #3 54e0 Alder Lake-N PCH HECI Controller - 54ed Alder Lake-N PCH USB 3.2 xHCI Host Controller + 54e1 Alder Lake-N PCH HECI Controller + 54e4 Alder Lake-N PCH HECI Controller + 54e5 Alder Lake-N PCH HECI Controller + 54e8 Alder Lake-N PCH I2C Controller + 54e9 Alder Lake-N PCH I2C Controller + 54ea Alder Lake-N PCH I2C Controller + 54eb Alder Lake-N PCH I2C Controller + 54ed Alder Lake-N PCH USB 3.2 Gen 2x1 (10 Gb/s) xHCI Host Controller + 54ee Alder Lake-N USB 3.2 Gen 1x1 (5 Gb/s) Device Controller (xDCI) 54ef Alder Lake-N PCH Shared SRAM - 54f0 CNVi: Wi-Fi + 54f0 Alder Lake-N PCH CNVi WiFi 8086 0244 Wi-Fi 6 AX101NGW + 54f1 Alder Lake-N PCH CNVi WiFi + 54f2 Alder Lake-N PCH CNVi WiFi + 54f3 Alder Lake-N PCH CNVi WiFi + 54fb Alder Lake-N Generic SPI (GSPI) Controller #2 + 54fc Alder Lake-N Integrated Sensor Hub + 54ff Alder Lake-N UFS Controller 5502 Ethernet Controller (2) I225-LMvP + 103c 87b9 Thunderbolt Dock G4 PCIe NIC + 17aa 2303 ThinkPad Universal Thunderbolt 4 Dock PCIe NIC 1ab6 0225 TS4 On-Board 2.5GbE Ethernet Adaptor + 5503 Ethernet Controller I226-LMvP + 550a Ethernet Connection (18) I219-LM + 550b Ethernet Connection (18) I219-LM + 550c Ethernet Connection (19) I219-LM + 550d Ethernet Connection (19) I219-V + 550e Ethernet Connection (20) I219-LM + 550f Ethernet Connection (20) I219-V + 5510 Ethernet Connection (21) I219-LM + 5511 Ethernet Connection (21) I219-V 5690 DG2 [Arc A770M] 5691 DG2 [Arc A730M] 5692 DG2 [Arc A550M] @@ -34842,6 +37898,7 @@ 56a3 DG2 [Arc Xe Graphics] 56a4 DG2 [Arc Xe Graphics] 56a5 DG2 [Arc A380] + 172f 4017 A380 Pioneer 56a6 DG2 [Arc A310] 56a7 DG2 [Arc Xe Graphics] 56a8 DG2 [Arc Xe Graphics] @@ -34850,68 +37907,101 @@ 56b1 DG2 [Arc Pro A40/A50] 56b2 DG2 [Arc Pro A60M] 56b3 DG2 [Arc Pro A60] - 56ba DG2 [Intel Graphics] - 56bb DG2 [Intel Graphics] - 56bc DG2 [Intel Graphics] - 56bd DG2 [Intel Graphics] + 56ba DG2 [Arc A380E] + 56bb DG2 [Arc A310E] + 56bc DG2 [Arc A370E] + 56bd DG2 [Arc A350E] + 56be DG2 [Arc A750E] + 56bf DG2 [Arc A580E] 56c0 ATS-M [Data Center GPU Flex 170] 56c1 ATS-M [Data Center GPU Flex 140] - 5780 Thunderbolt 80/120G Bridge [Barlow Ridge Host 80G 2023] - 5781 Thunderbolt 80/120G NHI [Barlow Ridge Host 80G 2023] - 5782 Thunderbolt 80/120G USB Controller [Barlow Ridge Host 80G 2023] - 5783 Thunderbolt Bridge [Barlow Ridge Host 40G 2023] - 5784 Thunderbolt NHI [Barlow Ridge Host 40G 2023] - 5785 Thunderbolt USB Controller [Barlow Ridge Host 40G 2023] - 5786 Thunderbolt 80/120G Bridge [Barlow Ridge Hub 80G 2023] - 5787 Thunderbolt 80/120G USB Controller [Barlow Ridge Hub 80G 2023] + 56c2 ATS-M [Data Center GPU Flex 170V] + 5780 JHL9580 Thunderbolt 5 80/120G Bridge [Barlow Ridge Host 80G 2023] + 5781 JHL9580 Thunderbolt 5 80/120G NHI [Barlow Ridge Host 80G 2023] + 5782 JHL9580 Thunderbolt 5 80/120G USB Controller [Barlow Ridge Host 80G 2023] + 5783 JHL9540 Thunderbolt 4 Bridge [Barlow Ridge Host 40G 2023] + 5784 JHL9540 Thunderbolt 4 NHI [Barlow Ridge Host 40G 2023] + 5785 JHL9540 Thunderbolt 4 USB Controller [Barlow Ridge Host 40G 2023] + 5786 JHL9480 Thunderbolt 5 80/120G Bridge [Barlow Ridge Hub 80G 2023] + 5787 JHL9480 Thunderbolt 5 80/120G USB Controller [Barlow Ridge Hub 80G 2023] + 5794 Granite Rapids SPI Controller + 5795 Granite Rapids Chipset LPC Controller + 5796 Granite Rapids SMBus Controller 579c Ethernet Connection E825-C for backplane 579d Ethernet Connection E825-C for QSFP 579e Ethernet Connection E825-C for SFP - 57a4 Thunderbolt Bridge [Barlow Ridge Hub 40G 2023] - 57a5 Thunderbolt USB Controller [Barlow Ridge Hub 40G 2023] - 57b1 Ethernet Controller E610 1GBASE T + 579f Ethernet Connection E825-C 10GbE + 57a0 Ethernet Connection (24) I219-LM + 57a1 Ethernet Connection (24) I219-V + 57a4 JHL9440 Thunderbolt 4 Bridge [Barlow Ridge Hub 40G 2023] + 57a5 JHL9440 Thunderbolt 4 USB Controller [Barlow Ridge Hub 40G 2023] + 57ad E610 Virtual Function + 57ae Ethernet Controller E610 Backplane + 57af Ethernet Controller E610 SFP + 57b0 Ethernet Controller E610 10GBASE T + 8086 0001 Ethernet Network Adapter E610-XT4 + 8086 0002 Ethernet Network Adapter E610-XT2 + 8086 0003 Ethernet Network Adapter E610-XT4 for OCP 3.0 + 8086 0004 Ethernet Network Adapter E610-XT2 for OCP 3.0 + 57b1 Ethernet Controller E610 2.5GBASE T 8086 0000 Ethernet Converged Network Adapter E610 + 8086 0002 Ethernet Network Adapter E610-IT4 + 8086 0003 Ethernet Network Adapter E610-IT4 for OCP 3.0 + 57b2 Ethernet Controller E610 SGMII + 57b3 Ethernet Connection (25) I219-LM + 57b4 Ethernet Connection (25) I219-V + 57b5 Ethernet Connection (26) I219-LM + 57b6 Ethernet Connection (26) I219-V + 57b7 Ethernet Connection (27) I219-LM + 57b8 Ethernet Connection (27) I219-V + 57b9 Ethernet Connection (29) I219-LM + 57ba Ethernet Connection (29) I219-V 5845 QEMU NVM Express Controller 1af4 1100 QEMU Virtual Machine 5900 Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers 5901 Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x16) - 5902 HD Graphics 610 + 5902 Kaby Lake-S GT1 [HD Graphics 610] 5904 Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers 1025 115f Aspire E5-575G 17aa 2247 ThinkPad T570 17aa 224f ThinkPad X1 Carbon 5th Gen 5905 Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x8) - 5906 HD Graphics 610 + 5906 Kaby Lake-U GT1 [HD Graphics 610] 5909 Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x4) 590b HD Graphics 610 590c Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers 590f Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING 1462 7a68 B250 KRAIT GAMING (MS-7A68) 1462 7a72 H270 PC MATE 5910 Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers 5911 Xeon E3-1200 v6/7th Gen Core Processor Gaussian Mixture Model - 5912 HD Graphics 630 + 5912 Kaby Lake-S GT2 [HD Graphics 630] + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING 1462 7a72 H270 PC MATE 5914 Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers 17aa 225d ThinkPad T480 - 5916 HD Graphics 620 + 5916 Kaby Lake-U GT2 [HD Graphics 620] 1025 1094 Aspire E5-575G 17aa 2248 ThinkPad T570 17aa 224f ThinkPad X1 Carbon 5th Gen - 5917 UHD Graphics 620 + 5917 Kaby Lake-R GT2 [UHD Graphics 620] + 17aa 225d ThinkPad T480 (20L5) 17aa 225e ThinkPad T480 5918 Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers - 591b HD Graphics 630 + 591b Kaby Lake-H GT2 [HD Graphics 630] 591c UHD Graphics 615 - 591d HD Graphics P630 - 591e HD Graphics 615 + 591d Kaby Lake-DT GT2 [HD Graphics P630] + 591e Kaby Lake-Y GT2 [HD Graphics 615] 591f Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers 5921 HD Graphics 620 5923 HD Graphics 635 - 5926 Iris Plus Graphics 640 - 5927 Iris Plus Graphics 650 + 5926 Kaby Lake-U GT3 [Iris Plus Graphics 640] + 5927 Kaby Lake-U GT3 [Iris Plus Graphics 650] 5a84 Apollo Lake [HD Graphics 505] - 5a85 HD Graphics 500 + 5a85 Apollo Lake GT1 [HD Graphics 500] 5a88 Celeron N3350/Pentium N4200/Atom E3900 Series Imaging Unit 5a98 Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster 5a9a Celeron N3350/Pentium N4200/Atom E3900 Series Trusted Execution Engine @@ -34946,9 +38036,12 @@ 5ae8 Celeron N3350/Pentium N4200/Atom E3900 Series Low Pin Count Interface 5aee Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #4 5af0 Celeron N3350/Pentium N4200/Atom E3900 Series Host Bridge + 641d Lunar Lake-M Dynamic Tuning Technology 6420 Lunar Lake [Intel Graphics] 643e Lunar Lake NPU - 64a0 Lunar Lake [Intel Graphics] + 645d Lunar Lake IPU + 647d Lunar Lake-M Crashlog and Telemetry + 64a0 Lunar Lake [Intel Arc Graphics 130V / 140V] 64b0 Lunar Lake [Intel Graphics] 65c0 5100 Chipset Memory Controller Hub 65e2 5100 Chipset PCI Express x4 Port 2 @@ -34970,6 +38063,7 @@ 65f9 5100 Chipset PCI Express x8 Port 6-7 65fa 5100 Chipset PCI Express x16 Port 4-7 65ff 5100 Chipset DMA Engine + 674c CRI 6f00 Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DMI2 15d9 0832 X10SRL-F 6f01 Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 0 @@ -35231,6 +38325,28 @@ 7601 82372FB PIIX5 IDE 7602 82372FB PIIX5 USB 7603 82372FB PIIX5 SMBus + 7722 Arrow Lake SMBus Controller + 7723 Arrow Lake SPI Controller + 7725 Arrow Lake-H [PCH Serial IO UART Host Controller] + 7726 Arrow Lake-H PCH Serial IO UART Host Controller] + 7727 Arrow Lake-H [LPC/eSPI Controller] + 7728 Arrow Lake cAVS + 7730 Arrow Lake-H [LPC/eSPI Controller] + 7740 Arrow Lake CNVi WiFi + 7745 Arrow Lake Integrated Sensor Hub + 7746 Arrow Lake-H [LPC/eSPI Controller] + 774c Arrow Lake Gaussian & Neural Accelerator + 7750 Arrow Lake-H [Serial IO I2C Host Controller] + 7751 Arrow Lake-H [Serial IO I2C Host Controller] + 7752 Arrow Lake-H [PCH Serial IO UART Host Controller] + 7770 Arrow Lake HECI Controller #1 + 7773 Arrow Lake Keyboard and Text (KT) Redirection + 7778 Arrow Lake-H [Serial IO I2C Host Controller] + 7779 Arrow Lake-H [Serial IO I2C Host Controller] + 777a Arrow Lake-H [Serial IO I2C Host Controller] + 777b Arrow Lake-H [Serial IO I2C Host Controller] + 777d Arrow Lake USB 3.2 xHCI Controller + 777f Arrow Lake Shared SRAM 7800 82740 (i740) AGP Graphics Accelerator 003d 0008 Starfighter AGP 003d 000b Starfighter AGP @@ -35239,29 +38355,82 @@ 10b4 202f Lightspeed 740 8086 0000 Terminator 2x/i 8086 0100 Intel740 Graphics Accelerator - 7a04 Raptor Lake LPC/eSPI Controller - 7a23 Raptor Lake-S PCH SMBus Controller + 7a04 Z790 Chipset LPC/eSPI Controller + 7a05 H770 Chipset LPC/eSPI Controller + 7a06 B760 Chipset LPC/eSPI Controller + 7a0c HM770 Chipset LPC/eSPI Controller + 7a0d WM790 Chipset LPC/eSPI Controller + 7a13 C266 Chipset LPC/eSPI Controller + 7a14 C262 Chipset LPC/eSPI Controller + 7a20 700 Series Chipset P2SB + 7a21 700 Series Chipset Power Management Controller + 7a23 700 Series Chipset SMBus Controller 7a24 Raptor Lake SPI (flash) Controller - 7a27 Raptor Lake-S PCH Shared SRAM + 7a27 Raptor Lake PCH Shared SRAM + 7a28 700 Series Chipset Serial IO UART Controller #0 + 7a29 700 Series Chipset Serial IO UART Controller #1 + 7a2a 700 Series Chipset Serial IO GSPI Controller #0 + 7a2b 700 Series Chipset Serial IO GSPI Controller #1 7a30 Raptor Lake PCI Express Root Port #9 + 7a31 Raptor Lake PCI Express Root Port #10 + 7a32 Raptor Lake PCI Express Root Port #11 + 7a33 Raptor Lake PCI Express Root Port #12 + 7a34 Raptor Lake PCI Express Root Port #13 + 7a35 Raptor Lake PCI Express Root Port #14 + 7a36 Raptor Lake PCI Express Root Port #15 + 7a37 Raptor Lake PCI Express Root Port #16 7a38 Raptor Lake PCI Express Root Port #1 + 7a39 Raptor Lake PCI Express Root Port #2 + 7a3a Raptor Lake PCI Express Root Port #3 7a3b Raptor Lake PCI Express Root Port #4 + 7a3c Raptor Lake PCI Express Root Port #5 + 7a3d Raptor Lake PCI Express Root Port #6 + 7a3e Raptor Lake PCI Express Root Port #7 + 7a3f Raptor Lake PCI Express Root Port #8 7a40 Raptor Lake PCI Express Root Port #17 + 7a41 Raptor Lake PCI Express Root Port #18 + 7a42 Raptor Lake PCI Express Root Port #19 + 7a43 Raptor Lake PCI Express Root Port #20 7a44 Raptor Lake PCI Express Root Port #21 + 7a45 Raptor Lake PCI Express Root Port #22 + 7a46 Raptor Lake PCI Express Root Port #23 + 7a47 Raptor Lake PCI Express Root Port #24 7a48 Raptor Lake PCI Express Root Port #25 + 7a49 Raptor Lake PCI Express Root Port #26 + 7a4a Raptor Lake PCI Express Root Port #27 + 7a4b Raptor Lake PCI Express Root Port #28 7a4c Raptor Lake Serial IO I2C Host Controller #0 7a4d Raptor Lake Serial IO I2C Host Controller #1 7a4e Raptor Lake Serial IO I2C Host Controller #2 + 7a4f Raptor Lake Serial IO I2C Host Controller #3 7a50 Raptor Lake High Definition Audio Controller + 7a5c 700 Series Chipset Serial IO UART Controller #3 7a60 Raptor Lake USB 3.2 Gen 2x2 (20 Gb/s) XHCI Host Controller + 7a61 Raptor Lake USB 3.2 Gen 1x1 (5 Gb/s) xDCI Device Controller 7a62 Raptor Lake SATA AHCI Controller 7a68 Raptor Lake CSME HECI #1 7a69 Raptor Lake CSME HECI #2 - 7a70 Raptor Lake-S PCH CNVi WiFi + 7a6a Raptor Lake CSME IDE Redirection + 7a6b Raptor Lake CSME Keyboard and Text (KT) Redirection + 7a6c Raptor Lake CSME HECI #3 + 7a6d Raptor Lake CSME HECI #4 + 7a70 700 Series Chipset CNVi WiFi + 8086 0074 Wi-Fi 6 AX201 160MHz 8086 0090 WiFi 6E AX211 160MHz + 7a79 700 Series Chipset Serial IO GSPI Controller #3 + 7a7b 700 Series Chipset Serial IO GSPI Controller #2 + 7a7c Raptor Lake Serial IO I2C Host Controller #4 + 7a7d Raptor Lake Serial IO I2C Host Controller #5 + 7a7e 700 Series Chipset Serial IO UART Controller #2 + 7a83 Q670 Chipset LPC/eSPI Controller # Unlike other PCH components. The eSPI controller is specific to each chipset model 7a84 Z690 Chipset LPC/eSPI Controller - 7a85 Alder Lake-S PCH PCI Express Root Port #????? + 7a85 H670 Chipset LPC/eSPI Controller + 7a86 B660 Chipset LPC/eSPI Controller + 7a87 H610 Chipset LPC/eSPI Controller + 7a88 W680 Chipset LPC/eSPI Controller + 7a8c HM670 Chipset LPC/eSPI Controller + 7a8d WM690 Chipset LPC/eSPI Controller 7aa3 Alder Lake-S PCH SMBus Controller 7aa4 Alder Lake-S PCH SPI Controller 7aa7 Alder Lake-S PCH Shared SRAM @@ -35271,11 +38440,11 @@ 7ab4 Alder Lake-S PCH PCI Express Root Port #13 7ab8 Alder Lake-S PCH PCI Express Root Port #1 7ab9 Alder Lake-S PCH PCI Express Root Port #2 - 7aba Alder Lake-S PCH PCI Express Root Port #???? + 7aba Alder Lake-S PCH PCI Express Root Port #3 7abc Alder Lake-S PCH PCI Express Root Port #5 7abd Alder Lake-S PCH PCI Express Root Port #6 7abf Alder Lake-S PCH PCI Express Root Port #8 - 7ac4 Alder Lake-S PCH PCI Express Root Port #???? + 7ac4 Alder Lake-S PCH PCI Express Root Port #21 7ac8 Alder Lake-S PCH PCI Express Root Port #25 7acc Alder Lake-S PCH Serial IO I2C Controller #0 7acd Alder Lake-S PCH Serial IO I2C Controller #1 @@ -35283,25 +38452,36 @@ 7acf Alder Lake-S PCH Serial IO I2C Controller #3 7ad0 Alder Lake-S HD Audio Controller 7ae0 Alder Lake-S PCH USB 3.2 Gen 2x2 XHCI Controller + 7ae1 Alder Lake-S PCH USB 3.2 Gen 1x1 xDCI Controller 7ae2 Alder Lake-S PCH SATA Controller [AHCI Mode] 7ae8 Alder Lake-S PCH HECI Controller #1 + 7aeb Alder Lake-S Keyboard and Text (KT) Redirection 7af0 Alder Lake-S PCH CNVi WiFi 8086 0034 Wireless-AC 9560 8086 0070 Wi-Fi 6 AX201 160MHz 8086 0094 Wi-Fi 6 AX201 160MHz + 7af8 Alder Lake-S Integrated Sensor Hub 7afc Alder Lake-S PCH Serial IO I2C Controller #4 7afd Alder Lake-S PCH Serial IO I2C Controller #5 + 7d01 Meteor Lake-H 6p+8e cores Host Bridge/DRAM Controller + 7d03 Meteor Lake-P Dynamic Tuning Technology + 7d06 Arrow Lake-H 6p+8e cores Host Bridge/DRAM Controller 7d0b Volume Management Device NVMe RAID Controller Intel Corporation + 7d0d Meteor Lake-P Platform Monitoring Technology + 7d19 Meteor Lake IPU + 7d1c Arrow Lake-HX 8p+16e cores Host Bridge 7d1d Meteor Lake NPU 7d40 Meteor Lake-M [Intel Graphics] + 7d41 Arrow Lake-U [Intel Graphics] 7d45 Meteor Lake-P [Intel Graphics] - 7d51 Arrow Lake-P [Intel Graphics] + 7d51 Arrow Lake-P [Arc Pro 130T/140T] 7d55 Meteor Lake-P [Intel Arc Graphics] 7d60 Meteor Lake-M [Intel Graphics] - 7d67 Arrow Lake [Intel Graphics] + 7d67 Arrow Lake-S [Intel Graphics] 7dd1 Arrow Lake-P [Intel Graphics] 7dd5 Meteor Lake-P [Intel Graphics] 7e01 Meteor Lake-P LPC/eSPI Controller + 7e02 Meteor Lake-H eSPI Controller 7e22 Meteor Lake-P SMBus Controller 7e23 Meteor Lake-P SPI Controller 7e24 Meteor Lake-P Trace Hub @@ -35310,16 +38490,26 @@ 7e27 Meteor Lake-P Serial IO SPI Controller #0 7e28 Meteor Lake-P HD Audio Controller 7e30 Meteor Lake-P Serial IO SPI Controller #1 + 7e3f Meteor Lake-H/U PCIe Root Port #8 + 7e40 Meteor Lake PCH CNVi WiFi + 8086 0094 Wi-Fi 6E AX211 160MHz +# Refer from Intel Meteor Lake EDS (doc#640228) under its "Device IDs" section. + 7e45 Meteor Lake-P Integrated Sensor Hub 7e46 Meteor Lake-P Serial IO SPI Controller #2 + 7e4c Meteor Lake-P Gaussian & Neural-Network Accelerator + 7e4d Meteor Lake-H/U PCIe Root Port #9 7e50 Meteor Lake-P Serial IO I2C Controller #4 7e51 Meteor Lake-P Serial IO I2C Controller #5 7e52 Meteor Lake-P Serial IO UART Controller #2 + 7e70 Meteor Lake-P CSME HECI #1 + 7e73 Meteor Lake-P Keyboard and Text (KT) Redirection 7e78 Meteor Lake-P Serial IO I2C Controller #0 7e79 Meteor Lake-P Serial IO I2C Controller #1 7e7a Meteor Lake-P Serial IO I2C Controller #2 7e7b Meteor Lake-P Serial IO I2C Controller #3 7e7d Meteor Lake-P USB 3.2 Gen 2x1 xHCI Host Controller 7e7e Meteor Lake-P USB Device Controller + 7e7f Meteor Lake-H/U Shared SRAM 7ec0 Meteor Lake-P Thunderbolt 4 USB Controller 7ec2 Meteor Lake-P Thunderbolt 4 NHI #0 7ec3 Meteor Lake-P Thunderbolt 4 NHI #1 @@ -35327,6 +38517,36 @@ 7ec5 Meteor Lake-P Thunderbolt 4 PCI Express Root Port #1 7ec6 Meteor Lake-P Thunderbolt 4 PCI Express Root Port #2 7ec7 Meteor Lake-P Thunderbolt 4 PCI Express Root Port #3 + 7eca Meteor Lake-H/U PCIe Root Port #10 + 7ecc Meteor Lake-H PCIe Root Port #12 + 7f03 Q870 Chipset LPC/eSPI Controller + 7f04 Z890 Chipset LPC/eSPI Controller + 7f06 B860 Chipset LPC/eSPI Controller + 7f07 H810 Chipset LPC/eSPI Controller + 7f08 W880 Chipset LPC/eSPI Controller + 7f0c HM870 Chipset LPC/eSPI Controller + 7f0d WM880 Chipset LPC/eSPI Controller + 7f20 800 Series PCH P2SB + 7f21 800 Series PCH Power Management Controller + 7f23 800 Series PCH SMBus Controller + 7f24 800 Series PCH SPI (flash) Controller + 7f27 800 Series PCH Shared SRAM + 7f30 800 Series PCH PCIe Root Port #9 + 7f34 800 Series PCH PCIe Root Port #13 + 7f36 800 Series PCH PCIe Root Port #15 + 7f38 800 Series PCH PCIe Root Port #1 + 7f3e 800 Series PCH PCIe Root Port #7 + 7f40 800 Series PCH PCIe Root Port #17 + 7f44 800 Series PCH PCIe Root Port #21 + 7f4c 800 Series PCH I2C Controller #0 + 7f4f 800 Series PCH I2C Controller #3 + 7f50 800 Series ACE (Audio Context Engine) + 7f68 800 Series PCH HECI #1 + 7f6e 800 Series PCH USB 3.1 xHCI HC + 7f70 Arrow Lake-S PCH CNVi WiFi + 8086 0094 WiFi 6E AX211 160MHz + 7f7a 800 Series PCH I2C Controller #4 + 7f7b 800 Series PCH I2C Controller #5 8002 Trusted Execution Technology Registers 8003 Trusted Execution Technology Registers 8100 US15W/US15X SCH [Poulsbo] Host Bridge @@ -35586,16 +38806,22 @@ 8cc6 H97 Chipset LPC Controller 8d00 C610/X99 series chipset 4-port SATA Controller [IDE mode] 8d02 C610/X99 series chipset 6-Port SATA Controller [AHCI mode] + 15d9 0821 X10DRW-i + 15d9 086b X10DRS 8d04 C610/X99 series chipset SATA Controller [RAID mode] 8d06 C610/X99 series chipset SATA Controller [RAID mode] 17aa 1031 ThinkServer RAID 110i 8d08 C610/X99 series chipset 2-port SATA Controller [IDE mode] 8d0e C610/X99 series chipset SATA Controller [RAID mode] 8d10 C610/X99 series chipset PCI Express Root Port #1 + 1028 0617 Precision T5810 + 15d9 086b X10DRS 8d11 C610/X99 series chipset PCI Express Root Port #1 8d12 C610/X99 series chipset PCI Express Root Port #2 + 1028 0617 Precision T5810 8d13 C610/X99 series chipset PCI Express Root Port #2 8d14 C610/X99 series chipset PCI Express Root Port #3 + 15d9 086b X10DRS 8d15 C610/X99 series chipset PCI Express Root Port #3 8d16 C610/X99 series chipset PCI Express Root Port #4 8d17 C610/X99 series chipset PCI Express Root Port #4 @@ -35608,22 +38834,42 @@ 8d1e C610/X99 series chipset PCI Express Root Port #8 8d1f C610/X99 series chipset PCI Express Root Port #8 8d20 C610/X99 series chipset HD Audio Controller + 1028 0617 Precision T5810 8d21 C610/X99 series chipset HD Audio Controller 8d22 C610/X99 series chipset SMBus Controller + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d24 C610/X99 series chipset Thermal Subsystem + 15d9 0821 X10DRW-i + 15d9 086b X10DRS 8d26 C610/X99 series chipset USB Enhanced Host Controller #1 + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d2d C610/X99 series chipset USB Enhanced Host Controller #2 + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d31 C610/X99 series chipset USB xHCI Host Controller + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d33 C610/X99 series chipset LAN Controller 8d34 C610/X99 series chipset NAND Controller 8d3a C610/X99 series chipset MEI Controller #1 + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d3b C610/X99 series chipset MEI Controller #2 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d3c C610/X99 series chipset IDE-r Controller 8d3d C610/X99 series chipset KT Controller 8d40 C610/X99 series chipset LPC Controller @@ -35631,7 +38877,10 @@ 8d42 C610/X99 series chipset LPC Controller 8d43 C610/X99 series chipset LPC Controller 8d44 C610/X99 series chipset LPC Controller + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d45 C610/X99 series chipset LPC Controller 8d46 C610/X99 series chipset LPC Controller 8d47 C610/X99 series chipset LPC Controller @@ -35645,15 +38894,22 @@ 8d4f C610/X99 series chipset LPC Controller 8d60 C610/X99 series chipset sSATA Controller [IDE mode] 8d62 C610/X99 series chipset sSATA Controller [AHCI mode] + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i + 15d9 086b X10DRS 8d64 C610/X99 series chipset sSATA Controller [RAID mode] 8d66 C610/X99 series chipset sSATA Controller [RAID mode] 8d68 C610/X99 series chipset sSATA Controller [IDE mode] 8d6e C610/X99 series chipset sSATA Controller [RAID mode] 8d7c C610/X99 series chipset SPSR + 1028 0617 Precision T5810 + 15d9 0821 X10DRW-i 15d9 0832 X10SRL-F + 15d9 086b X10DRS 8d7d C610/X99 series chipset MS SMBus 0 8d7e C610/X99 series chipset MS SMBus 1 8d7f C610/X99 series chipset MS SMBus 2 + 15d9 086b X10DRS 9000 IXP2000 Family Network Processor 9001 IXP2400 Network Processor 9002 IXP2300 Network Processor @@ -35665,22 +38921,29 @@ 9840 Lakefield GT2 [UHD Graphics] 9841 Lakefield GT1.5 [UHD Graphics] 9a01 11th Gen Core Processor PCIe Controller #1 + 9a02 Tiger Lake-UP4 2 cores Host Bridge/DRAM Registers 9a03 TigerLake-LP Dynamic Tuning Processor Participant + 9a04 Tiger Lake-UP3 2 cores Host Bridge/DRAM Registers + 9a05 11th Gen Core Processor PCIe Controller #2 + 9a07 11th Gen Core Processor PCIe Controller #3 9a09 11th Gen Core Processor PCIe Controller 9a0b Volume Management Device NVMe RAID Controller 9a0d Tigerlake Telemetry Aggregator Driver 9a0f 11th Gen Core Processor PCIe Controller #0 9a11 GNA Scoring Accelerator module + 9a12 Tiger Lake-UP4 4 cores Host Bridge/DRAM Registers 9a13 Tiger Lake-LP Thunderbolt 4 USB Controller - 9a14 11th Gen Core Processor Host Bridge/DRAM Registers + 9a14 Tiger Lake-UP3/H35 4 cores Host Bridge/DRAM Registers + 9a15 Tiger Lake xDCI Controller 9a17 Tiger Lake-H Thunderbolt 4 USB Controller + 9a19 Tiger Lake IPU6 9a1b Tiger Lake-LP Thunderbolt 4 NHI #0 9a1d Tiger Lake-LP Thunderbolt 4 NHI #1 9a1f Tiger Lake-H Thunderbolt 4 NHI #0 9a21 Tiger Lake-H Thunderbolt 4 NHI #1 9a23 Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0 9a25 Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #1 - 9a26 11th Gen Core Processor Host Bridge/DRAM Registers + 9a26 Tiger Lake-H 6 cores Host Bridge/DRAM Registers 9a27 Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #2 9a29 Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #3 9a2b Tiger Lake-H Thunderbolt 4 PCI Express Root Port #0 @@ -35688,7 +38951,8 @@ 9a2f Tiger Lake-H Thunderbolt 4 PCI Express Root Port #2 9a31 Tiger Lake-H Thunderbolt 4 PCI Express Root Port #3 9a33 Tiger Lake Trace Hub - 9a36 11th Gen Core Processor Host Bridge/DRAM Registers + 9a36 Tiger Lake-H 8 cores Host Bridge/DRAM Registers + 9a39 Tiger Lake H IPU6-Slim 9a40 Tiger Lake-UP4 GT2 [Iris Xe Graphics] 9a49 TigerLake-LP GT2 [Iris Xe Graphics] 9a60 TigerLake-H GT1 [UHD Graphics] @@ -36030,6 +39294,8 @@ a0b0 Tiger Lake-LP PCI Express Root Port #9 a0b1 Tiger Lake-LP PCI Express Root Port #10 a0b3 Tiger Lake-LP PCI Express Root Port #12 + a0b8 Tiger Lake-LP PCI Express Root Port #0 + a0bb Tiger Lake-LP PCI Express Root Port #3 a0bc Tiger Lake-LP PCI Express Root Port #5 a0bd Tigerlake PCH-LP PCI Express Root Port #6 a0be Tiger Lake-LP PCI Express Root Port #7 @@ -36051,6 +39317,8 @@ 8086 0244 Wi-Fi 6 AX101NGW a0fc Tiger Lake-LP Integrated Sensor Hub a102 Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING a103 HM170/QM170 Chipset SATA Controller [AHCI Mode] 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv @@ -36063,11 +39331,14 @@ a112 100 Series/C230 Series Chipset Family PCI Express Root Port #3 a113 100 Series/C230 Series Chipset Family PCI Express Root Port #4 a114 100 Series/C230 Series Chipset Family PCI Express Root Port #5 + 1043 8694 H110I-PLUS Motherboard a115 100 Series/C230 Series Chipset Family PCI Express Root Port #6 a116 100 Series/C230 Series Chipset Family PCI Express Root Port #7 a117 100 Series/C230 Series Chipset Family PCI Express Root Port #8 a118 100 Series/C230 Series Chipset Family PCI Express Root Port #9 + 1043 8694 H110I-PLUS Motherboard a119 100 Series/C230 Series Chipset Family PCI Express Root Port #10 + 1043 8694 H110I-PLUS Motherboard a11a 100 Series/C230 Series Chipset Family PCI Express Root Port #11 a11b 100 Series/C230 Series Chipset Family PCI Express Root Port #12 a11c 100 Series/C230 Series Chipset Family PCI Express Root Port #13 @@ -36078,10 +39349,14 @@ a121 100 Series/C230 Series Chipset Family Power Management Controller 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING a122 Sunrise Point-H cAVS a123 100 Series/C230 Series Chipset Family SMBus 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING a124 100 Series/C230 Series Chipset Family SPI Controller a125 100 Series/C230 Series Chipset Family Gigabit Ethernet Controller a126 100 Series/C230 Series Chipset Family Trace Hub @@ -36092,15 +39367,20 @@ a12f 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING a130 100 Series/C230 Series Chipset Family USB Device Controller (OTG) a131 100 Series/C230 Series Chipset Family Thermal Subsystem 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv + 1462 7994 H110M ECO/GAMING a133 Sunrise Point-H Northpeak ACPI Function a135 100 Series/C230 Series Chipset Family Integrated Sensor Hub a13a 100 Series/C230 Series Chipset Family MEI Controller #1 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING a13b 100 Series/C230 Series Chipset Family MEI Controller #2 a13c 100 Series/C230 Series Chipset Family IDE Redirection a13d 100 Series/C230 Series Chipset Family KT Redirection @@ -36109,6 +39389,8 @@ a141 Sunrise Point-H LPC Controller a142 Sunrise Point-H LPC Controller a143 H110 Chipset LPC/eSPI Controller + 1043 8694 H110I-PLUS Motherboard + 1462 7994 H110M ECO/GAMING a144 H170 Chipset LPC/eSPI Controller a145 Z170 Chipset LPC/eSPI Controller a146 Q170 Chipset LPC/eSPI Controller @@ -36154,6 +39436,8 @@ a170 100 Series/C230 Series Chipset Family HD Audio Controller 1028 06e4 XPS 15 9550 103c 825b OMEN-17-w001nv + 1043 86c7 H110I-PLUS Motherboard + 1462 f994 H110M ECO/GAMING a171 CM238 HD Audio Controller a182 C620 Series Chipset Family SATA Controller [AHCI mode] a186 C620 Series Chipset Family SATA Controller [RAID mode] @@ -36210,6 +39494,7 @@ a1ea C620 Series Chipset Family PCI Express Root Port #20 a1ec C620 Series Chipset Family MROM 0 a1ed C620 Series Chipset Family MROM 1 + a1f0 C62x HD Audio Controller a1f8 Lewisburg IE: HECI #1 a1f9 Lewisburg IE: HECI #2 a1fa Lewisburg IE: IDE-r @@ -36217,12 +39502,33 @@ a1fc Lewisburg IE: HECI #3 a202 Lewisburg SATA Controller [AHCI mode] a206 Lewisburg SATA Controller [RAID mode] + a210 Lewisburg PCI Express Root Port + a211 Lewisburg PCI Express Root Port + a212 Lewisburg PCI Express Root Port + a213 Lewisburg PCI Express Root Port + a214 Lewisburg PCI Express Root Port + a215 Lewisburg PCI Express Root Port + a216 Lewisburg PCI Express Root Port + a217 Lewisburg PCI Express Root Port + a218 Lewisburg PCI Express Root Port + a219 Lewisburg PCI Express Root Port + a21a Lewisburg PCI Express Root Port + a21b Lewisburg PCI Express Root Port + a21c Lewisburg PCI Express Root Port + a21d Lewisburg PCI Express Root Port + a21e Lewisburg PCI Express Root Port + a21f Lewisburg PCI Express Root Port + a221 Lewisburg Power Management Controller a223 Lewisburg SMBus a224 Lewisburg SPI Controller a242 Lewisburg LPC or eSPI Controller a243 Lewisburg LPC or eSPI Controller a252 Lewisburg SSATA Controller [AHCI mode] a256 Lewisburg SSATA Controller [RAID mode] + a267 Lewisburg PCI Express Root Port + a268 Lewisburg PCI Express Root Port + a269 Lewisburg PCI Express Root Port + a26a Lewisburg PCI Express Root Port a282 200 Series PCH SATA controller [AHCI mode] 1462 7a72 H270 PC MATE a286 200 Series PCH SATA controller [RAID mode] @@ -36296,10 +39602,14 @@ 1028 0869 Vostro 3470 a305 Z390 Chipset LPC/eSPI Controller a306 Q370 Chipset LPC/eSPI Controller - a309 Cannon Point-LP LPC Controller + a307 Q360 Chipset LPC/eSPI Controller + a308 B360 Chipset LPC/eSPI Controller + a309 C246 Chipset LPC/eSPI Controller + a30a C242 Chipset LPC/eSPI Controller a30c QM370 Chipset LPC/eSPI Controller - a30d HM470 Chipset LPC/eSPI Controller - a30e Cannon Lake LPC Controller + a30d HM370 Chipset LPC/eSPI Controller + a30e CM246 Chipset LPC/eSPI Controller + a313 Cannon Lake LPC/eSPI Controller a323 Cannon Lake PCH SMBus Controller 1028 0869 Vostro 3470 a324 Cannon Lake PCH SPI Controller @@ -36366,27 +39676,33 @@ a3eb Comet Lake PCI Express Root Port #21 a3f0 Comet Lake PCH-V cAVS a620 6400/6402 Advanced Memory Buffer (AMB) + a700 Raptor Lake-S Host Bridge/DRAM Controller + a703 Raptor Lake-S Host Bridge/DRAM Controller a706 Raptor Lake-P 6p+8e cores Host Bridge/DRAM Controller 1028 0c06 Precision 3580 a707 Raptor Lake-P/U 4p+8e cores Host Bridge/DRAM Controller a708 Raptor Lake-P/U 2p+8e cores Host Bridge/DRAM Controller + a70d Raptor Lake PCI Express 5.0 Graphics Port (PEG010) a71d Raptor Lake Dynamic Platform and Thermal Framework Processor Participant 1028 0c06 Precision 3580 a71e Raptor Lake-P Thunderbolt 4 USB Controller 1028 0c06 Precision 3580 + a71f Raptor Lake-P Thunderbolt 4 PCI Express Root Port #1 a720 Raptor Lake-P [UHD Graphics] a721 Raptor Lake-P [UHD Graphics] a72f Raptor Lake-P Thunderbolt 4 PCI Express Root Port #2 a73e Raptor Lake-P Thunderbolt 4 NHI #0 1028 0c06 Precision 3580 - a74d Raptor Lake PCIe 4.0 Graphics Port + a740 Raptor Lake-S 8+12 - Host Bridge/DRAM Controller + a74d Raptor Lake PCI Express 4.0 Graphics Port a74f GNA Scoring Accelerator module 1028 0c06 Precision 3580 + a75d Raptor Lake IPU a76d Raptor Lake-P Thunderbolt 4 NHI #1 a76e Raptor Lake-P Thunderbolt 4 PCI Express Root Port #0 a77d Raptor Lake Crashlog and Telemetry 1028 0c06 Precision 3580 - a77f Volume Management Device NVMe RAID Controller Intel Corporation + a77f RST Volume Management Device Controller a780 Raptor Lake-S GT1 [UHD Graphics 770] a781 Raptor Lake-S UHD Graphics a782 Raptor Lake-S UHD Graphics @@ -36422,19 +39738,47 @@ a83b Lunar Lake-M PCI Express Root Port #4 a83c Lunar Lake-M PCI Express Root Port #5 a83d Lunar Lake-M PCI Express Root Port #6 + a840 BE201 320MHz a845 Lunar Lake-M Integrated Sensor Hub a847 Lunar Lake-M UFS Controller + a848 Lunar Lake-M Touch Host Controller #0 ID1 + a849 Lunar Lake-M Touch Host Controller #0 ID2 + a84a Lunar Lake-M Touch Host Controller #1 ID1 + a84b Lunar Lake-M Touch Host Controller #1 ID2 a84e Lunar Lake-M Thunderbolt 4 PCI Express Root Port #0 a84f Lunar Lake-M Thunderbolt 4 PCI Express Root Port #1 a860 Lunar Lake-M Thunderbolt 4 PCI Express Root Port #2 + a870 Lunar Lake-M CSME HECI #1 + a873 Lunar Lake-M Keyboard and Text (KT) Redirection a878 Lunar Lake-M Serial IO I2C Controller #0 a879 Lunar Lake-M Serial IO I2C Controller #1 a87a Lunar Lake-M Serial IO I2C Controller #2 a87b Lunar Lake-M Serial IO I2C Controller #3 a87d Lunar Lake-M USB 3.2 Gen 2x1 xHCI Host Controller + a87f Lunar Lake-M Shared SRAM abc0 Omni-Path Fabric Switch Silicon 100 Series ad0b Volume Management Device NVMe RAID Controller Intel Corporation + ad0d Arrow Lake-HX Crash Log & Telemetry ad1d Arrow Lake NPU + ae10 Arrow Lake-HX Direct eSPI Controller + ae23 Arrow Lake-HX SPI (flash) Controller + ae4c Arrow Lake-HX Gauss Newton Algorithm (GNA) + ae4d Arrow Lake-HX PCIe Root Port #13 + ae7f Arrow Lake-HX Shared SRAM (SOC-S) + b03e Panther Lake NPU + b080 Panther Lake [Arc B390] + b081 Panther Lake [Arc B370] + b082 Panther Lake [Arc B390] + b083 Panther Lake [Arc B370] + b084 Panther Lake [Arc Pro B390] + b085 Panther Lake [Arc Pro B370] + b086 Panther Lake [Arc Pro B390] + b087 Panther Lake [Arc Pro B370] + b08f Panther Lake [Intel Graphics] + b090 Panther Lake [Intel Graphics] + b0a0 Panther Lake [Intel Graphics] + b0b0 Panther Lake [Intel Graphics] + b0ff Panther Lake [Intel Graphics] b152 21152 PCI-to-PCI Bridge 8086 b152 21152 PCI-to-PCI Bridge # observed, and documented in Intel revision note; new mask of 1011:0026 @@ -36446,6 +39790,7 @@ 4c53 1050 CT7 mainboard 4c53 1051 CE7 mainboard e4bf 1000 CC8-1-BLUES + b640 Arrow Lake-H [Intel Graphics] d130 Core Processor DMI 15d9 0605 X8SIL d131 Core Processor DMI @@ -36471,6 +39816,25 @@ d156 Core Processor Semaphore and Scratchpad Registers d157 Core Processor System Control and Status Registers d158 Core Processor Miscellaneous Registers + d740 NVL-S + d741 NVL-U + d742 NVL-H + d743 NVL-HX + d744 NVL-UL + d745 NVL-HX + e202 Battlemage G21 [Intel Graphics] + e20b Battlemage G21 [Arc B580] + e20c Battlemage G21 [Arc B570] + e20d Battlemage G21 [Intel Graphics] + e210 Battlemage G21 [Intel Graphics] + e211 Battlemage G21 [Arc Pro B60] + e212 Battlemage G21 [Arc Pro B50] + e215 Battlemage G21 [Intel Graphics] + e216 Battlemage G21 [Intel Graphics] + e220 Battlemage G31 [Intel Graphics] + e221 Battlemage G31 [Intel Graphics] + e222 Battlemage G31 [Intel Graphics] + e223 Battlemage G31 [Intel Graphics] f1a5 SSD 600P Series 8086 390a SSDPEKKW256G7 256GB f1a6 SSD DC P4101/Pro 7600p/760p/E 6100p Series @@ -36479,6 +39843,8 @@ f1a8 SSD 660P Series f1aa SSD 670p Series [Keystone Harbor] faf0 SSD 665p Series [Neptune Harbor Refresh] + fd80 Wildcat Lake [Intel Graphics] + fd81 Wildcat Lake [Intel Graphics] 8088 Beijing Wangxun Technology Co., Ltd. 0100 WX1860AL-W Gigabit Ethernet Controller 0101 WX1860A2 Gigabit Ethernet Controller @@ -36526,9 +39892,10 @@ 8088 0420 Qual-Port Ethernet Network Adaptor SF400HT-S 0109 WX1860-LC Gigabit Ethernet Controller 010a WX1860A1 Gigabit Ethernet Controller - 4c52 2023 LRES2034PT Single-port 1Gb Ethernet Network Adapter 4c52 2026 LRES2026PF Single-port 1Gb Ethernet Network Adapter + 4c52 2034 LRES2034PT Single-port 1Gb Ethernet Network Adapter 010b WX1860AL1 Gigabit Ethernet Controller + 4c52 2215 LRES2215PT Single-port 1Gb Ethernet Network Adapter 8088 0102 Single-Port Ethernet Network Adaptor SF100HT 8088 4102 Single-Port Ethernet Network Adaptor SF100HT (WOL) 8088 8102 Single-Port Ethernet Network Adaptor SF100HT (NCSI) @@ -36540,29 +39907,58 @@ 0119 WX1860-LC Gigabit Ethernet Controller Virtual Function 011a WX1860A1 Gigabit Ethernet Controller Virtual Function 011b WX1860AL1 Gigabit Ethernet Controller Virtual Function - 1000 Ethernet Controller RP1000 Virtual Function for 10GbE SFP+ - 1001 Ethernet Controller RP1000 for 10GbE SFP+ + 1000 Ethernet Controller SP1000A Virtual Function for 10GbE SFP+ + 1001 Ethernet Controller SP1000A for 10GbE SFP+ 1bd4 0084 Ethernet Controller SP1000A for 10GbE SFP+(lldp) 1bd4 0085 Ethernet Controller SP1000A for 10GBASE-T 4c52 1002 LRES1002PF Dual-port 10Gb Ethernet Server Adapter 4c52 1003 LRES1003PF Single-port 10Gb Ethernet Server Adapter 4c52 3001 LRES3001PF Dual-port 10Gb Ethernet Server Adapter for OCP + 4c52 8005 LRES8005PF Dual-port 10Gb Ethernet Bypass Network Adapter 8088 0000 Ethernet Network Adaptor RP1000 for 10GbE SFP+ 8088 0300 Ethernet Network Adaptor RP1000-A03 for 10GbE SFP+ 8088 0400 Ethernet Network Adaptor RP1000-A04 for 10GbE SFP+ - 2000 Ethernet Controller RP2000 Virtual Function for 10GbE SFP+ - 2001 Ethernet Controller RP2000 for 10GbE SFP+ + 2000 Ethernet Controller WX1820AL Virtual Function for 10GbE SFP+ + 2001 Ethernet Controller WX1820AL for 10GbE SFP+ 8088 2000 Ethernet Network Adaptor RP2000 for 10GbE SFP+ 8088 2300 Ethernet Network Adaptor RP2000-A03 for 10GbE SFP+ 8088 2400 Ethernet Network Adaptor RP2000-A04 for 10GbE SFP+ + 5025 Ethernet Controller WX5025 for 25GbE SFP28 + 8088 1000 Dual-Port Ethernet Network Adapter FF5025-DDATACXX + 5125 Ethernet Controller WX5025AL for 25GbE SFP28 + 8088 3000 Dual-Port Ethernet Network Adapter FF5025-DDATAIXX 80ee InnoTek Systemberatung GmbH beef VirtualBox Graphics Adapter cafe VirtualBox Guest Service +8164 HippStor Technology Co., Ltd + 1600 HP600 U.2 NVME SSD 8322 Sodick America Corp. 8384 SigmaTel +8385 Suzhou Yige Technology Co., Ltd. 8401 TRENDware International Inc. +8412 Sharetronic Data Technology Co., Ltd. 8510 Sietium Semiconductor Co., Ltd. - 0201 GenBu02 [GB2062-PCIe-C0] + 0201 GenBu02 Series GPU + 8510 0001 GB2062-PUB-LPDDR + 8510 0002 GB2062-PCIe-C20 + 8510 0003 GB2062-PCIe-C41 + 8510 0004 GB2062-PCIe-HIEILP4 + 8510 0005 GB02-PCIe-C21 + 8510 0006 CQ2020-C2X Series + 8510 0007 GB02-PCIe-C46-4HDMI + 8510 0008 GB02-MXM-M60 + 8510 0009 GB02-PCIe-C46-4HDMI-2DP + 8510 000a GB02-MXM-M62-A-DP + 8510 000b GB02-PCIe-C42 + 8510 000c GB02-PUB + 8510 000d GB02-PCIe-C46-6HDMI + 8510 000e GB02-MXM-M62-A-HDMI + 8510 0010 GB02-MXM-M66-3HDMI-3DP + 8510 0011 GB02-MXM-M66-2HDMI-4DP + 8510 0012 GB02-PCIe-C25-HD + 8510 0013 GB02-PCIe-C25-HH + 8510 0014 GB2064-VPX-V40 + 8510 0201 GB2062-PUB-DDR # nee ScaleMP 8686 SAP 1010 vSMP Foundation controller [vSMP CTL] @@ -36574,8 +39970,11 @@ # Wuxi Micro Innovation Integrated Circuit Design Co.,Ltd. 8848 MUCSE 1000 Ethernet Controller N10 Series for 10GbE or 40GbE (Dual-port) + 4c52 3032 LRES3032PF Dual-port 10Gb Ethernet Server Adapter for OCP 8848 8410 Ethernet Network Adapter N10G-X2-DC for 10GbE SFP+ 2-port + 8848 c410 Ethernet Network Adapter OCP3.0 N10G-X2-DCP for 10GbE SFP+ 2-port 1001 Ethernet Controller N400 Series for 1GbE (Dual-port) + 8848 8000 Ethernet Network Adapter N400L-X4-DD for 1GbE SFP 2-port 1003 Ethernet Controller N400 Series for 10GbE (Single-port) 4c52 1050 LRES1050PF Single-port 10Gb Ethernet Network Adapter 1020 Ethernet Controller N10 Series for 10GbE (Quad-port) @@ -36583,20 +39982,35 @@ 4c52 1031 LRES1031PF Dual-port 10Gb Ethernet Server Adapter 4c52 3031 LRES3031PF Quad-port 10Gb Ethernet Server Adapter for OCP 8848 8451 Ethernet Network Adapter N10G-X4-QC for 10GbE SFP+ 4-port + 8848 c451 Ethernet Network Adapter OCP3.0 N10G-X4-QCP for 10GbE SFP+ 4-port 1021 Ethernet Controller N400 Series for 1GbE (Quad-port) 4c52 1032 LRES1032PF Quad-port 1Gb Ethernet Network Adapter 4c52 1039 LRES1039PT Quad-port 1Gb Ethernet Network Adapter + 8848 8041 Ethernet Network Adapter N400L-X4-QD for 1GbE SFP 4-port 1060 Ethernet Controller N10 Series for 1GbE or 10GbE (8-port) 1080 Ethernet Controller N10 Series Virtual Function 1081 Ethernet Controller N400 Series Virtual Function 1083 Ethernet Controller N400 Series Virtual Function 8308 Ethernet Controller N500 Series for 1GbE (Quad-port, Copper RJ45) +# NIC-ETH3M0T-3S-4P Quad-Port RJ45 Adapter for OCP 3.0 + 193d 1088 NIC-ETH3M0T-3S-4P 4c52 1048 LRES1048PT Quad-port 1Gb Ethernet Network Adapter + 4c52 3044 LRES3044PT Quad-port 1Gb Ethernet Server Adapter for OCP 8309 Ethernet Controller N500 Series Virtual Function 8318 Ethernet Controller N500 Series for 1GbE (Dual-port, Copper RJ45) 4c52 1049 LRES1049PT Dual-port 1Gb Ethernet Network Adapter + 4c52 3043 LRES3043PT Dual-port 1Gb Ethernet Server Adapter for OCP + 8500 Ethernet Controller N20 Series for 25GbE + 8848 0800 Ethernet Network Adapter N20 for 25GbE SFP28 + 8848 8800 Ethernet Network Adapter N20 for RDMA 25GbE SFP28 2-port + 8501 Ethernet Controller N20 Series for 100GbE + 8848 8800 Ethernet Network Adapter N20 for RDMA 100GbE QSFP28 2-port + 8502 Ethernet Controller N20 Series for 40GbE + 8848 8800 Ethernet Network Adapter N20 for RDMA 40GbE QSFP+ 2-port 8866 T-Square Design Inc. 8888 Silicon Magic + 8504 AVMatrix VC42 4-port HDMI Capture + 8581 AVMatrix VC12 4K HDMI Capture 8912 TRX # 8c4a is not Winbond but there is a board misprogrammed 8c4a Winbond @@ -36604,6 +40018,7 @@ 8e0e Computone Corporation 8e2e KTI 3000 ET32P2 +9000 C*Core Technology Co., Ltd. 9004 Adaptec 0078 AHA-2940U_CN 1078 AIC-7810 @@ -36928,6 +40343,9 @@ 103c 1101 Smart Array P416ie-m SR G10 105b 1211 HBA 8238-16i 105b 1321 HBA 8242-24i + 1137 02f8 24G TriMode M1 RAID 4GB FBWC 32D + 1137 02f9 24G TriMode M1 RAID 4GB FBWC 16D + 1137 02fa 24G TriMode M1 HBA 16D 13fe 8312 SKY-9200 MIC-8312BridgeB 152d 8a22 QS-8204-8i 152d 8a23 QS-8238-16i @@ -36985,6 +40403,9 @@ 1d49 0621 ThinkSystem RAID 9350-8i 2GB Flash PCIe 12Gb Internal Adapter 1d49 0622 ThinkSystem RAID 9350-16i 4GB Flash PCIe 12Gb Adapter 1d49 0623 ThinkSystem RAID 9350-16i 4GB Flash PCIe 12Gb Internal Adapter + 1f3f 0610 3S610-8i, SAS/SATA 12Gb HBA + 207d 4140 TrustRAID D3152s-8i + 207d 4240 TrustRAID D3154s-8i 9005 0608 SmartRAID 3162-8i /e 9005 0800 SmartRAID 3154-8i 9005 0801 SmartRAID 3152-8i @@ -37157,6 +40578,7 @@ 0001 SG2010 PCI over Starfabric Bridge 0002 SG2010 PCI to Starfabric Gateway 0003 SG1010 Starfabric Switch and PCI Bridge +9999 MetaX Integrated Circuits (Shanghai) Co., Ltd. 9a11 Tiger Lake-H Gaussian & Neural Accelerator 9d32 Beijing Starblaze Technology Co. Ltd. 0000 STAR1000 PCIe NVMe SSD Controller @@ -37170,10 +40592,16 @@ 1501 STAR1500C NVMe SSD 1502 STAR1500E NVMe SSD 1504 STAR1500L NVMe SSD + 1505 STAR1500K NVMe SSD +# NVMe Gen5 Controller 16ch + 1516 STAR1516 PCIe NVMe SSD Controller 2000 STAR2000 NVMe Controller 2001 STAR2000E NVMe SSD 2002 STAR2000C NVMe SSD 2003 STAR2000L NVMe SSD + 2004 EAST 2000K SSD + 2008 STAR2008 PCIE NVMe SSD Controller + 2010 STAR2010 PCIE NVMe Secure SSD Controller bb5b Asgard AN3+ NVMe SSD fc22 Asgard AN3+ NVMe SSD a000 Asix Electronics Corporation (Wrong ID) @@ -37223,6 +40651,7 @@ b100 OpenVox Communication Co. Ltd. b10b Uakron PCI Project b1b3 Shiva Europe Limited b1d9 ATCOM Technology co., LTD. +b390 TD3-X3+ # Pinnacle should be 11bd, but they got it wrong several times --mj bd11 Pinnacle Systems, Inc. (Wrong ID) bdbd Blackmagic Design @@ -37271,6 +40700,14 @@ c0a9 Micron/Crucial Technology 5412 P5 NVMe PCIe SSD[SlashP5] 5415 T500 NVMe PCIe SSD 5419 T700 NVMe PCIe SSD + 5420 P3 NVMe PCIe SSD (DRAM-less) + 5421 P3 Plus NVMe PCIe SSD (DRAM-less) + 5426 P310 NVMe PCIe SSD (DRAM-less) + 5427 P310 NVMe PCIe SSD (DRAM-less) + 5428 T710 NVMe PCIe SSD + 542b T705 NVMe PCIe SSD + 560a P510 NVMe PCIe SSD (DRAM-less) + 560b E100 NVMe PCIe SSD (DRAM-less) c0de Motorola c0fe Motion Engineering, Inc. ca01 I-TEK OptoElectronics Co., LTD. @@ -37279,12 +40716,16 @@ ca02 I-TEK OptoElectronics Co., LTD. 0213 Vulcan-CXP Frame Grabber ca3b Cambrionix Ltd. ca50 Varian Australia Pty Ltd +cabc Cambricon Technologies Corporation Limited + 0270 MLU270-S4 + 0370 MLU370-S4 cace CACE Technologies, Inc. 0001 TurboCap Port A 0002 TurboCap Port B 0023 AirPcap N caed Canny Edge -cafe Chrysalis-ITS +# nee Chrysalis-ITS +cafe Thales 0003 Luna K3 Hardware Security Module 0006 Luna PCI-e 3000 Hardware Security Module 0007 Luna K6 Hardware Security Module @@ -37299,6 +40740,12 @@ cddd Tyzx, Inc. 0200 DeepSea 2 High Speed Stereo Vision Frame Grabber cdfa NextSilicon Ltd 0007 Maverick + 0009 Maverick-2 + cdfa 0900 Maverick-2 Single-Die PCIe Card + cdfa 0906 Maverick-2 Dual-Die OAM + cdfa 0bff Maverick-2 Firmware Update +# High-performance RISC-V CPU + 0080 Arbel Test Chip ceba KEBA AG cf86 Spectrum-4TOR 0276 Spectrum-4TOR in Flash Recovery Mode @@ -37345,25 +40792,21 @@ d209 Ultimarc 15a2 SpinTrak 1601 AimTrak d20c Chengdu BeiZhongWangXin Technology Co., Ltd. - 5010 NE5000 Ethernet Controller 5011 NE5000 Ethernet Controller + d20c e120 N5 Series 2-port 10GbE Network Adapter + d20c e140 N5 Series 4-port 10GbE Network Adapter d20c e220 N5 Series 2-port 25GbE Network Adapter d20c e221 N5S Series 2-port 25GbE Network Adapter d20c e22c N5 Series 2-port 25GbE Network Adapter for OCP - d20c e22d N5S Series 2-port 25GbE Network Adapter for OCP - 6010 NE6000 Ethernet Controller 6011 NE6000 Ethernet Controller - d20c a141 N6S Series 4-port 10GbE Network Adapter - d20c a221 N6S Series 2-port 25GbE Network Adapter - d20c a241 N6S Series 4-port 25GbE Network Adapter - d20c a421 N6S Series 2-port 40GbE Network Adapter - d20c aa21 N6S Series 2-port 100GbE Network Adapter - d20c d221 N6S Series 2-port 25GbE Network Adapter with DPI - d20c da21 N6S Series 2-port 100GbE Network Adapter with DPI - d20c ea20 N6 Series 2-port 100GbE Network Adapter + d20c a001 N6S Series Network Adapter + d20c e221 N6S Series 2-port 25GbE Network Adapter + d20c e281 N6S Series 8-port 25GbE Network Adapter + d20c e421 N6S Series 2-port 40GbE Network Adapter d20c ea21 N6S Series 2-port 100GbE Network Adapter - d20c ea2c N6 Series 2-port 100GbE Network Adapter for OCP - d20c ea2d N6S Series 2-port 100GbE Network Adapter for OCP +d405 LeapIO + 8200 LeapHBA + 8201 LeapRAID d4d4 Dy4 Systems Inc 0601 PCI Mezzanine Card d531 I+ME ACTIA GmbH @@ -37414,6 +40857,7 @@ dd01 Digital Devices GmbH 0011 Octopus CI DVB Adapter dd01 0040 Octopus CI dd01 0041 Octopus CI Single + 0012 Octopus Duo CI 0201 Resi DVB-C Modulator dd01 0001 Resi DVB-C Modulator dead Indigita Corporation @@ -37531,10 +40975,17 @@ edd8 ARK Logic Inc a099 2000PV [Stingray] a0a1 2000MT a0a9 2000MI +efab Enfabrica # Found on M2N68-AM Motherboard f043 ASUSTeK Computer Inc. (Wrong ID) f05b Foxconn International, Inc. (Wrong ID) f111 Framework Computer Inc. +f117 Cerio + 00ff Test Device + 1000 Emulated PCIe Switch + 1010 Placeholder Device + 1020 Pseudo-Device + 1030 Test Device f15e SiFive, Inc. 0000 FU740-C000 RISC-V SoC PCI Express x8 to AXI4 Bridge f1d0 AJA Video @@ -37576,6 +41027,9 @@ f1d0 AJA Video eb25 Corvid 44 12g eb26 T-Tap Pro eb27 IoX3 + eb28 Kona XM + eb29 Kona X + eb30 Kona IP 25G efac Xena SD-MM/SD-22-MM facd Xena HD-MM f5f5 F5 Networks, Inc. @@ -37616,6 +41070,11 @@ C 00 Unclassified device 05 Image coprocessor C 01 Mass storage controller 00 SCSI storage controller + 00 Vendor specific + 11 SCSI storage device (SOP target port using PQI) + 12 SCSI controller (SOP target port using PQI) + 13 SCSI storage device & controller (SOP target port using PQI) + 21 SCSI storage device (SOP target port using NVMe) 01 IDE interface 00 ISA Compatibility mode-only controller 05 PCI native mode-only controller @@ -37628,6 +41087,7 @@ C 01 Mass storage controller 02 Floppy disk controller 03 IPI bus controller 04 RAID bus controller + 00 Vendor specific 05 ATA controller 20 ADMA single stepping 30 ADMA continuous operation @@ -37640,12 +41100,14 @@ C 01 Mass storage controller 08 Non-Volatile memory controller 01 NVMHCI 02 NVM Express + 03 NVM Express administrative controller 09 Universal Flash Storage controller 00 Vendor specific 01 UFSHCI 80 Mass storage controller C 02 Network controller 00 Ethernet controller + 01 Ethernet Controller with IDPF Compliant Interface 01 Token ring network controller 02 FDDI network controller 03 ATM network controller @@ -37667,13 +41129,15 @@ C 04 Multimedia controller 01 Multimedia audio controller 02 Computer telephony device 03 Audio device + 00 HDA compatible + 80 HDA compatible with vendor specific extensions 80 Multimedia controller C 05 Memory controller 00 RAM memory 01 FLASH memory 02 CXL 00 CXL Memory Device - vendor specific - 10 CXL Memory Device (CXL 2.x) + 10 CXL Memory Device (CXL 2.0 or later) 80 Memory controller C 06 Bridge 00 Host bridge @@ -37741,6 +41205,7 @@ C 08 Generic system peripheral 04 PCI Hot-plug controller 05 SD Host controller 06 IOMMU + 07 Root Complex Event Collector 80 System peripheral 99 Timing Card # PTP Grandmaster Source Clock @@ -37788,6 +41253,7 @@ C 0c Serial bus controller 02 BT (Block Transfer) 08 SERCOS interface 09 CANBUS + 0a MIPI I3C 80 Serial bus controller C 0d Wireless controller 00 IRDA controller @@ -37795,8 +41261,10 @@ C 0d Wireless controller 10 RF controller 11 Bluetooth 12 Broadband - 20 802.1a controller - 21 802.1b controller + 20 802.11a 5 GHz controller + 21 802.11b 2.4 GHz controller + 40 Cellular controller/modem + 41 Cellular controller/modem plus Ethernet (802.11) 80 Wireless controller C 0e Intelligent controller 00 I2O diff --git a/parsing/src/usb/usb.ids.txt b/parsing/src/usb/usb.ids.txt index 74a0cef..5832b6f 100644 --- a/parsing/src/usb/usb.ids.txt +++ b/parsing/src/usb/usb.ids.txt @@ -9,8 +9,8 @@ # The latest version can be obtained from # http://www.linux-usb.org/usb.ids # -# Version: 2024.01.30 -# Date: 2024-01-30 20:34:02 +# Version: 2025.12.13 +# Date: 2025-12-13 20:34:01 # # Vendors, devices and interfaces. Please keep sorted. @@ -59,6 +59,8 @@ 0112 Card Reader 017c MLK 145f Trust Deskset +019c mek + 0042 mek_42 0200 TP-Link 0201 MA180 UMTS Modem 0204 Chipsbank Microelectronics Co., Ltd @@ -69,6 +71,9 @@ 0231 Sonuus Limited 02ad HUMAX Co., Ltd. 138c PVR Mass Storage +0300 Ajazz + 1010 Akp153E Desktop Controller + 1020 AKP153R Desktop Controller 0303 Mini Automation Controller 0324 OCZ Technology Inc bc06 OCZ ATV USB 2.0 Flash Drive @@ -95,7 +100,7 @@ 0015 ATAPI Enclosure 2123 SiPix StyleCam Deluxe 8004 Aox 99001 -03e9 Thesys Microelectronics +03e9 Melexis (formerly Thesys Microelectronics) 03ea Data Broadcasting Corp. 03eb Atmel Corp. 0902 4-Port Hub @@ -209,6 +214,7 @@ 0012 DeskJet 1125C Printer Port 0024 KU-0316 Keyboard 002a LaserJet P1102 + 0036 CCID Smartcard Keyboard KUS0133 0053 DeskJet 2620 All-in-One Printer 0101 ScanJet 4100c 0102 PhotoSmart S20 @@ -256,6 +262,8 @@ 0423 HS-COMBO Cardreader 042a LaserJet M1132 MFP 0441 Prime [NW280AA, G8X92AA] + 046b Dock G5 + 0483 Engage Go 10 Tablet 0504 DeskJet 885c 0505 ScanJet 2100c 0507 DVD+RW @@ -265,6 +273,7 @@ 0517 LaserJet 1000 051d Bluetooth Interface 052a LaserJet M1212nf MFP + 0583 Engage Go 10 Tablet 0601 ScanJet 6300c 0604 DeskJet 840c 0605 ScanJet 2200c @@ -274,6 +283,7 @@ 0624 Bluetooth Dongle 0641 X1200 Optical Mouse 0653 DeskJet 3700 series + 0683 Engage Go 10 Tablet 0701 ScanJet 5300c/5370c 0704 DeskJet 825c 0705 ScanJet 4400c @@ -324,6 +334,7 @@ 1102 PhotoSmart 240 series 1104 DeskJet 959c 1105 ScanJet 5470c/5490c + 110c Pocket Media Drive 1111 OfficeJet v60 1116 Jornada 568 Pocket PC 1117 LaserJet 1300n @@ -1012,6 +1023,7 @@ 3000 Optical dual-touch panel 3001 Optical Touch Screen 3008 Optical Touch Screen + 4033 HD Webcam a060 HD Webcam 0409 NEC Corp. 0011 PC98 Series Layout Keyboard Mouse @@ -1028,6 +1040,7 @@ 004e SuperScript 1400 Series 004f Wireless Keyboard with One-touch start buttons 0050 7-port hub + 0056 uPD720133 IDE bridge 0058 HighSpeed Hub 0059 HighSpeed Hub 005a HighSpeed Hub @@ -1485,6 +1498,7 @@ 4095 Live! Cam Sync HD [VF0770] 4097 Live! Cam Chat HD [VF0700/VF0790] 4099 Creative VF0800 [RealSense Camera SR300] + 40a3 Live! Cam V3 2K [VF-0900] 4100 Nomad Jukebox 2 4101 Nomad Jukebox 3 4102 NOMAD MuVo^2 @@ -1958,6 +1972,7 @@ 010d 3500-4500 series 010f 6500 series 0142 X3650 (Printer, Scanner, Copier) + 01bd S800 Series Scanner 01fa S310 series 020e RICOH Aficio SP 4410SF 4303 Xerox WorkCentre Pro 412 @@ -1981,6 +1996,7 @@ 9a10 34UC88-B 9a11 34UC88-B 9a39 27UP850 - WK.AEUDCSN - External Monitor 4K + 9a57 UltraGear Monitor 9c01 LGE Sync 043f RadiSys Corp. 0440 Eizo Nanao Corp. @@ -2006,6 +2022,7 @@ 044d Siemens Nixdorf AG 044e Alps Electric Co., Ltd 1104 Japanese Keyboard + 1218 Electric Touchpad 2002 MD-5500 Printer 2014 Bluetooth Device 3001 UGTZ4 Bluetooth @@ -2399,8 +2416,10 @@ 02e3 Xbox One Elite Controller 02e6 Xbox Wireless Adapter for Windows 02ea Xbox One Controller + 02f3 Xbox One Chatpad 02fd Xbox One S Controller [Bluetooth] 02fe Xbox Wireless Adapter for Windows + 0306 Surface Pro 7 SD Card Reader 0400 Windows Powered Pocket PC 2002 0401 Windows Powered Pocket PC 2002 0402 Windows Powered Pocket PC 2002 @@ -2734,6 +2753,8 @@ 0180 Strait 3.0 01a4 MC 2.1 Mouse 01a6 MX BOARD 2.0S FL RGB DE Keyboard + 0201 Smart Board 1150 + 0202 Smart Terminal 1150 b090 Keyboard b091 Mouse c099 Stream Keyboard TKL @@ -2848,6 +2869,7 @@ 08dd QuickCam for Notebooks 08e0 QuickCam Express 08e1 Labtec Webcam + 08e4 C505e HD Webcam 08e5 C920 PRO HD Webcam 08f0 QuickCam Messenger 08f1 QuickCam Express @@ -2999,6 +3021,7 @@ c08e G MX518 Gaming Mouse (MU0053) c092 G102/G203 LIGHTSYNC Gaming Mouse c093 M500s Optical Mouse + c09d G102 LIGHTSYNC Gaming Mouse c101 UltraX Media Remote c110 Harmony 785/880/885 Remote c111 Harmony 525 Remote @@ -3057,6 +3080,7 @@ c24d G710 Gaming Keyboard c24e G500s Laser Gaming Mouse c24f G29 Driving Force Racing Wheel [PS3] + c251 GamePanel for Dell XPS M1730 c260 G29 Driving Force Racing Wheel [PS4] c262 G920 Driving Force Racing Wheel c281 WingMan Force @@ -3070,6 +3094,7 @@ c295 Momo Force Steering Wheel c298 Driving Force Pro c299 G25 Racing Wheel + c29a Driving Force GT c29b G27 Racing Wheel c29c Speed Force Wireless Wheel for Wii c2a0 Wingman Force Feedback Mouse @@ -3107,6 +3132,7 @@ c335 G910 Orion Spectrum Mechanical Keyboard c336 G213 Prodigy Gaming Keyboard c33a G413 Gaming Keyboard + c33e G915 Mechanical Keyboard c33f G815 Mechanical Keyboard c401 TrackMan Marble Wheel c402 Marble Mouse (2-button) @@ -3356,6 +3382,7 @@ 047c Dell Computer Corp. ffff UPS Tower 500W LV 047d Kensington + 00f2 VeriMark Desktop 1001 Mouse*in*a*Box 1002 Expert Mouse Pro 1003 Orbit TrackBall @@ -3555,6 +3582,7 @@ 0485 Nokia Monitors 0486 ASUS Computers, Inc. 0185 EeePC T91MT HID Touch Panel + 573c Xreal Light Microcontroller 0487 Stewart Connector 0488 Cirque Corp. 0489 Foxconn / Hon Hai @@ -3660,6 +3688,7 @@ 1033 DGX-505 1037 PSR-E403 103c MOTIF-RACK ES + 1045 MM6 1054 S90XS Keyboard/Music Synthesizer 160f P-105 1613 Clavinova CLP535 @@ -3889,9 +3918,11 @@ 106d S750 Printer 106e S820D 1070 S530D + 1071 Sony MPR-501 1072 I850 Printer 1073 I550 Printer 1074 S330 Printer + 1075 Sony MPR-505 1076 i70 1077 i950 107a S830D @@ -4050,6 +4081,7 @@ 178a PIXMA MG3600 Series 178d PIXMA MG6853 180b PIXMA MG3000 series + 183b PIXMA MG3110 Series 1856 PIXMA TS6250 1900 CanoScan LiDE 90 1901 CanoScan 8800F @@ -4057,6 +4089,7 @@ 1905 CanoScan LiDE 200 1906 CanoScan 5600F 1907 CanoScan LiDE 700F + 1908 CanoScan 9000F 1909 CanoScan LiDE 110 190a CanoScan LiDE 210 190d CanoScan 9000F Mark II @@ -4618,6 +4651,7 @@ 0434 D610 0436 D810 043f D5600 + 0455 Z50II 0f03 PD-10 Wireless Printer Adapter 4000 Coolscan LS 40 ED 4001 LS 50 ED/Coolscan V ED @@ -4904,11 +4938,19 @@ 0891 Stylus Office BX535WD 0892 Stylus Office BX935FWD 0893 EP-774A + 08d1 L220/L360 Series 0e03 Thermal Receipt Printer [TM-T20] + 0e31 Thermal Receipt Printer [TM-L100] 1114 XP-440 [Expression Home Small-in-One Printer] 1115 ES-0133 [Expression Home XP-342] 1129 ET-4750 [WorkForce ET-4750 EcoTank All-in-One] 1168 Workforce WF-7820/7840 Series + 1186 ET-2820 Series [ET-2820 EcoTank All-in-One] + 118a ET-2810/L3250 Series [EcoTank ET-2810/L3250] + 118b ET-2850/L4260 Series [EcoTank ET-2850/L4260] + 11b0 XP-4200 Series [Expression Home XP-4200] + 11b9 ET-2830/L3550 Series [EcoTank ET-2830/L3550] + 11c8 ET-2860/L3270 Series [EcoTank ET-2860/L3270] 04b9 Rainbow Technologies, Inc. 0300 SafeNet USB SuperPro/UltraPro 1000 iKey 1000 Token @@ -4990,9 +5032,12 @@ 0a28 INDI AV-IN Device 1301 Network Controller 1302 i3 Gateway - 1303 3 Micro Module + 1303 i3 Micro Module 1304 i3 Module 1305 i3 Multi Sensing Module + 1400 Javelin Module Recovery + 1401 Javelin Module + 1500 Gas sensor demo board 04c1 U.S. Robotics (3Com) 0020 56K Voice Pro 0022 56K Voice Pro @@ -5031,7 +5076,9 @@ 11f3 fi-6130Z 125a PalmSecure Sensor Device - MP 132e fi-7160 + 1526 PalmSecure-F Pro 159f ScanSnap iX1500 + 15ff Fi-8170 Document Scanner [Ricoh fi-8170: High Performance Desktop Scanner - PFU] 200f Sigma DP2 (Mass Storage) 2010 Sigma DP2 (PictBridge) 201d SATA 3.0 6Gbit/s Adaptor [GROOVY] @@ -5049,6 +5096,7 @@ 072d Revio KD410Z 04ca Lite-On Technology Corp. 0020 USB Keyboard + 003a Multimedia Keyboard 004b Keyboard 004f SK-9020 keyboard 008a Acer Wired Mouse Model SM-9023 @@ -5063,6 +5111,7 @@ 300f Atheros AR3012 Bluetooth 3014 Qualcomm Atheros Bluetooth 3015 Qualcomm Atheros QCA9377 Bluetooth + 3802 MediaTek Bluetooth MT7921 7022 HP HD Webcam 7025 HP HD Webcam 7046 TOSHIBA Web Camera - HD @@ -6430,6 +6479,7 @@ 2060 PT-E550W P-touch Label Printer 2061 PT-P700 P-touch Label Printer 2064 PT-P700 P-touch Label Printer RemovableDisk + 2065 PT-P750W P-Touch Label Writer 2074 PT-D600 P-touch Label Printer 209b QL-800 Label Printer 209c QL-810W Label Printer @@ -7436,6 +7486,7 @@ 03dd PTH-460 [Intuos Pro BT (S)] tablet 03ec DTH134 [DTH134] touchscreen 03ed DTC121 [DTC121] touchscreen + 03f0 DTH135 [Movink 13] 0400 PenPartner 4x5 4001 TPC4001 4004 TPC4004 @@ -8243,6 +8294,7 @@ 1093 Rugged 1094 Rugged THB 1095 Rugged + 1105 Mobile Drive (RLSD: 2022) a601 HardDrive a602 CD R/W 05a0 Vetronix Corp. @@ -9045,6 +9097,7 @@ 0752 micros Reader 0760 USB 2.0 Card Reader/Writer 0761 Genesys Mass Storage Device + 0769 SPR2801S [Lightspeeur 2801] 0780 USBFS DFU Adapter 07a0 Pen Flash 0880 Wasp (SL-6612) @@ -9283,6 +9336,8 @@ # typo? 4004 Minolta Dimage Scan Elite II AF-2920 (2888) 0639 Chrontel, Inc. + 7213 CH7213 + 7231 CH7213 063a Techwin Corp. 063b Taugagreining HF 063c Yamaichi Electronics Co., Ltd (Sakura) @@ -10892,7 +10947,7 @@ 0056 Agfa AP1100 Photo Printer 005d Mobile Mass Storage 005f Laser Pro LL [MFPrinter] - 0062 XG-76NA 802.11bg + 0062 XG-76NA / XG-760N 802.11b/g Wireless adapter 0078 Laser Pro Monochrome MFP 079d Alfadata Computer Corp. 0201 GamePort Adapter @@ -11163,6 +11218,7 @@ 1228 MPEG-2 Capture Device (M038) 1830 AVerTV Volar Video Capture (H830) 1871 TD310 DVB-T/T2/C dongle + 2553 Live Gamer Ultra 2.1 3835 AVerTV Volar Green HD (A835B) 850a AverTV Volar Black HD (A850) 850b AverTV Red HD+ (A850T) @@ -11174,6 +11230,7 @@ b300 A300 DVB-T TV receiver b800 MR800 FM Radio c039 DVD EZMaker 7 + d553 Live Gamer Ultra Pro-RGB e880 MPEG-2 Capture Device (E880) e882 MPEG-2 Capture Device (E882) 07cb Kingmax Technology, Inc. @@ -11443,6 +11500,7 @@ 0826 Data Transit 0827 BroadLogic, Inc. 0828 Sato Corp. + a003 WS408 Label Printer 0829 DirecTV Broadband, Inc. (Telocity) 082d Handspring 0100 Visor @@ -12081,6 +12139,12 @@ 04b2 NC interface 04b3 keyboard front panel Cockpit 04b4 SCR_CCID + 04b5 Camera + 04b6 Cockpit Touchkeypad + 04b7 Cockpit Touchkeypad Bootloader + 04b8 MediSET USB4-W + 04b9 MediSET USB4-R + 04ba MediSET USB4-G 2701 ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA 0909 Audio-Technica Corp. 001b ATR2100-USB @@ -12188,6 +12252,7 @@ 4cda Fenix 6 Sapphire 4cdb Fenix 6 0920 Echelon Co. + 5550 U60 FT Network Interface 7500 Network Interface 0921 GoHubs, Inc. 1001 GoCOM232 Serial @@ -12272,7 +12337,7 @@ 0a0b WLU5053 802.11abgn Wireless Module [Broadcom BCM43236B] 0a13 AX88179 Gigabit Ethernet [Toshiba] 0b05 PX1220E-1G25 External hard drive - 0b09 PX1396E-3T01 External hard drive + 0b09 PX139xE 3.5 External HDD 0b1a STOR.E ALU 2S 1300 Wireless Broadband (CDMA EV-DO) SM-Bus Minicard Status Port 1301 Wireless Broadband (CDMA EV-DO) Minicard Status Port @@ -12406,6 +12471,8 @@ 010f nanoKONTROL studio controller 0117 nanoKONTROL2 MIDI Controller 012f SQ-1 + 0154 NTS-1 digital kit mkII + 0203 KRONOS 0f03 K-Series K61P MIDI studio controller 0945 Pasco Scientific 0948 Kronauer music in digital @@ -12477,7 +12544,8 @@ 7140 T124 [Tegra K1/Logan 32-bit] 7210 SHIELD Controller 7321 Switch [Tegra Erista] recovery mode - 7423 T234 [Orin NX] recovery mode + 7323 T234 [Orin NX 16GB] recovery mode + 7423 T234 [Orin NX 8GB] recovery mode 7721 T210 [TX1 Tegra Erista] recovery mode 7820 T20 [Tegra 2] recovery mode 7c18 T186 [TX2 Tegra Parker] recovery mode @@ -12678,6 +12746,8 @@ 09d8 ELATEC GmbH 0320 TWN3 Multi125 0406 TWN4 MIFARE NFC + 0410 TWN4 HID + 0420 TWN4 CDC 09d9 KRF Tech, Ltd 09da A4Tech Co., Ltd. 0006 Optical Mouse WOP-35 / Trust 450L Optical Mouse @@ -12686,6 +12756,7 @@ 0018 Trust Human Interface Device 001a Wireless Mouse & RXM-15 Receiver 002a Wireless Optical Mouse NB-30 + 0103 Oscar X-710BK Gaming Mouse 022b Wireless Mouse (Battery Free) 024f RF Receiver and G6-20D Wireless Optical Mouse 0260 KV-300H Isolation Keyboard @@ -12693,12 +12764,16 @@ 09da Bloody V8 Mouse 1068 Bloody A90 Mouse 112c Bloody V5 Mouse + 2268 Keyboard (FK11) + 2690 PK-635G 3a60 Bloody V8M Core 2 Mouse 8090 X-718BK Oscar Optical Gaming Mouse 9033 X-718BK Optical Mouse 9066 F3 V-Track Gaming Mouse - 9090 XL-730K / XL-750BK / XL-755BK Mice + 9090 XL-730K / XL-747H / XL-750BK / XL-755BK Mice f613 Bloody V7M Mouse + f6cc B314 Light Strike Gaming Keyboard + fa44 B930 Light Strike RGB Mechanical Gaming Keyboard 09db Measurement Computing Corp. 0075 MiniLab 1008 0076 PMD-1024 @@ -12715,11 +12790,13 @@ 09e6 Silutia, Inc. 09e7 Real 3D, Inc. 09e8 AKAI Professional M.I. Corp. + 0029 APC40 mkII 0045 MPK Mini Mk II MIDI Controller 0062 MPD16 MIDI Pad Controller Unit 006d EWI electronic wind instrument 0071 MPK25 MIDI Keyboard 0076 LPK25 MIDI Keyboard + 007c MPK Mini MIDI Controller 09e9 Chen-Source, Inc. 09eb IM Networks, Inc. 4331 iRhythm Tuner Remote @@ -12783,6 +12860,9 @@ 1010 Bluetooth Device 1011 Bluetooth Device 1012 Bluetooth Device + 1243 CSRA64210 [TaoTronics Headset BH-22 in charging mode] + 4007 Mpow HC5 Headset in charging mode - HID / Mass Storage + 4010 Mpow HC5 Headset in charging mode - USB Hub ffff USB Bluetooth Device in DFU State 0a13 Telebyte, Inc. 0a14 Spacelabs Medical, Inc. @@ -12826,6 +12906,7 @@ 0a35 Radikal Technologies 002a SAC - Software Assigned Controller 008a SAC Hub +0a38 IRIS sa 0a39 Gilat Satellite Networks, Ltd 0a3a PentaMedia Co., Ltd 0163 KN-W510U 1.0 Wireless LAN Adapter @@ -12950,6 +13031,7 @@ 217f BCM2045B (BDC-2.1) 2198 Bluetooth 3.0 Device 219b Bluetooth 2.1 Device + 219c BCM2070 Bluetooth 21b1 HP Bluetooth Module 21b4 BCM2070 Bluetooth 2.1 + EDR 21b9 BCM2070 Bluetooth 2.1 + EDR @@ -12973,6 +13055,8 @@ 5802 BCM5880 Secure Applications Processor with fingerprint touch sensor 5803 BCM5880 Secure Applications Processor with secure keyboard 5804 BCM5880 Secure Applications Processor with fingerprint swipe sensor + 5832 BCM5880 Secure Applications Processor Smartcard reader + 5843 BCM58200 ControlVault 3 (FingerPrint sensor + Contacted SmartCard) 6300 Pirelli Remote NDIS Device 6410 BCM20703A1 Bluetooth 4.1 + LE bd11 BCM4320 802.11bg Wireless Adapter @@ -12989,11 +13073,14 @@ 0009 LP2844 Printer 0027 ZTC LP2844-Z-200dpi 0050 P120i / WM120i + 0062 GK420d Label Printer + 0065 ZM400 Label Printer 0080 GK420d Label Printer 0081 GK420t Label Printer 0084 GX420d Desktop Label Printer 008b HC100 wristbands Printer 008c ZP 450 Printer + 00a1 TLP2824 Plus 00d1 GC420d Label Printer 0110 ZD500 Desktop Label Printer 011c ZD410 Direct Thermal Label Printer @@ -13004,6 +13091,7 @@ 0010 MPMan MP-F40 MP3 Player 0a66 ClearCube Technology 0a67 Medeli Electronics Co., Ltd + ffff LCS Audio 0a68 Comaide Corp. 0a69 Chroma ate, Inc. 0a6b Green House Co., Ltd @@ -13215,10 +13303,11 @@ 0ac9 Micro Solutions, Inc. 0000 Backpack CD-ReWriter 0001 BACKPACK 2 Cable - 0010 BACKPACK + 0010 BACKPACK CD Drive 0011 Backpack 40GB Hard Drive 0110 BACKPACK 0111 BackPack + 10ff BACKPACK 1234 BACKPACK 0aca OPEN Networks Ltd 1060 OPEN NT1 Plus II @@ -13277,7 +13366,7 @@ 3102 MemoryStick Card Reader 3201 MMC/SD+MemoryStick Card Reader 3216 HS Card Reader - 3260 7-in-1 Card Reader + 3260 ND3260 7-in-1 Card Reader 5010 ND5010 Card Reader 0af0 Option 5000 UMTS Card @@ -13351,6 +13440,7 @@ 17a0 Xonar U3 sound card 17a1 Eee Note EA800 (mass storage mode) 17ab USB-N13 802.11n Network Adapter (rev. B1) [Realtek RTL8192CU] + 17b5 Broadcom BCM20702A0 Bluetooth 17ba N10 Nano 802.11n Network Adapter [Realtek RTL8192CU] 17c2 ROG Spitfire 17c7 WL-330NUL @@ -13398,7 +13488,9 @@ 0b0d ProjectLab 0000 CenturyCD 0b0e GN Netcom + 0301 Jabra EVOLVE 20 0305 Jabra EVOLVE Link MS + 030c Jabra EVOLVE 65 0311 Jabra EVOLVE 65 0312 enc060:Buttons Volume up/down/mute + phone [Jabra] 0343 Jabra UC VOICE 150a @@ -13417,6 +13509,11 @@ 2007 GN 2000 Stereo Corded Headset 2456 Jabra SPEAK 810 245e Jabra Link 370 + 248a Jabra Elite 85h + 24b8 Jabra Evolve2 65 + 24bb Jabra Evolve2 85 + 24c9 Jabra Link 380 + 24ca Jabra Link 380 620c Jabra BT620s 9330 Jabra GN9330 Headset a346 Jabra Engage 75 Stereo @@ -15288,6 +15385,12 @@ 0e23 Liou Yuane Enterprise Co., Ltd 0e25 VinChip Systems, Inc. 0e26 J-Phone East Co., Ltd +0e2c Materialise Motion NV + 0012 footscan pressure plate (0.5m) + 0013 footscan pressure plate (1.0m) + 0018 footscan 2D interface box + 0020 footscan pressure plate (1.5m) + 002d footscan heavy duty pressure plate (1.0m) 0e2e Brady Worldwide, Inc. 000b BMP 51 000c BMP 61 @@ -16831,7 +16934,7 @@ 0256 Schwalm & Tate LLC pISO Raspberry Pi Hat 053a Hackerspace San Salvador HSSV SAMR21-Mote 0cbd Andrzej Szombierski kuku.eu.org keyboard - 0d32 ODrive Robotics ODrive v3 + 0d32 ODrive Robotics ODrive 1001 InterBiometrics Hub 1002 InterBiometrics Relais 1003 InterBiometrics IBSecureCam-P @@ -21442,6 +21545,8 @@ 20a0 Clay Logic 0006 flirc 4107 GPF Crypto Stick V1.2 + 4108 Nitrokey Pro + 4109 Nitrokey Storage 4123 IKALOGIC SCANALOGIC 2 414a MDE SPI Interface 415a OpenPilot @@ -21450,7 +21555,16 @@ 41e5 BlinkStick 4211 Nitrokey Start 4223 ATSAMD21 [castAR] + 4230 Nitrokey HSM + 4287 Nitrokey FIDO U2F 428d Electrosense wideband converter + 42b1 Nitrokey FIDO2 + 42b2 Nitrokey 3A Mini/3A NFC/3C NFC + 42b4 Nitrokey Pro Bootloader + 42da MuteMe + 42dd Nitrokey 3A NFC Bootloader/3C NFC Bootloader + 42e8 Nitrokey 3A Mini Bootloader + 42ec RP2040 [PicoWifi] 20b1 XMOS Ltd 10ad XUSB Loader f7d1 XTAG2 - JTAG Adapter @@ -22171,7 +22285,7 @@ 2581 Plug-up 1807 Generic HID Smartcard 1808 WinUSB Smartcard - f1d0 FIDO U2F Security Key + f1d0 Nitrokey U2F 258d Sequans Communications 259a TriQuint Semiconductor 25a7 Areson Technology Corp @@ -23056,6 +23170,8 @@ 357d Sharkoon 7788 JMicron JMS567 ATA/ATAPI Bridge 3636 InVibro +3752 Arculus Holdings, LLC + 0001 AuthentiKey 3767 Fanatec 0101 Speedster 3 Forceshock Wheel 3838 WEM @@ -23643,6 +23759,7 @@ 0029 AX200 Bluetooth 0032 AX210 Bluetooth 0033 AX211 Bluetooth + 0036 BE200 Bluetooth 0716 Modem Flashloader 07da Centrino Bluetooth Wireless Transceiver 07db Atom C2000 Root Hub @@ -23939,6 +24056,7 @@ C 08 Mass Storage 00 Control/Bulk/Interrupt 01 Control/Bulk 50 Bulk-Only + 62 USB Attached SCSI C 09 Hub 00 Unused 00 Full speed (or root) hub diff --git a/server/Cargo.toml b/server/Cargo.toml index 567ffee..a117048 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -19,6 +19,6 @@ tracing-subscriber = { version = "0.3.19", features = ["json"] } opentelemetry-appender-tracing = "0.30.1" opentelemetry = "0.28.0" opentelemetry_sdk = { version = "0.28.0", features = ["rt-tokio"] } -opentelemetry-otlp = { version = "0.28.0", features = ["http-json", "reqwest", "reqwest-client"] } +opentelemetry-otlp = { version = "0.28.0", default-features = false, features = ["http-json", "reqwest", "reqwest-client"] } reqwest = { version = "0.12.9", features = ["multipart"] } tracing-opentelemetry = "0.29.0"