Zen 4
   HOME

TheInfoList



OR:

Zen 4 is the name for a CPU
microarchitecture In electronics, computer science and computer engineering, microarchitecture, also called computer organization and sometimes abbreviated as μarch or uarch, is the way a given instruction set architecture (ISA) is implemented in a particular ...
designed by
AMD Advanced Micro Devices, Inc. (AMD) is an American multinational corporation and technology company headquartered in Santa Clara, California and maintains significant operations in Austin, Texas. AMD is a hardware and fabless company that de ...
, released on September 27, 2022. It is the successor to
Zen 3 Zen 3 is the name for a CPU microarchitecture by AMD, released on November 5, 2020. It is the successor to Zen 2 and uses TSMC's 7 nm process, 7 nm process for the chiplets and GlobalFoundries's 14 nm process, 14 nm process for the I/O die on th ...
and uses
TSMC Taiwan Semiconductor Manufacturing Company Limited (TSMC or Taiwan Semiconductor) is a Taiwanese multinational semiconductor contract manufacturing and design company. It is one of the world's most valuable semiconductor companies, the world' ...
's N6 process for I/O dies, N5 process for CCDs, and N4 process for APUs. Zen 4 powers Ryzen 7000 performance desktop processors (codenamed "Raphael"), Ryzen 8000G series mainstream desktop APUs (codenamed "Phoenix"), and Ryzen Threadripper 7000 series HEDT and workstation processors (codenamed "Storm Peak"). It is also used in extreme mobile processors (codenamed "Dragon Range"), thin & light mobile processors (codenamed "Phoenix" and "Hawk Point"), as well as
EPYC Epyc (stylized as EPYC) is a brand of multi-core x86-64 microprocessors designed and sold by AMD, based on the company's Zen microarchitecture. Introduced in June 2017, they are specifically targeted for the server and embedded system market ...
8004/9004 server processors (codenamed "Siena", "Genoa" and "Bergamo"). Zen 4 is the first microarchitecture whose chips (Ryzen 7000) use the AM5 motherboard socket.


Features

