Graphics Core Next#1.2

{{short description|Series of microarchitectures and instruction set architecture by AMD}}

{{Distinguish||text=the Nintendo GameCube}}

{{Use mdy dates|date=December 2020}}

{{context|date=October 2020}}

Graphics Core Next (GCN){{cite web|url=https://www.slideshare.net/DevCentralAMD/gs4106-the-amd-gcn-architecture-a-crash-course-by-layla-mah|title=GS-4106 The AMD GCN Architecture – A Crash Course, by Layla Mah|last=AMD Developer Central|date=January 31, 2014|website=Slideshare.net}} is the codename for a series of microarchitectures and an instruction set architecture that were developed by AMD for its GPUs as the successor to its TeraScale microarchitecture. The first product featuring GCN was launched on January 9, 2012.{{cite press release | title = AMD Launches World's Fastest Single-GPU Graphics Card – the AMD Radeon HD 7970 | publisher = AMD | date = December 22, 2011 | url = https://www.amd.com/en-us/press-releases/Pages/amd-launches-worlds-fastest-2011dec22.aspx | access-date = January 20, 2015 | archive-url=https://web.archive.org/web/20150120233011/https://www.amd.com/en-us/press-releases/Pages/amd-launches-worlds-fastest-2011dec22.aspx |archive-date=January 20, 2015 }}

GCN is a reduced instruction set SIMD microarchitecture contrasting the very long instruction word SIMD architecture of TeraScale.{{Cite web|last=Gulati|first=Abheek|date=2019-11-11|title=An Architectural Deep-Dive into AMD's TeraScale, GCN & RDNA GPU Architectures|url=https://medium.com/high-tech-accessible/an-architectural-deep-dive-into-amds-terascale-gcn-rdna-gpu-architectures-c4a212d0eb9|access-date=2021-12-12|website=Medium|language=en}} GCN requires considerably more transistors than TeraScale, but offers advantages for general-purpose GPU (GPGPU) computation due to a simpler compiler.

GCN graphics chips were fabricated with CMOS at 28 nm, and with FinFET at 14 nm (by Samsung Electronics and GlobalFoundries) and 7 nm (by TSMC), available on selected models in AMD's Radeon HD 7000, HD 8000, 200, 300, 400, 500 and Vega series of graphics cards, including the separately released Radeon VII. GCN was also used in the graphics portion of Accelerated Processing Units (APUs), including those in the PlayStation 4 and Xbox One.

Instruction set

The GCN instruction set is owned by AMD and was developed specifically for GPUs. It has no micro-operation for division.

Documentation is available for:

  • the [https://developer.amd.com/wordpress/media/2012/12/AMD_Southern_Islands_Instruction_Set_Architecture.pdf Graphics Core Next 1 instruction set],
  • the [https://developer.amd.com/wordpress/media/2013/07/AMD_Sea_Islands_Instruction_Set_Architecture.pdf Graphics Core Next 2 instruction set],
  • the [https://developer.amd.com/wordpress/media/2013/12/AMD_GCN3_Instruction_Set_Architecture_rev1.1.pdf Graphics Core Next 3 and 4 instruction sets],{{cite web|title=AMD community forums|url=https://community.amd.com/thread/203070|website=Community.amd.com|date=July 15, 2016 }}
  • the [https://developer.amd.com/wp-content/resources/Vega_Shader_ISA_28July2017.pdf Graphics Core Next 5 instruction set], and
  • the [https://developer.amd.com/wp-content/resources/Vega_7nm_Shader_ISA.pdf "Vega" 7nm instruction set architecture] (also referred to as Graphics Core Next 5.1).

An LLVM compiler back end is available for the GCN instruction set.{{cite web |url=http://llvm.org/docs/AMDGPUUsage.html |title=LLVM back-end amdgpu|website=Llvm.org}} It is used by Mesa 3D.

GNU Compiler Collection 9 supports GCN 3 and GCN 5 since 2019{{cite web |title=GCC 9 Release Series Changes, New Features, and Fixes |url=https://gcc.gnu.org/gcc-9/changes.html#amdgcn |access-date=November 13, 2019}} for single-threaded, stand-alone programs, with GCC 10 also offloading via OpenMP and OpenACC.{{cite web |title=AMD GCN Offloading Support |url=https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00905.html |access-date=November 13, 2019}}

MIAOW is an open-source RTL implementation of the AMD Southern Islands GPGPU microarchitecture.

In November 2015, AMD announced its Boltzmann Initiative, which aims to enable the porting of CUDA-based applications to a common C++ programming model.{{cite web |url=https://www.amd.com/en/press-releases/boltzmann-initiative-2015nov16 |title=AMD Boltzmann Initiative – Heterogeneous-compute Interface for Portability (HIP) |date=November 16, 2015 |access-date=December 8, 2019 |archive-url=https://web.archive.org/web/20160126170234/https://www.amd.com/en-us/press-releases/Pages/boltzmann-initiative-2015nov16.aspx | archive-date=January 26, 2016 | url-status=live}}

At the Super Computing 15 event, AMD displayed a Heterogeneous Compute Compiler (HCC), a headless Linux driver and HSA runtime infrastructure for cluster-class high-performance computing, and a Heterogeneous-compute Interface for Portability (HIP) tool for porting CUDA applications to the aforementioned common C++ model.

Microarchitectures

As of July 2017, the Graphics Core Next instruction set has seen five iterations. The differences between the first four generations are rather minimal, but the fifth-generation GCN architecture features heavily modified stream processors to improve performance and support the simultaneous processing of two lower-precision numbers in place of a single higher-precision number.{{cite news|last1=Smith|first1=Ryan|title=The AMD Vega GPU Architecture Preview|url=http://www.anandtech.com/show/11002/the-amd-vega-gpu-architecture-teaser|access-date=July 11, 2017|website=Anandtech.com|date=January 5, 2017}}

= Command processing =

== Graphics Command Processor ==

The Graphics Command Processor (GCP) is a functional unit of the GCN microarchitecture. Among other tasks, it is responsible for the handling of asynchronous shaders.{{cite web|last=Smith|first=Ryan|title=AMD Dives Deep On Asynchronous Shading|url=http://www.anandtech.com/show/9124/amd-dives-deep-on-asynchronous-shading|website=Anandtech.com}}

== Asynchronous Compute Engine ==

The Asynchronous Compute Engine (ACE) is a distinct functional block serving computing purposes, whose purpose is similar to that of the Graphics Command Processor.{{Ambiguous|date=August 2018}}

== Schedulers ==

Since the third iteration of GCN, the hardware contains two schedulers: one to schedule "wavefronts" during shader execution (the CU Scheduler, or Compute Unit Scheduler) and the other to schedule execution of draw and compute queues. The latter helps performance by executing compute operations when the compute units (CUs) are underutilized due to graphics commands limited by fixed function pipeline speed or bandwidth. This functionality is known as Async Compute.

For a given shader, the GPU drivers may also schedule instructions on the CPU to minimize latency.

= Geometric processor =

File:GCN Geometry Processors.svg

The geometry processor contains a Geometry Assembler, a Tesselator, and a Vertex Assembler.

The Tesselator is capable of doing tessellation in hardware as defined by Direct3D 11 and OpenGL 4.5 (see AMD January 21, 2017),{{cite web|date=October 26, 2017|title=Conformant Products|url=https://www.khronos.org/conformance/adopters/conformant-products#opengl|website=Khronos.org}} and succeeded ATI TruForm and hardware tessellation in TeraScale as AMD's then-latest semiconductor intellectual property core.

= Compute units =

One compute unit (CU) combines 64 shader processors with 4 texture mapping units (TMUs).{{Cite book|title=Compute Cores Whitepaper|url=https://www.amd.com/Documents/Compute_Cores_Whitepaper.pdf|publisher=AMD|year=2014|page=5}}{{cite news|last1=Smith|first1=Ryan|title=AMD's Graphics Core Next Preview|url=http://www.anandtech.com/show/4455/amds-graphics-core-next-preview-amd-architects-for-compute/5|access-date=April 18, 2017|website=Anandtech.com|date=December 21, 2011}} The compute units are separate from, but feed into, the render output units (ROPs). Each compute unit consists of the following:

  • a CU scheduler
  • a Branch & Message Unit
  • 4 16-lane-wide SIMD Vector Units (SIMD-VUs)
  • 4 64 KiB vector general-purpose register (VGPR) files
  • 1 scalar unit (SU)
  • a 8 KiB scalar GPR file{{Cite web |title=AMD's Graphics Core Next (GCN) Architecture |url=https://www.techpowerup.com/gpu-specs/docs/amd-gcn1-architecture.pdf |access-date=February 26, 2024 |website=TechPowerUp}}
  • a local data share of 64 KiB
  • 4 Texture Filter Units
  • 16 Texture Fetch Load/Store Units
  • a 16 KiB level 1 (L1) cache

Four Compute units are wired to share a 16KiB L1 instruction cache and a 32KiB L1 data cache, both of which are read-only. A SIMD-VU operates on 16 elements at a time (per cycle), while a SU can operate on one a time (one/cycle). In addition, the SU handles some other operations, such as branching.

Every SIMD-VU has some private memory where it stores its registers. There are two types of registers: scalar registers (S0, S1, etc.), which hold 4 bytes number each, and vector registers (V0, V1, etc.), which each represent a set of 64 4-byte numbers. On the vector registers, every operation is done in parallel on the 64 numbers. which correspond to 64 inputs. For example, it may work on 64 different pixels at a time (for each of them the inputs are slightly different, and thus you get slightly different color at the end).

Every SIMD-VU has room for 512 scalar registers and 256 vector registers.

AMD has claimed that each GCN compute unit (CU) has 64 KiB Local Data Share (LDS).{{Cite web |title=Optimizing GPU occupancy and resource usage with large thread groups |url=https://gpuopen.com/learn/optimizing-gpu-occupancy-resource-usage-large-thread-groups/ |access-date=2024-01-01 |website=AMD GPUOpen |language=en-GB}}

== CU scheduler ==

The CU scheduler is the hardware functional block, choosing which wavefronts the SIMD-VU executes. It picks one SIMD-VU per cycle for scheduling. This is not to be confused with other hardware or software schedulers.

== Wavefront ==

A shader is a small program written in GLSL that performs graphics processing, and a kernel is a small program written in OpenCL that performs GPGPU processing. These processes don't need that many registers, but they do need to load data from system or graphics memory. This operation comes with significant latency. AMD and Nvidia chose similar approaches to hide this unavoidable latency: the grouping of multiple threads. AMD calls such a group a "wavefront", whereas Nvidia calls it a "warp". A group of threads is the most basic unit of scheduling of GPUs that implement this approach to hide latency. It is the minimum size of the data processed in SIMD fashion, the smallest executable unit of code, and the way to processes a single instruction over all of the threads in it at the same time.

In all GCN GPUs, a "wavefront" consists of 64 threads, and in all Nvidia GPUs, a "warp" consists of 32 threads.

AMD's solution is to attribute multiple wavefronts to each SIMD-VU. The hardware distributes the registers to the different wavefronts, and when one wavefront is waiting on some result, which lies in memory, the CU Scheduler assigns the SIMD-VU another wavefront. Wavefronts are attributed per SIMD-VU. SIMD-VUs do not exchange wavefronts. A maximum of 10 wavefronts can be attributed per SIMD-VU (thus 40 per CU).

AMD CodeXL shows tables with the relationship between number of SGPRs and VGPRs to the number of wavefronts, but essentially, for SGPRS it is between 104 and 512 per number of wavefronts, and for VGPRS it is 256 per number of wavefronts.

Note that in conjunction with the SSE instructions, this concept of the most basic level of parallelism is often called a "vector width". The vector width is characterized by the total number of bits in it.

== SIMD Vector Unit ==

Each SIMD Vector Unit has:

  • a 16-lane integer and floating point vector Arithmetic Logic Unit (ALU)
  • 64 KiB Vector General Purpose Register (VGPR) file
  • 10× 48-bit Program Counters
  • Instruction buffer for 10 wavefronts (each wavefront is a group of 64 threads, or the size of one logical VGPR)
  • A 64-thread wavefront issues to a 16-lane SIMD Unit over four cycles

Each SIMD-VU has 10 wavefront instruction buffers, and it takes 4 cycles to execute one wavefront.

= Audio and video acceleration blocks =

Many implementations of GCN are typically accompanied by several of AMD's other ASIC blocks. Including but not limited to the Unified Video Decoder, Video Coding Engine, and AMD TrueAudio.

== Video Coding Engine ==

{{Main|Video Coding Engine}}

The Video Coding Engine is a video encoding ASIC, first introduced with the Radeon HD 7000 series.{{cite web |url=https://www.amd.com/Documents/UVD3_whitepaper.pdf |title=White Paper AMD UnifiedVideoDecoder (UVD) |date=2012-06-15 |access-date=2017-05-20}}

The initial version of the VCE added support for encoding I and P frames H.264 in the YUV420 pixel format, along with SVE temporal encode and Display Encode Mode, while the second version added B-frame support for YUV420 and YUV444 I-frames.

VCE 3.0 formed a part of the third generation of GCN, adding high-quality video scaling and the HEVC (H.265) codec.

VCE 4.0 was part of the Vega architecture, and was subsequently succeeded by Video Core Next.

== TrueAudio ==

{{empty section|date=August 2018}}

= Unified virtual memory =

In a preview in 2011, AnandTech wrote about the unified virtual memory, supported by Graphics Core Next.{{cite web |url = http://www.anandtech.com/show/4455/amds-graphics-core-next-preview-amd-architects-for-compute/6 |title=Not Just A New Architecture, But New Features Too |publisher=AnandTech |date=December 21, 2011 |access-date=July 11, 2014}}

{{Gallery

| width = 320

| height = 200

| align = center

| File:Desktop computer bus bandwidths.svg

| Classical desktop computer architecture with a distinct graphics card over PCI Express. CPU and GPU have their distinct physical memory, with different address spaces. The entire data needs to be copied over the PCIe bus. Note: the diagram shows bandwidths, but not the memory latency.

| File:HSA-enabled virtual memory with distinct graphics card.svg

| GCN supports "unified virtual memory", hence enabling zero-copy, instead of the data, only the pointers are copied, "passed". This is a paramount HSA feature.

| File:Integrated graphics with distinct memory allocation.svg

| Integrated graphics-solutions (and AMD APUs with TeraScale graphics) suffer under partitioned main memory: a part of the system memory is allocated to the GPU exclusively. Zero-copy is not possible, data has to be copied (over the system memory bus) from one partition to the other.

| File:HSA-enabled integrated graphics.svg

| AMD APUs with GCN graphics gain from unified main memory conserving scarce bandwidth.{{cite web |url=http://www.semiaccurate.com/2014/01/15/technical-look-amds-kaveri-architecture/ |title=Kaveri microarchitecture |date=January 15, 2014 |work=SemiAccurate}}

}}

= {{Anchor|HSA}} Heterogeneous System Architecture (HSA) =

{{Main|Heterogeneous System Architecture}}

File:Linux AMD graphics stack.svg}}]]

Some of the specific HSA features implemented in the hardware need support from the operating system's kernel (its subsystems) and/or from specific device drivers. For example, in July 2014, AMD published a set of 83 patches to be merged into Linux kernel mainline 3.17 for supporting their Graphics Core Next-based Radeon graphics cards. The so-called HSA kernel driver resides in the directory {{mono|/drivers/gpu/hsa}}, while the DRM graphics device drivers reside in {{mono|/drivers/gpu/drm}}{{cite web |url=https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/gpu/drm |title=/drivers/gpu/drm |publisher=Kernel.org}} and augment the already existing DRM drivers for Radeon cards.{{cite web |url=http://lkml.iu.edu/hypermail/linux/kernel/1407.1/02923.html |title=[PATCH 00/83] AMD HSA kernel driver |publisher = LKML | date = July 10, 2014 | access-date = July 11, 2014}} This very first implementation focuses on a single "Kaveri" APU and works alongside the existing Radeon kernel graphics driver (kgd).

= Lossless Delta Color Compression =

{{expand section|date=August 2018}}

= Hardware schedulers =

Hardware schedulers are used to perform scheduling{{Cite news | url = http://www.tomshardware.com/reviews/amd-radeon-rx-480-polaris-10,4616.html | first = Chris | last = Angelini | title = AMD Radeon RX 480 8GB Review | newspaper = Tom's Hardware | date = June 29, 2016 | access-date = August 11, 2016 | page = 1}} and offload the assignment of compute queues to the ACEs from the driver to hardware, by buffering these queues until there is at least one empty queue in at least one ACE. This causes the HWS to immediately assign buffered queues to the ACEs until all queues are full or there are no more queues to safely assign.{{Cite web | url = http://radeon.wpengine.netdna-cdn.com/wp-content/uploads/2016/08/Polaris-Architecture-Whitepaper-Final-08042016.pdf | title = Dissecting the Polaris Architecture | date = 2016 | access-date = August 12, 2016 | archive-url = https://web.archive.org/web/20160920143439/http://radeon.wpengine.netdna-cdn.com/wp-content/uploads/2016/08/Polaris-Architecture-Whitepaper-Final-08042016.pdf | archive-date = September 20, 2016 }}

Part of the scheduling work performed includes prioritized queues which allow critical tasks to run at a higher priority than other tasks without requiring the lower priority tasks to be preempted to run the high priority task, therefore allowing the tasks to run concurrently with the high priority tasks scheduled to hog the GPU as much as possible while letting other tasks use the resources that the high priority tasks are not using. These are essentially Asynchronous Compute Engines that lack dispatch controllers. They were first introduced in the fourth generation GCN microarchitecture, but were present in the third generation GCN microarchitecture for internal testing purposes.{{Cite news | url = http://www.pcper.com/reviews/Graphics-Cards/AMD-Radeon-RX-480-Review-Polaris-Promise/Polaris-Architecture-4th-Generation- | first = Ryan | last = Shrout | title = The AMD Radeon RX 480 Review – The Polaris Promise | newspaper = PC Perspective | page = 2 | date = June 29, 2016 | access-date = August 12, 2016 | archive-url = https://web.archive.org/web/20161010184433/http://www.pcper.com/reviews/Graphics-Cards/AMD-Radeon-RX-480-Review-Polaris-Promise/Polaris-Architecture-4th-Generation- | archive-date = October 10, 2016 }} A driver update has enabled the hardware schedulers in third generation GCN parts for production use.

= Primitive Discard Accelerator =

This unit discards degenerate triangles before they enter the vertex shader and triangles that do not cover any fragments before they enter the fragment shader.{{Cite news | url=http://www.anandtech.com/show/10446/the-amd-radeon-rx-480-preview/3 | first = Ryan | last = Smith | title = The AMD Radeon RX 480 Preview: Polaris Makes Its Mainstream Mark | newspaper = AnandTech | date = June 29, 2016 | access-date = August 11, 2016 | page = 3}} This unit was introduced with the fourth generation GCN microarchitecture.

Generations

= {{Anchor|first|1.0|GCN1}}Graphics Core Next 1 =

{{Infobox GPU

| name = AMD Graphics Core Next 1

| image =

| caption =

| codename =

| created = {{Start date and age|January 2012}}{{Citation needed|date=October 2019}}

| process =

| entry =

| midrange =

| highend =

| d3dversion =

| predecessor= TeraScale 3

| successor = Graphics Core Next 2

| support status= Unsupported since mid-2022 (final Windows driver version 22.6.1 for Windows 7 and 10)

}}

The GCN 1 microarchitecture was used in several Radeon HD 7000 series graphics cards.

File:AMD@28nm@GCN 1st gen@Tahiti@Radeon HD 7950 GHz Edition@1312 NCC858.00 512-0821065 Stack-DSC03197-DSC03218 - ZS-retouched (30132516316).jpg

  • support for 64-bit addressing (x86-64 address space) with unified address space for CPU and GPU
  • support for PCIe 3.0{{cite web |url= http://www.techpowerup.com/149225/AMD-Radeon-HD-7000-Series-to-be-PCI-Express-3.0-Compliant.html |title= AMD Radeon HD 7000 Series to be PCI-Express 3.0 Compliant |publisher= TechPowerUp |access-date= July 21, 2011}}
  • GPU sends interrupt requests to CPU on various events (such as page faults)
  • support for Partially Resident Textures,{{cite web |url= http://pixelsmashers.com/?p=10341 |archive-url= https://web.archive.org/web/20120328123158/http://pixelsmashers.com/?p=10341 |url-status= usurped |archive-date= March 28, 2012 |title= AMD Details Next Gen. GPU Architecture |access-date= August 3, 2011}} which enable virtual memory support through DirectX and OpenGL extensions
  • AMD PowerTune support, which dynamically adjusts performance to stay within a specific TDP{{citation |url=http://meseec.ce.rit.edu/551-projects/fall2014/3-4.pdf |title=AMD's Graphics Core Next (GCN) Architecture |author=Tony Chen |author2=Jason Greaves |work=AMD |access-date=August 13, 2016 |archive-date=January 18, 2023 |archive-url=https://web.archive.org/web/20230118185910/http://meseec.ce.rit.edu/551-projects/fall2014/3-4.pdf |url-status=dead }}
  • support for Mantle (API)

There are Asynchronous Compute Engines controlling computation and dispatching.{{cite web |url= http://developer.amd.com/wordpress/media/2013/06/2620_final.pdf |title= AMD Graphics Core Next |page=40 |last1= Mantor |first1= Michael |last2= Houston |first2= Mike |publisher= AMD |date= June 15, 2011 |access-date= July 15, 2014 |quote= Asynchronous Compute Engine (ACE)}}{{cite web |url=http://www.anandtech.com/show/4455/amds-graphics-core-next-preview-amd-architects-for-compute/5 |title= AMD's Graphics Core Next Preview: AMD's New GPU, Architected For Compute |publisher= AnandTech |date= December 21, 2011 |access-date= July 15, 2014 |quote= AMD's new Asynchronous Compute Engines serve as the command processors for compute operations on GCN. The principal purpose of ACEs will be to accept work and to dispatch it off to the CUs for processing.}}

== ZeroCore Power ==

ZeroCore Power is a long idle power saving technology, shutting off functional units of the GPU when not in use.{{cite web |url=http://www.anandtech.com/show/5261/amd-radeon-hd-7970-review/11 |title=Managing Idle Power: Introducing ZeroCore Power |website=AnandTech.com |date=December 22, 2011 |access-date=April 29, 2015}} AMD ZeroCore Power technology supplements AMD PowerTune.

== Chips ==

Discrete GPUs (Southern Islands family):

  • Hainan
  • Oland
  • Cape Verde
  • Pitcairn
  • Tahiti

= {{Anchor|second|2.0|1.1|GCN2}}Graphics Core Next 2 =

{{Infobox GPU

| name = AMD Graphics Core Next 2

| image =

| caption =

| codename =

| created = {{Start date and age|September 2013}}{{Citation needed|date=October 2019}}

| process =

| entry =

| midrange =

| highend =

| d3dversion =

| predecessor = Graphics Core Next 1

| successor = Graphics Core Next 3

| support status = Unsupported since mid-2022 (final Windows driver version 22.6.1 for Windows 7 and 10)

}}

File:AMD PowerTune Bonaire.svg "Bonaire"]]

File:AMD@28nm@GCN 2nd gen@Hawaii@Radeon R9 290@215-0852020@ DSCx2 polysilicon@5x - Flickr - FritzchensFritz.jpg

The 2nd generation of GCN was introduced with the Radeon HD 7790 and is also found in the Radeon HD 8770, R7 260/260X, R9 290/290X, R9 295X2, R7 360, and R9 390/390X, as well as Steamroller-based desktop "Kaveri" APUs and mobile "Kaveri" APUs and in the Puma-based "Beema" and "Mullins" APUs. It has multiple advantages over the original GCN, including FreeSync support, AMD TrueAudio and a revised version of AMD PowerTune technology.

GCN 2nd generation introduced an entity called "Shader Engine" (SE). A Shader Engine comprises one geometry processor, up to 44 CUs (Hawaii chip), rasterizers, ROPs, and L1 cache. Not part of a Shader Engine is the Graphics Command Processor, the 8 ACEs, the L2 cache and memory controllers as well as the audio and video accelerators, the display controllers, the 2 DMA controllers and the PCIe interface.

The A10-7850K "Kaveri" contains 8 CUs (compute units) and 8 Asynchronous Compute Engines for independent scheduling and work item dispatching.{{cite web |url= http://www.anandtech.com/show/7677/amd-kaveri-review-a8-7600-a10-7850k/7 |title= AMD's Kaveri A10-7850K tested | website= AnandTech |date=January 14, 2014 |access-date=July 7, 2014}}

At AMD Developer Summit (APU) in November 2013 Michael Mantor presented the Radeon R9 290X.{{cite web |url=http://www.slideshare.net/DevCentralAMD/gs4152-michael-mantor |title=AMD Radeon R9-290X |date=November 21, 2013}}

== Chips ==

Discrete GPUs (Sea Islands family):

  • Bonaire
  • Hawaii

integrated into APUs:

  • Temash
  • Kabini
  • Liverpool (i.e. the APU found in the PlayStation 4)
  • Durango (i.e. the APU found in the Xbox One and Xbox One S)
  • Kaveri
  • Godavari
  • Mullins
  • Beema
  • Carrizo-L

= {{Anchor|third|3.0|1.2|GCN3}}Graphics Core Next 3 =

{{Infobox GPU

| name = AMD Graphics Core Next 3

| image =

| caption =

| codename =

| created = {{Start date and age|June 2015}}{{Citation needed|date=October 2019}}

| process =

| entry =

| midrange =

| highend =

| d3dversion =

| predecessor = Graphics Core Next 2

| successor = Graphics Core Next 4

| support status = Supported, with less regular Windows driver update schedule

}}

File:AMD@28nm@GCN 3th gen@Fiji@Radeon R9 Nano@SPMRC REA0356A-1539 215-0862120 DSCx1 polysilicon@5x.jpg

GCN 3rd generation{{cite web|url=http://images.anandtech.com/doci/9319/Slide%2019%20-%20GCN%20Overview.png|format=PNG|title=Carrizo Overview|website=Images.anandtech.com|access-date=July 20, 2018}} was introduced in 2014 with the Radeon R9 285 and R9 M295X, which have the "Tonga" GPU. It features improved tessellation performance, lossless delta color compression to reduce memory bandwidth usage, an updated and more efficient instruction set, a new high quality scaler for video, HEVC encoding (VCE 3.0) and HEVC decoding (UVD 6.0), and a new multimedia engine (video encoder/decoder). Delta color compression is supported in Mesa.{{cite web |url=http://lists.freedesktop.org/archives/mesa-dev/2015-October/096919.html |title=Add DCC Support |work=Freedesktop.org |date=October 11, 2015}} However, its double precision performance is worse compared to previous generation.{{cite news|last1=Smith|first1=Ryan|title=AMD Radeon R9 285 Review|url=http://www.anandtech.com/show/8460/amd-radeon-r9-285-review|access-date=March 13, 2017|website=Anandtech.com|date=September 10, 2014}}

== Chips ==

discrete GPUs:

  • Tonga (Volcanic Islands family), comes with UVD 5.0 (Unified Video Decoder)
  • Fiji (Pirate Islands family), comes with UVD 6.0 and High Bandwidth Memory (HBM 1)

integrated into APUs:

  • Carrizo, comes with UVD 6.0
  • Bristol Ridge{{cite news|last1=Cutress|first1=Ian|title=AMD Announces 7th Generation APU|url=http://www.anandtech.com/show/10362/amd-7th-generation-apu-bristol-ridge-stoney-ridge-for-notebooks|access-date=June 1, 2016|website=Anandtech.com|date=June 1, 2016}}
  • Stoney Ridge

= {{Anchor|fourth|4.0|1.3|GCN4|Polaris}}Graphics Core Next 4 =

{{Infobox GPU

| name = AMD Graphics Core Next 4

| image =

| caption =

| codename =

| created = {{Start date and age|June 2016}}{{Citation needed|date=October 2019}}

| process =

| entry =

| midrange =

| highend =

| d3dversion =

| predecessor = Graphics Core Next 3

| successor = Graphics Core Next 5

| support status = Supported, with less regular Windows driver update schedule

}}

File:AMD@14nm@GCN 4th gen@Polaris 11@Radeon RX 460@1628 NAA2Y.1 215-0895088 DSCx4 polysilicon layer@5x.jpg

File:AMD@14nm@GCN 4th gen@Polaris 10@Radeon RX 470@1622 M60J5.0A 215-0876204 DSCx1 polysilicon@5.jpg

GPUs of the Arctic Islands-family were introduced in Q2 of 2016 with the AMD Radeon 400 series. The 3D-engine (i.e. GCA (Graphics and Compute array) or GFX) is identical to that found in the Tonga-chips.{{Cite web|url=https://www.x.org/wiki/RadeonFeature/#index6h2|title=RadeonFeature|website=www.x.org}} But Polaris feature a newer Display Controller engine, UVD version 6.3, etc.

All Polaris-based chips other than the Polaris 30 are produced on the 14 nm FinFET process, developed by Samsung Electronics and licensed to GlobalFoundries.{{cite web|url=http://www.guru3d.com/articles-pages/radeon-technologies-group-january-2016-amd-polaris-architecture,1.html|title=Radeon Technologies Group – January 2016 – AMD Polaris Architecture|website=Guru3d.com}} The slightly newer refreshed Polaris 30 is built on the 12 nm LP FinFET process node, developed by Samsung and GlobalFoundries. The fourth generation GCN instruction set architecture is compatible with the third generation. It is an optimization for 14 nm FinFET process enabling higher GPU clock speeds than with the 3rd GCN generation.{{cite news|last1=Smith|first1=Ryan|title=The AMD Vega Architecture Teaser: Higher IPC, Tiling, & More, coming in H1'2017|url=http://www.anandtech.com/show/11002/the-amd-vega-gpu-architecture-teaser|access-date=January 10, 2017|website=Anandtech.com|date=January 5, 2017}} Architectural improvements include new hardware schedulers, a new primitive discard accelerator, a new display controller, and an updated UVD that can decode HEVC at 4K resolutions at 60 frames per second with 10 bits per color channel.

== Chips ==

discrete GPUs:{{cite web |url=http://videocardz.com/58634/amd-confirms-polaris-10-is-ellesmere-and-polaris-11-is-baffin |title=AMD confirms Polaris 10 is Ellesmere and Polaris 11 is Baffin | author=WhyCry |date=March 24, 2016 |website=VideoCardz |access-date=April 8, 2016}}

  • Polaris 10 (also codenamed Ellesmere) found on "Radeon RX 470" and "Radeon RX 480"-branded graphics cards
  • Polaris 11 (also codenamed Baffin) found on "Radeon RX 460"-branded graphics cards (also Radeon RX 560D)
  • Polaris 12 (also codenamed Lexa) found on "Radeon RX 550" and "Radeon RX 540"-branded graphics cards
  • Polaris 20, which is a refreshed (14 nm LPP Samsung/GloFo FinFET process) Polaris 10 with higher clocks, used for "Radeon RX 570" and "Radeon RX 580"-branded graphics cards{{cite web|url=https://www.3dcenter.org/news/fast-vollstaendige-hardware-daten-zu-amds-radeon-rx-500-serie-geleakt|title=Fast vollständige Hardware-Daten zu AMDs Radeon RX 500 Serie geleakt|website=www.3dcenter.org}}
  • Polaris 21, which is a refreshed (14 nm LPP Samsung/GloFo FinFET process) Polaris 11, used for "Radeon RX 560"-branded graphics cards
  • Polaris 22, found on "Radeon RX Vega M GH" and "Radeon RX Vega M GL"-branded graphics cards (as part of Kaby Lake-G)
  • Polaris 23, which is a refreshed (14 nm LPP Samsung/GloFo FinFET process) Polaris 12, used for "Radeon Pro WX 3200" and "Radeon RX 540X"-branded graphics cards (also Radeon RX 640){{cite web|url=https://www.techpowerup.com/gpu-specs/amd-polaris-23.g920|title=AMD Polaris 23|website=TechPowerUp|access-date=May 12, 2022}}
  • Polaris 30, which is a refreshed (12 nm LP GloFo FinFET process) Polaris 20 with higher clocks, used for "Radeon RX 590"-branded graphics cards{{cite web|url=https://www.anandtech.com/show/13570/the-amd-radeon-rx-590-review|title=The AMD Radeon RX 590 Review, feat. XFX & PowerColor: Polaris Returns (Again)|website=anandtech.com|date=November 15, 2018|first=Nate|last=Oh|access-date=November 24, 2018}}

In addition to dedicated GPUs, Polaris is utilized in the APUs of the PlayStation 4 Pro and Xbox One X, titled "Neo" and "Scorpio", respectively.

== Precision Performance ==

FP64 performance of all GCN 4th generation GPUs is 1/16 of FP32 performance.

= {{Anchor|fifth|5.0|1.4|GCN5|Vega}}Graphics Core Next 5 =

{{Infobox GPU

| name = AMD Graphics Core Next 5

| image =

| caption =

| codename =

| created = {{Start date and age|June 2017}}{{Citation needed|date=October 2019}}

| process =

| entry =

| midrange =

| highend =

| d3dversion =

| predecessor = Graphics Core Next 4

| successor = RDNA 1

| support status = Supported, with less regular Windows driver update schedule

}}

{{See also|Radeon RX Vega series}}

File:AMD@14nm@GCN 5th gen@Vega10@Radeon RX Vega 64@ES-Sample@ DSCx6 polysilicon microscope stitched@5x.jpg

AMD began releasing details of their next generation of GCN Architecture, termed the 'Next-Generation Compute Unit', in January 2017.{{cite news|last1=Kampman|first1=Jeff|title=The curtain comes up on AMD's Vega architecture|url=http://techreport.com/review/31224/the-curtain-comes-up-on-amd-vega-architecture|access-date=January 10, 2017|website=TechReport.com|date=January 5, 2017}}{{cite news|last1=Shrout|first1=Ryan|title=AMD Vega GPU Architecture Preview: Redesigned Memory Architecture|url=https://www.pcper.com/reviews/Graphics-Cards/AMD-Vega-GPU-Architecture-Preview-Redesigned-Memory-Architecture|access-date=January 10, 2017|publisher=PC Perspective|date=January 5, 2017}} The new design was expected to increase instructions per clock, higher clock speeds, support for HBM2, a larger memory address space. The discrete graphics chipsets also include "HBCC (High Bandwidth Cache Controller)", but not when integrated into APUs.{{cite news|last1=Kampman|first1=Jeff|title=AMD's Ryzen 7 2700U and Ryzen 5 2500U APUs revealed|url=https://techreport.com/review/32743/amd-ryzen-7-2700u-and-ryzen-5-2500u-apus-revealed|access-date=October 26, 2017|website=Techreport.com|date=October 26, 2017}} Additionally, the new chips were expected to include improvements in the Rasterisation and Render output units. The stream processors are heavily modified from the previous generations to support packed math Rapid Pack Math technology for 8-bit, 16-bit, and 32-bit numbers. With this there is a significant performance advantage when lower precision is acceptable (for example: processing two half-precision numbers at the same rate as a single single precision number).

Nvidia introduced tile-based rasterization and binning with Maxwell,{{cite web|url=https://www.techpowerup.com/231129/on-nvidias-tile-based-rendering|title=On NVIDIA's Tile-Based Rendering|author=Raevenlord|date=March 1, 2017|website=techPowerUp}} and this was a big reason for Maxwell's efficiency increase. In January, AnandTech assumed that Vega would finally catch up with Nvidia regarding energy efficiency optimizations due to the new "DSBR (Draw Stream Binning Rasterizer)" to be introduced with Vega.{{cite web|url=http://www.anandtech.com/show/11002/the-amd-vega-gpu-architecture-teaser/3 |title=Vega Teaser: Draw Stream Binning Rasterizer|website=Anandtech.com}}

It also added support for a new shader stage – Primitive Shaders.{{cite web|url=http://www.trustedreviews.com/news/amd-vega-specs-performance-release-date-technology-explained|title=Radeon RX Vega Revealed: AMD promises 4K gaming performance for $499 – Trusted Reviews|date=July 31, 2017|website=Trustedreviews.com|access-date=March 20, 2017|archive-date=July 14, 2017|archive-url=https://web.archive.org/web/20170714133733/http://www.trustedreviews.com/news/amd-vega-specs-performance-release-date-technology-explained|url-status=dead}}{{cite web|url=http://techreport.com/review/31224/the-curtain-comes-up-on-amd-vega-architecture/2|title=The curtain comes up on AMD's Vega architecture|website=Techreport.com|access-date=March 20, 2017|archive-date=September 1, 2017|archive-url=https://web.archive.org/web/20170901070012/http://techreport.com/review/31224/the-curtain-comes-up-on-amd-vega-architecture/2|url-status=dead}} Primitive shaders provide more flexible geometry processing and replace the vertex and geometry shaders in a rendering pipeline. As of December 2018, the Primitive shaders can't be used because required API changes are yet to be done.{{cite web|url=https://techreport.com/news/33153/radeon-rx-vega-primitive-shaders-will-need-api-support|title=Radeon RX Vega primitive shaders will need API support|access-date=December 29, 2018|first=Jeff|last=Kampman|date=January 23, 2018|website=Techreport.com}}

Vega 10 and Vega 12 use the 14 nm FinFET process, developed by Samsung Electronics and licensed to GlobalFoundries. Vega 20 uses the 7 nm FinFET process developed by TSMC.

== Chips ==

discrete GPUs:

  • Vega 10 (14 nm Samsung/GloFo FinFET process) (also codenamed Greenland{{cite web|title=ROCm-OpenCL-Runtime/libUtils.cpp at master · RadeonOpenCompute/ROCm-OpenCL-Runtime|url=https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/blob/master/compiler/lib/utils/v0_8/libUtils.cpp|access-date=November 10, 2018|website=github.com|date=May 3, 2017}}) found on "Radeon RX Vega 64", "Radeon RX Vega 56", "Radeon Vega Frontier Edition", "Radeon Pro V340", Radeon Pro WX 9100, and Radeon Pro WX 8200 graphics cards{{cite news|title=The AMD Radeon RX Vega 64 & RX Vega 56 Review: Vega Burning Bright|url=https://www.anandtech.com/show/11717/the-amd-radeon-rx-vega-64-and-56-review|access-date=November 16, 2017|website=Anandtech.com|date=August 14, 2017}}
  • Vega 12 (14 nm Samsung/GloFo FinFET process) found on "Radeon Pro Vega 20" and "Radeon Pro Vega 16"-branded mobile graphics cards{{cite news|title=AMD's Vega Mobile Lives: Vega Pro 20 & 16 in Updated MacBook Pros In November|url=https://www.anandtech.com/show/13532/amds-vega-mobile-lives-vega-pro-20-16-in-november|access-date=November 10, 2018|website=Anandtech.com|date=October 30, 2018}}
  • Vega 20 (7 nm TSMC FinFET process) found on "Radeon Instinct MI50" and "Radeon Instinct MI60"-branded accelerator cards,{{cite news|title=AMD Announces Radeon Instinct MI60 & MI50 Accelerators: Powered By 7nm Vega|url=https://www.anandtech.com/show/13562/amd-announces-radeon-instinct-mi60-mi50-accelerators-powered-by-7nm-vega|access-date=November 10, 2018|website=Anandtech.com|date=November 6, 2018}} "Radeon Pro Vega II", and "Radeon VII"-branded graphics cards.{{cite press release|author=|date=January 9, 2019|title=AMD Unveils World's First 7nm Gaming GPU – Delivering Exceptional Performance and Incredible Experiences for Gamers, Creators and Enthusiasts|url=https://www.amd.com/en/press-releases/2019-01-09-amd-unveils-world-s-first-7nm-gaming-gpu-delivering-exceptional|location=Las Vegas, Nevada|publisher=AMD|access-date=January 12, 2019}}

integrated into APUs:

  • Raven Ridge{{cite news |last1=Ferreira |first1=Bruno |title=Ryzen Mobile APUs are coming to a laptop near you |url=https://techreport.com/news/31918/ryzen-mobile-apus-are-coming-to-a-laptop-near-you |access-date=May 16, 2017 |publisher=Tech Report |date=May 16, 2017}} came with VCN 1 which supersedes VCE and UVD and allows full fixed-function VP9 decode.
  • Picasso
  • Renoir
  • Cezanne

== Precision performance ==

Double-precision floating-point (FP64) performance of all GCN 5th generation GPUs, except for Vega 20, is one-sixteenth of FP32 performance. For Vega 20 with Radeon Instinct this is half of FP32 performance. For Vega 20 with Radeon VII this is a quarter of FP32 performance.{{cite press release|title=AMD Unveils World's First 7nm Datacenter GPUs – Powering the Next Era of Artificial Intelligence, Cloud Computing and High Performance Computing (HPC) | AMD|url=https://www.amd.com/en/press-releases/2018-11-06-next-era-artificial-intelligence-and-high-performance-computing-hpc|access-date=November 10, 2018|website=AMD.com|date=November 6, 2018}} All GCN 5th generation GPUs support half-precision floating-point (FP16) calculations which is twice of FP32 performance.

Comparison of GCN GPUs

  • Table contains only discrete GPUs (including mobile). APU(IGP) and console SoCs are not listed.

class="wikitable" style="font-size: 85%; text-align: center;"
Microarchitecture{{Cite web |title=RadeonFeature |url=https://www.x.org/wiki/RadeonFeature/ |website=x.Org |access-date=November 21, 2022}}

! colspan="5" | GCN 1

! colspan="2" | GCN 2

! colspan="3" | GCN 3

! colspan="3" | GCN 4

! colspan="3" | GCN 5

Die

! Tahiti{{Cite web |title=AMD Tahiti GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-tahiti.g120 |access-date=November 20, 2022 |website=TechPowerUp}}

! Pitcairn{{Cite web |title=AMD Pitcairn GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-pitcairn.g420 |access-date=November 20, 2022 |website=TechPowerUp}}

! Cape Verde{{Cite web |title=AMD Cape Verde GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-cape-verde.g100 |access-date=November 20, 2022 |website=TechPowerUp}}

! Oland{{Cite web |title=AMD Oland GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-oland.g389 |access-date=November 20, 2022 |website=TechPowerUp}}

! Hainan{{Cite web |title=AMD Hainan GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-hainan.g817 |access-date=November 20, 2022 |website=TechPowerUp}}

! Bonaire{{Cite web |title=AMD Bonaire GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-bonaire.g568 |access-date=November 21, 2022 |website=TechPowerUp}}

! Hawaii{{Cite web |title=AMD Hawaii GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-hawaii.g738 |access-date=November 21, 2022 |website=TechPowerUp}}

! Topaz{{Cite web |title=AMD Topaz GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-topaz.g766 |access-date=November 21, 2022 |website=TechPowerUp}}

! Tonga{{Cite web |title=AMD Tonga GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-tonga.g768 |access-date=November 21, 2022 |website=TechPowerUp}}

! Fiji{{Cite web |title=AMD Fiji GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-fiji.g774 |access-date=November 21, 2022 |website=TechPowerUp}}

! Ellesmere{{Cite web |title=AMD Ellesmere GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-ellesmere.g795 |access-date=November 21, 2022 |website=TechPowerUp}}

! Baffin{{Cite web |title=AMD Baffin GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-baffin.g796 |access-date=November 21, 2022 |website=TechPowerUp}}

! Lexa{{Cite web |title=AMD Lexa GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-lexa.g806 |access-date=November 21, 2022 |website=TechPowerUp}}

! Vega 10{{Cite web |title=AMD Vega 10 GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-vega-10.g800 |access-date=November 21, 2022 |website=TechPowerUp}}

! Vega 12{{Cite web |title=AMD Vega 12 GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-vega-12.g859 |access-date=November 21, 2022 |website=TechPowerUp}}

! Vega 20{{Cite web |title=AMD Vega 20 GPU Specs |url=https://www.techpowerup.com/gpu-specs/amd-vega-20.g848 |access-date=November 21, 2022 |website=TechPowerUp}}

Code name1

| style="vertical-align:top;" | ?

| style="vertical-align:top;" | ?

| style="vertical-align:top;" | ?

| style="vertical-align:top;" | Tiran

| style="vertical-align:top;" | ?

| style="vertical-align:top;" | ?

| style="vertical-align:top;" | Ibiza

| style="vertical-align:top;" | Iceland

| style="vertical-align:top;" | ?

| style="vertical-align:top;" | ?

| style="vertical-align:top;" | Polaris 10

| style="vertical-align:top;" | Polaris 11

| style="vertical-align:top;" | Polaris 12

| style="vertical-align:top;" | Greenland

| style="vertical-align:top;" | Treasure Refresh

| style="vertical-align:top;" | Moonshot

Variant(s)

| style="vertical-align:top;" | New Zealand
Malta

| style="vertical-align:top;" | Wimbledon
Curaçao
Neptune
Trinidad

| style="vertical-align:top;" | Chelsea
Heathrow
Venus
Tropo

| style="vertical-align:top;" | Mars
Opal
Litho

| style="vertical-align:top;" | Sun
Jet
Exo
Banks

| style="vertical-align:top;" | Saturn
Tobago
Strato
Emerald

| style="vertical-align:top;" | Vesuvius
Grenada

| style="vertical-align:top;" | Meso
Weston
Polaris 24

| style="vertical-align:top;" | Amethyst
Antigua

| style="vertical-align:top;" | Capsaicin

| style="vertical-align:top;" | Polaris 20
Polaris 30

| style="vertical-align:top;" | Polaris 21

| style="vertical-align:top;" | Polaris 23

| {{N/a}}

| {{N/a}}

| {{N/a}}

Fab

| colspan="10" | TSMC 28 nm

| colspan="5" | GlobalFoundries 14 nm / 12 nm (Polaris 30)

| colspan="2" | TSMC 7 nm

Die size (mm2)

| 352 / 365 (Malta) || 212 || 123 || 77 || 56 || 160 || 438 || 125 || 366 || 596 || 232 || 123 || 103 || 495 || {{Unknown}} || 331

Transistors (million)

| 4,313 || 2,800 || 1,500 || 950 || 690 || 2,080 || 6,200 || 1,550 || 5,000 || 8,900 || 5,700 || 3,000 || 2,200 || 12,500 || {{Unknown}} || 13,230

Transistor density (MTr/mm2)

| 12.3 / 12.8 (Malta) || 13.2 || 12.2 || colspan="2" | 12.3 || 13.0 || 14.2 || 12.4 || 13.7 || 14.9 || 24.6 || 24.4 || 21.4 || 25.3 || {{Unknown}} || 40.0

Asynchronous compute engines

| colspan="6" | 2 || 8 || {{Dunno}} || colspan="2" | 8 || colspan="4" | 4 || {{Dunno}} || 4

Geometry engines

| colspan="2" | 2 || colspan="3" | 1 || 2 || {{N/a}} || {{Dunno}} || colspan="5" {{N/a}} || 4 || {{Dunno}} || 4

Shader engines

| colspan="6" {{N/a}} || 4 || {{Dunno}} || colspan="3" | 4 || colspan="2" | 2 || colspan="3" {{N/a}}

Hardware schedulers

| colspan="10" {{N/a}} || colspan="4" | 2 || {{Dunno}} || 2

Compute units

| 32 || 20 || 10 / 8 (Chelsea) || 6 || 5 / 6 (Jet) || 14 || 44 || 6 || 32 || 64 || 36 || 16 || 10 || 64 || 20 || 64

Stream processors

| 2048 || 1280 || 640 / 512 (Chelsea) || 384 || 320 / 384 (Jet) || 896 || 2816 || 384 || 2048 || 4096 || 2304 || 1024 || 640 || 4096 || 1280 || 4096

Texture mapping units

| 128 || 80 || 40 / 32 (Chelsea) || 24 || 20 / 24 (Jet) || 56 || 176 || 24 || 128 || 256 || 144 || 64 || 40 || 256 || 80 || 256

Render output units

| colspan="2" | 32 || 16 || colspan="2" | 8 || 16 || 64 || 8 || 32 || 64 || 32 || colspan="2" | 16 || 64 || 32 || 64

Z/Stencil OPS

| colspan="2" | 128 || 64 || colspan="2" | 16 || 64 || 256 || 16 || 128 || 256 || colspan="6" {{N/a}}

L1 cache (KB)

| colspan="16" | 16 per Compute unit (CU)

L2 cache (KB)

| 768 || 512 || colspan="2" | 256 || 128 / 256 (Jet) || 256 || 1024 || 256 || 768 || colspan="2" | 2048 || 1024 || 512 || 4096 || 1024 || 4096

Display Core Engine

| colspan="3" | 6.0 || 6.4 || {{N/a}} || 8.2 || 8.5 || {{N/a}} || colspan="2" | 10.0 || colspan="3" | 11.2 || colspan="2" | 12.0 || 12.1

Unified Video Decoder

| 3.2 || colspan="3" | 4.0 || {{N/a}} || colspan="2" | 4.2 || {{N/a}} || 5.0 || 6.0 || colspan="3" | 6.3 || colspan="2" | 7.0 || 7.2

Video Coding Engine

| colspan="4" | 1.0 || {{N/a}} || colspan="2" | 2.0 || {{N/a}} || colspan="3" | 3.0 || colspan="2" | 3.4 || colspan="2" | 4.0 || 4.1

Launch2

| {{dts|2011|December||format=my|abbr=on}}

| {{dts|2012|March||format=my|abbr=on}}

| {{dts|2012|February||format=my|abbr=on}}

| {{dts|2013|January||format=my|abbr=on}}

| {{dts|2015|May||format=my|abbr=on}}

| {{dts|2013|March||format=my|abbr=on}}

| {{dts|2013|October||format=my|abbr=on}}

| {{dts|2014|||format=my|abbr=on}}

| {{dts|2014|August||format=my|abbr=on}}

| {{dts|2015|June||format=my|abbr=on}}

| {{dts|2016|June||format=my|abbr=on}}

| {{dts|2016|August||format=my|abbr=on}}

| {{dts|2017|April||format=my|abbr=on}}

| {{dts|2017|June||format=my|abbr=on}}

| {{dts|2018|November||format=my|abbr=on}}

| {{dts|2018|November||format=my|abbr=on}}

Series (Family)

| colspan="3" | Southern Islands || colspan="3" | Sea Islands || colspan="3" | Volcanic Islands || Pirate Islands|| colspan="3" | Arctic Islands || colspan="2" | Vega || Vega II

Notes

| colspan="4" | || mobile/OEM || colspan="2" | || mobile/OEM || colspan="6" | || mobile ||

1 Old code names such as Treasure (Lexa) or Hawaii Refresh (Ellesmere) are not listed.

2 Initial launch date. Launch dates of variant chips such as Polaris 20 (April 2017) are not listed.

See also

References