Like its predecessor, Zen 4 in its Desktop Ryzen variants features one or two Core Complex Dies (CCDs) built on TSMC's 5 nm process and one I/O die built on 6 nm. Previously, the I/O die on Zen 3 was built on
GlobalFoundries GlobalFoundries Inc. is a multinational semiconductor contract manufacturing and design company located in the Cayman Islands and headquartered in Malta, New York. Created by the divestiture of the manufacturing arm of AMD in March 2009, the ...
' 14 nm process for EPYC and 12 nm process for Ryzen. Zen 4's I/O die includes integrated
RDNA 2 RDNA 2 is a GPU microarchitecture designed by AMD, released with the Radeon RX 6000 series on November 18, 2020. Alongside powering the RX 6000 series, RDNA 2 is also featured in the SoCs designed by AMD for the PlayStation 5, Xbox Series X/S ...
graphics for the first time on any Zen architecture. Zen 4 marks the first utilization of the 5 nm process for x86-based desktop processors and also marks the return of 5.0 GHz
clock rate Clock rate or clock speed in computing typically refers to the frequency at which the clock generator of a processor can generate pulses used to synchronize the operations of its components. It is used as an indicator of the processor's s ...
to any AMD processors for the first time since the AMD FX-9590. On all platforms, Zen 4 supports only DDR5 memory and LPDDR5X in mobile, with support for DDR4 and
LPDDR4X Low-Power Double Data Rate (LPDDR), also known as LPDDR SDRAM, is a type of synchronous dynamic random-access memory (SDRAM) that consumes less power than other random access memory designs and is thus targeted for mobile computing devices such ...
dropped. Additionally, Zen 4 supports new AMD EXPO SPD profiles for more comprehensive memory tuning and overclocking by the RAM manufacturers. Unlike Intel's XMP, EXPO is marketed as an open, license and royalty-free standard for describing memory kit parameters, such as operating frequency, timings and voltages. It allows to encode a wider set of timings to achieve better performance and compatibility. However, XMP memory profiles are still supported. EXPO can also support Intel processors. All Zen 4 Ryzen desktop processors feature 28 (24 usable + 4 reserved) PCI Express 5.0 lanes. This means that a discrete GPU can be connected by 16 PCIe lanes or two GPUs by 8 PCIe lanes each. Additionally, there are now 2 x 4 lane PCIe interfaces, most often used for M.2 storage devices. Whether the lanes connecting the GPUs in the mechanical x16 slots are executed as PCIe 4.0 or PCIe 5.0 can be configured by the mainboard manufacturers. Finally, 4 PCIe 5.0 lanes are reserved for connecting the south bridge chip or chipset. Zen 4 is the first AMD microarchitecture to support
AVX-512 AVX-512 are 512-bit extensions to the 256-bit Advanced Vector Extensions SIMD instructions for x86 instruction set architecture (ISA) proposed by Intel in July 2013, and first implemented in the 2016 Intel Xeon Phi x200 (Knights Landing), and then ...
instruction set extension. Most 512-bit vector instructions are split in two and executed by the 256-bit
SIMD Single instruction, multiple data (SIMD) is a type of parallel computer, parallel processing in Flynn's taxonomy. SIMD describes computers with multiple processing elements that perform the same operation on multiple data points simultaneousl ...
execution units internally. The two halves execute in parallel on a pair of execution units and are still tracked as a single micro-OP (except for stores), which means the execution latency isn't doubled compared to 256-bit vector instructions. There are four 256-bit execution units, which gives a maximum throughput of two 512-bit vector instructions per clock cycle, e.g. one multiplication and one addition. The maximum number of instructions per clock cycle is doubled for vectors of 256 bits or less. Load and store units are also 256 bits each, retaining the throughput of up to two 256-bit loads or one store per cycle that was supported by
Zen 3 Zen 3 is the name for a CPU microarchitecture by AMD, released on November 5, 2020. It is the successor to Zen 2 and uses TSMC's 7 nm process, 7 nm process for the chiplets and GlobalFoundries's 14 nm process, 14 nm process for the I/O die on th ...
. This translates to up to one 512-bit load per cycle or one 512-bit store per two cycles. Other features and improvements, compared to
Zen 3 Zen 3 is the name for a CPU microarchitecture by AMD, released on November 5, 2020. It is the successor to Zen 2 and uses TSMC's 7 nm process, 7 nm process for the chiplets and GlobalFoundries's 14 nm process, 14 nm process for the I/O die on th ...
, include: * L1
Branch Target Buffer In computer architecture, a branch target predictor is the part of a processor that predicts the target, i.e., the address of the instruction that is executed next, of a taken conditional branch or unconditional branch instruction before the ta ...
(BTB) size increased by 50%, to 1.5K entries. Each entry is now able to store up to two branch targets, provided that the first branch is a conditional branch and the second branch is located within the same aligned 64-byte cache line as the first one. * L2 BTB increased to 7K entries. * Improved direct and indirect branch predictors. * OP cache size increased by 69%, from 4K to 6.75K OPs. The OP cache is now able to produce up to 9 macro-OPs per cycle (up from 6). *
Re-order buffer A re-order buffer (ROB) is a hardware unit used in an extension to Tomasulo's algorithm to support out-of-order and speculative instruction execution. The extension forces instructions to be committed in-order. The buffer is a circular buffer ...
(ROB) is increased by 25%, to 320 instructions. * Integer register file increased to 224 registers, FP/vector register file increased to 192 registers. FP/vector register file widened to 512 bits to support AVX-512. Added a new mask register file, capable of storing 68 mask registers. * Load queue size increased by 22%, to 88 pending loads. * L2 cache is doubled, from 512 KiB to 1 MiB per core, 8-way associative. * Automatic IBRS, where indirect branch restricted speculation mode is automatically enabled and disabled when control enters and leaves Ring 0 (kernel mode). This reduces the cost of user/kernel mode transitions. * ~13% IPC increase on average. * Up to 5.7 GHz max core frequency. * Memory speeds up to DDR5-5200 and LPDDR5X-7500 are officially supported. * In Ryzen 7000 desktop processors and Ryzen 7045HX mobile processors, the integrated GPU contains two RDNA 2 Compute Units running at up to 2.2 GHz. * Supports up to four display outputs, including HDMI 2.1 and DisplayPort 2 interfaces, but possible to attach more displays with discrete GPU. * 5-level
memory paging In computer operating systems, memory paging is a memory management scheme that allows the physical memory used by a program to be non-contiguous. This also helps avoid the problem of memory fragmentation and requiring compaction to reduce fr ...
support for
page table A page table is a data structure used by a virtual memory system in a computer to store mappings between virtual addresses and physical addresses. Virtual addresses are used by the program executed by the accessing process, while physical addr ...


Products


Desktop


Raphael

On August 29, 2022, AMD announced four Zen 4-based Ryzen 7000 series desktop processors. The four Ryzen 7000 processors that were launched on September 27, 2022 consist of the Ryzen 5 7600X, Ryzen 7 7700X, and two Ryzen 9 CPUs: the 7900X and 7950X. The processors feature between 6 and 16 cores. A further three models were added to the Ryzen 7000 desktop processors lineup on January 10, 2023, after a keynote by AMD at CES that announced them alongside 3D V-Cache variants of Ryzen 7 and Ryzen 9 processors, which drop the X in the name of the first CPUs in the lineup. These three models are the Ryzen 5 7600, Ryzen 7 7700, and Ryzen 9 7900, which feature a lower TDP of 65 W, and come bundled with stock coolers, unlike the X-suffix processors. The Ryzen 9 7900X3D and 7950X3D processors with 3D V-Cache were released on February 28, 2023, followed by the Ryzen 7 7800X3D on April 6.


Phoenix

The ''Phoenix'' desktop APU's were launched on January 8, 2024 as the "Ryzen 8000G" series for the AM5 socket and marketed as first desktop processor to feature a dedicated AI Accelerator branded as "Ryzen AI". On April 1, 2024, AMD quietly released the Ryzen 8000 series of desktop processors without integrated graphics.


Storm Peak

''Storm Peak'' is the codename given to Ryzen Threadripper 7000X HEDT and Ryzen Threadripper PRO 7000WX workstation processors, announced by AMD on October 19, 2023, and released on November 21, 2023. The Threadripper 7000X HEDT lineup consists of three models ranging from 24 to 64 cores, while the Threadripper PRO 7000WX workstation lineup encompasses six models ranging from 12 to 96 cores.


Mobile

On January 4, 2023, AMD announced its ''Phoenix'' and ''Dragon Range'' series of mobile processors based on Zen 4 at the 2023
Consumer Electronics Show CES (; formerly an initialism for Consumer Electronics Show) is an annual trade show organized by the Consumer Technology Association (CTA). Held in January at the Las Vegas Convention Center in Winchester, Nevada, United States, the event typi ...
(CES). The Phoenix processors target the mainstream notebook segment, feature an
AI accelerator A neural processing unit (NPU), also known as AI accelerator or deep learning processor, is a class of specialized hardware accelerator or computer system designed to accelerate artificial intelligence (AI) and machine learning applications, inc ...
branded as "Ryzen AI", similar to Apple's Neural Engine, and are of a monolithic chip design, while the Dragon Range processors target the high-end segment, providing core counts up to 16 cores and 32 threads, and are built on a
multi-chip module A multi-chip module (MCM) is generically an electronic assembly (such as a package with a number of conductor terminals or Lead (electronics), "pins") where multiple integrated circuits (ICs or "chips"), semiconductor Die (integrated circuit), d ...
design, utilizing an I/O die and up to two core complex dies (CCDs).


Phoenix

The Phoenix mobile processors are named as the "Ryzen 7040" series, and include U, H, and HS-suffix variants.


Dragon Range

The Dragon Range mobile processors are named as the "Ryzen 7045" series, and consist of HX, and HX3D suffix models only.


Hawk Point

Hawk Point is a refresh of Phoenix mobile processors, named as the "Ryzen 8040" and "Ryzen 8045" series, released on December 6, 2023. It features a 60% faster NPU compared to the 7040 series.


Hawk Point Refresh

Hawk Point Refresh is a Refresh of Hawk Point mobile processors, named as the "Ryzen 200" series similar to
Intel Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California, and Delaware General Corporation Law, incorporated in Delaware. Intel designs, manufactures, and sells computer compo ...
Core Ultra model numbering, specification similar to Hawk Point, released on Q2 2025.


Server


Genoa, Bergamo, and Siena

On November 10, 2022, AMD launched the fourth generation (also known as the 9004 series) of EPYC server and
data center A data center is a building, a dedicated space within a building, or a group of buildings used to house computer systems and associated components, such as telecommunications and storage systems. Since IT operations are crucial for busines ...
processors based on the Zen 4 microarchitecture, codenamed Genoa. Genoa features between 16 and 96 Zen 4 cores, alongside PCIe 5.0 and DDR5, designed for enterprise and cloud data center clients.


Zen 4c

Zen 4c is a variant of Zen 4 featuring smaller Zen 4 cores with lower clock frequencies, power usage, reduced L3 cache per core, and is intended to fit a greater number of cores in a given space. Zen 4c's smaller cores and higher core counts are designed for heavily
multi-threaded In computer architecture, multithreading is the ability of a central processing unit (CPU) (or a single core in a multi-core processor) to provide multiple threads of execution. Overview The multithreading paradigm has become more popular a ...
workloads such as
cloud computing Cloud computing is "a paradigm for enabling network access to a scalable and elastic pool of shareable physical or virtual resources with self-service provisioning and administration on-demand," according to International Organization for ...
. A Zen 4c CCD features 16 smaller Zen 4c cores, divided into two Core Complexes (CCX) of 8 cores each. The 16 core Zen 4c CCD is 9.6% larger in area than the regular 8 core Zen 4 CCD. The Zen 4c CCD die size measures at 72.7 mm2 compared to the 66.3 mm2 die area for the Zen 4 CCD. However, an individual Zen 4c core has a smaller footprint than a Zen 4 core, meaning that a larger number of smaller cores can be fitted into the CCD. A Zen 4c core is about 35.4% smaller than a Zen 4 core. In addition to the reduced core footprint, die space is further saved in the Zen 4c CCD via the use of denser 6T dual-port SRAM cells and an overall reduction of L3 cache to 16MB per 8-core CCX. Zen 4c cores have the same sized L1 and L2 caches as Zen 4 cores but the cache die area in Zen 4c cores is lower due to using denser SRAM and slower cache. The
through-silicon via In electronic engineering, a through-silicon via (TSV) or through-chip via is a vertical electrical connection (Via (electronics), via) that passes completely through a silicon wafer or die (integrated circuit), die. TSVs are high-performance i ...
(TSV) connection arrays, which are used for vertical die stacking in Zen 4 3D V-Cache CCDs, are removed from the Zen 4c CCD to save silicon space. Even though the Zen 4c core has a smaller footprint, it is still able to maintain the same IPC as the larger Zen 4 core. Unlike
Intel Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California, and Delaware General Corporation Law, incorporated in Delaware. Intel designs, manufactures, and sells computer compo ...
's competing Gracemont E-cores, Zen 4c features 2 threads per core with
simultaneous multithreading Simultaneous multithreading (SMT) is a technique for improving the overall efficiency of superscalar CPUs with hardware multithreading. SMT permits multiple independent threads of execution to better use the resources provided by modern proces ...
. The IPC of a Zen 4c core is closer to that of a Zen 4 core than an Intel Gracemont E-core IPC is to a P-core. Additionally, Zen 4c supports the same instruction sets as Zen 4 such as
AVX-512 AVX-512 are 512-bit extensions to the 256-bit Advanced Vector Extensions SIMD instructions for x86 instruction set architecture (ISA) proposed by Intel in July 2013, and first implemented in the 2016 Intel Xeon Phi x200 (Knights Landing), and then ...
which is not the case with Intel's P-cores and E-cores. Intel's Gracemont E-cores lack support for the AVX-512 instructions contained in Golden Cove P-cores. The Zen 4c core launched on June 13, 2023 with three Epyc Bergamo SKUs: 9734, 9754 and 9754S. The 9754S SKU features 128 Zen 4c cores but only 128 threads rather than the full 256 threads as simultaneous multithreading is disabled. Zen 4c launched in Epyc 8004 series processors, codenamed "Siena", on September 18, 2023. With up to 64 cores and 128 threads, Siena is designed with a lower cost platform in mind for entry-level server, edge computing, and telecommunications segments where higher energy efficiency is a priority. Zen 4c made its debut outside of server processors in the Ryzen 7040U series, codenamed "Phoenix 2", which launched on November 2, 2023. The Ryzen 3 7440U and Ryzen 5 7545U processors feature both standard Zen 4 cores and smaller Zen 4c cores.


References

{{AMD processor roadmap AMD microarchitectures AMD x86 microprocessors Computer-related introductions in 2022 X86 microarchitectures