Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

AMD APU

From Wikipedia, the free encyclopedia
Series of microprocessors by AMD

AMD APU
A-series APU
Release date2011 (Original); 2017 (Zen based)
CodenameFusion
Desna
Ontario
Zacate
Llano
Hondo
Trinity
Weatherford
Richland
Kaveri
Godavari
Kabini
Temash
Carrizo
Bristol Ridge
Raven Ridge
Picasso
Renoir
Cezanne
Phoenix
IGP
Wrestler
WinterPark
BeaverCreek
ArchitectureAMD64
Models
Cores1 to 8
Transistors
  • 32 nm 1.178B (Llano)
  • 32 nm 1.303B (Trinity)
  • 32 nm 1.3B (Richland)
  • 28 nm 2.41B (Kaveri)
  • 14 nm 4.95B (Raven Ridge)
  • 12 nm (Picasso)
  • 7 nm (Renoir & Cezanne)
  • 6 nm (Rembrandt)
  • 4 nm (Phoenix)
API support
OpenCL1.2
OpenGL4.1+
DirectXDirect3D 11
Direct3D 12
History
PredecessorAthlon II
Sempron
SuccessorRyzen
Zen-based Athlon

AMD Accelerated Processing Unit (APU), formerly known asFusion, is a series of 64-bitmicroprocessors fromAdvanced Micro Devices (AMD), combining a general-purposeAMD64 central processing unit (CPU) and 3Dintegrated graphics processing unit (IGPU) on a singledie.

AMD announced the first generation APUs,Llano for high-performance andBrazos for low-power devices, in January 2011 and launched the first units on June 14.[1][2] The second generationTrinity for high-performance andBrazos-2 for low-power devices were announced in June 2012. The third generationKaveri for high performance devices were launched in January 2014, whileKabini andTemash for low-power devices were announced in the summer of 2013. Since the launch of theZen microarchitecture, Ryzen and Athlon APUs have released to the global market as Raven Ridge on the DDR4 platform, after Bristol Ridge a year prior.

AMD has also supplied semi-custom APUs for consoles starting with the release ofSony PlayStation 4 andMicrosoft Xbox Oneeighth generation video game consoles.

History

[edit]

The AMD Fusion project started in 2006 with the aim of developing asystem on a chip that combined a CPU with a GPU on a singledie. This effort was moved forward by AMD's acquisition of graphics chipset manufacturerATI[3] in 2006. The project reportedly required three internal iterations of the Fusion concept to create a product deemed worthy of release.[3] Reasons contributing to the delay of the project include the technical difficulties of combining a CPU and GPU on the same die at a 45 nm process, and conflicting views on what the role of the CPU and GPU should be within the project.[4]

The first generation desktop and laptop APU, codenamedLlano, was announced on 4 January 2011 at the 2011Consumer Electronics Show in Las Vegas and released shortly thereafter.[5][6] It featuredK10 CPU cores and aRadeon HD 6000 series GPU on the same die on theFM1 socket. An APU for low-power devices was announced as theBrazos platform, based on theBobcat microarchitecture and a Radeon HD 6000 series GPU on the same die.[7]

At a conference in January 2012, corporate fellow Phil Rogers announced that AMD would re-brand the Fusion platform as theHeterogeneous System Architecture (HSA), stating that "it's only fitting that the name of this evolving architecture and platform be representative of the entire, technical community that is leading the way in this very important area of technology and programming development."[8] However, it was later revealed that AMD had been the subject of atrademark infringement lawsuit by the Swiss companyArctic, who used the name "Fusion" for a line ofpower supply products.[9]

The second generation desktop and laptop APU, codenamedTrinity, was announced at AMD's 2010 Financial Analyst Day[10][11] and released in October 2012.[12] It featuredPiledriver CPU cores andRadeon HD 7000 series GPU cores on theFM2 socket.[13] AMD released a new APU based on the Piledriver microarchitecture on 12 March 2013 for Laptops/Mobile and on 4 June 2013 for desktops under the codenameRichland.[14] The second generation APU for low-power devices,Brazos 2.0, used exactly the same APU chip, but ran at higher clock speed andrebranded the GPU as Radeon HD 7000 series and used a new I/O controller chip.

Semi-custom chips were introduced in the Microsoft Xbox One andSony PlayStation 4 video game consoles,[15][16] and subsequently in the MicrosoftXbox Series X|S and SonyPlayStation 5 consoles.

A third generation of the technology was released on 14 January 2014, featuring greater integration between CPU and GPU. The desktop and laptop variant is codenamedKaveri, based on theSteamroller architecture, while the low-power variants, codenamedKabini andTemash, are based on theJaguar architecture.[17]

Since the introduction ofZen-based processors, AMD renamed their APUs as theRyzen with Radeon Graphics andAthlon with Radeon Graphics, with desktop units assigned withG suffix on their model numbers (e.g. Ryzen 5 3400G & Athlon 3000G) to distinguish them from regular processors or with basic graphics and also to differentiate away from their formerBulldozer eraA-series APUs. The mobile counterparts were always paired with Radeon Graphics regardless of suffixes.

Features

[edit]

Heterogeneous System Architecture

[edit]
Main article:Heterogeneous System Architecture

AMD is a founding member of theHeterogeneous System Architecture (HSA) Foundation and is consequently actively working on developingHSA in cooperation with other members. The following hardware and software implementations are available in AMD's APU-branded products:

TypeHSA featureFirst implementedNotes
Optimized PlatformGPU Compute C++ Support2012
Trinity APUs
SupportOpenCLC++ directions and Microsoft'sC++ AMP language extension. This eases programming of both CPU and GPU working together to process support parallel workloads.
HSA-awareMMUGPU can access the entire system memory through the translation services and page fault management of the HSA MMU.
Shared Power ManagementCPU and GPU now share the power budget. Priority goes to the processor most suited to the current tasks.
Architectural IntegrationHeterogeneous Memory Management: the CPU's MMU and the GPU'sIOMMU share the same address space.[18][19]2014
PlayStation 4,
Kaveri APUs
CPU and GPU now access the memory with the same address space.Pointers can now be freely passed between CPU and GPU, hence enablingzero-copy.
Fullycoherent memory between CPU and GPUGPU can now access and cache data from coherent memory regions in the system memory, and also reference the data from CPU's cache. Cache coherency is maintained.
GPU usespageable system memory via CPU pointersGPU can take advantage of the shared virtual memory between CPU and GPU, and pageable system memory can now be referenced directly by the GPU, instead of being copied or pinned before accessing.
System IntegrationGPU computecontext switch2015
Carrizo APU
Compute tasks on GPU can be context switched, allowing a multi-tasking environment and also faster interpretation between applications, compute and graphics.
GPU graphicspre-emptionLong-running graphics tasks can be pre-empted so processes have low latency access to the GPU.
Quality of service[18]In addition to context switch and pre-emption, hardware resources can be either equalized or prioritized among multiple users and applications.

Feature overview

[edit]

The following table shows features ofAMD's processors with 3D graphics, including APUs (see also:List of AMD processors with 3D graphics).

[ VisualEditor ]
PlatformHigh, standard and low powerLow and ultra-low power
CodenameServerBasicToronto
MicroKyoto
DesktopPerformanceRaphaelPhoenix
MainstreamLlanoTrinityRichlandKaveriKaveri Refresh (Godavari)CarrizoBristol RidgeRaven RidgePicassoRenoirCezanne
Entry
BasicKabiniDalí
MobilePerformanceRenoirCezanneRembrandtDragon Range
MainstreamLlanoTrinityRichlandKaveriCarrizoBristol RidgeRaven RidgePicassoRenoir
Lucienne
Cezanne
Barceló
Phoenix
EntryDalíMendocino
BasicDesna, Ontario, ZacateKabini, TemashBeema, MullinsCarrizo-LStoney RidgePollock
EmbeddedTrinityBald EagleMerlin Falcon,
Brown Falcon
Great Horned OwlGrey HawkOntario, ZacateKabiniSteppe Eagle,Crowned Eagle,
LX-Family
Prairie FalconBanded KestrelRiver Hawk
ReleasedAug 2011Oct 2012Jun 2013Jan 20142015Jun 2015Jun 2016Oct 2017Jan 2019Mar 2020Jan 2021Jan 2022Sep 2022Jan 2023Jan 2011May 2013Apr 2014May 2015Feb 2016Apr 2019Jul 2020Jun 2022Nov 2022
CPUmicroarchitectureK10PiledriverSteamrollerExcavator"Excavator+"[20]ZenZen+Zen 2Zen 3Zen 3+Zen 4BobcatJaguarPumaPuma+[21]"Excavator+"ZenZen+"Zen 2+"
ISAx86-64 v1x86-64 v2x86-64 v3x86-64 v4x86-64 v1x86-64 v2x86-64 v3
SocketDesktopPerformanceAM5
MainstreamAM4
EntryFM1FM2FM2+FM2+[a],AM4AM4
BasicAM1FP5
OtherFS1FS1+,FP2FP3FP4FP5FP6FP7FL1FP7
FP7r2
FP8
FT1FT3FT3bFP4FP5FT5FP5FT6
PCI Express version2.03.04.05.04.02.03.0
CXL
Fab. (nm)GF32SHP
(HKMGSOI)
GF28SHP
(HKMG bulk)
GF14LPP
(FinFET bulk)
GF12LP
(FinFET bulk)
TSMCN7
(FinFET bulk)
TSMCN6
(FinFET bulk)
CCD: TSMCN5
(FinFET bulk)

cIOD: TSMCN6
(FinFET bulk)
TSMC4nm
(FinFET bulk)
TSMCN40
(bulk)
TSMCN28
(HKMG bulk)
GF 28SHP
(HKMG bulk)
GF14LPP
(FinFET bulk)
GF12LP
(FinFET bulk)
TSMCN6
(FinFET bulk)
Die area (mm2)228246245245250210[22]156180210CCD: (2x) 70
cIOD: 122
17875(+ 28FCH)107?125149~100
MinTDP (W)351712101565354.543.95106128
Max APUTDP (W)10095654517054182565415
Max stock APU base clock (GHz)33.84.14.13.73.83.63.73.84.03.34.74.31.752.222.23.22.61.23.352.8
Max APUs per node[b]11
Max core dies per CPU1211
Max CCX per core die1211
Max cores per CCX482424
MaxCPU[c]cores per APU481682424
Maxthreads per CPU core1212
Integer pipeline structure3+32+24+24+2+11+3+3+1+21+1+1+12+24+24+2+1
i386, i486, i586, CMOV, NOPL, i686,PAE,NX bit, CMPXCHG16B,AMD-V,RVI,ABM, and 64-bit LAHF/SAHFYesYes
IOMMU[d]v2v1v2
BMI1,AES-NI,CLMUL, andF16CYesYes
MOVBEYes
AVIC,BMI2,RDRAND, and MWAITX/MONITORXYes
SME[e],TSME[e],ADX,SHA,RDSEED,SMAP,SMEP, XSAVEC, XSAVES, XRSTORS, CLFLUSHOPT, CLZERO, and PTE CoalescingYesYes
GMET, WBNOINVD, CLWB, QOS, PQE-BW, RDPID, RDPRU, and MCOMMITYesYes
MPK,VAESYes
SGX
FPUs percore10.5110.51
Pipes per FPU22
FPU pipe width128-bit256-bit80-bit128-bit256-bit
CPUinstruction setSIMD levelSSE4a[f]AVXAVX2AVX-512SSSE3AVXAVX2
3DNow!3DNow!+
PREFETCH/PREFETCHWYesYes
GFNIYes
AMX
FMA4, LWP,TBM, andXOPYesYes
FMA3YesYes
AMD XDNAYes
L1 data cache per core (KiB)64163232
L1 data cacheassociativity (ways)2488
L1 instruction caches percore10.5110.51
Max APU total L1 instruction cache (KiB)2561281922565122566412896128
L1 instruction cacheassociativity (ways)23482348
L2 caches percore10.5110.51
Max APU total L2 cache (MiB)424161212
L2 cacheassociativity (ways)168168
Max on-dieL3 cache per CCX (MiB)416324
Max 3D V-Cache per CCD (MiB)64
Max total in-CCDL3 cache per APU (MiB)4816644
Max. total 3D V-Cache per APU (MiB)64
Max. boardL3 cache per APU (MiB)
Max totalL3 cache per APU (MiB)48161284
APU L3 cacheassociativity (ways)1616
L3 cache schemeVictimVictim
Max.L4 cache
Max stockDRAM supportDDR3-1866DDR3-2133DDR3-2133,DDR4-2400DDR4-2400DDR4-2933DDR4-3200,LPDDR4-4266DDR5-4800,LPDDR5-6400DDR5-5200DDR5-5600,LPDDR5x-7500DDR3L-1333DDR3L-1600DDR3L-1866DDR3-1866,DDR4-2400DDR4-2400DDR4-1600DDR4-3200LPDDR5-5500
MaxDRAM channels per APU21212
Max stockDRAMbandwidth (GB/s) per APU29.86634.13238.40046.93268.256102.40083.200120.00010.66612.80014.93319.20038.40012.80051.20088.000
GPUmicroarchitectureTeraScale 2 (VLIW5)TeraScale 3 (VLIW4)GCN 2nd genGCN 3rd genGCN 5th gen[23]RDNA 2RDNA 3TeraScale 2 (VLIW5)GCN 2nd genGCN 3rd gen[23]GCN 5th genRDNA 2
GPUinstruction setTeraScale instruction setGCN instruction setRDNA instruction setTeraScale instruction setGCN instruction setRDNA instruction set
Max stock GPU base clock (MHz)60080084486611081250140021002400400538600?847900120060013001900
Max stock GPU baseGFLOPS[g]480614.4648.1886.71134.517601971.22150.43686.4102.486???345.6460.8230.41331.2486.4
3D engine[h]Up to 400:20:8Up to 384:24:6Up to 512:32:8Up to 704:44:16[24]Up to 512:32:8768:48:8128:8:480:8:4128:8:4Up to 192:12:8Up to 192:12:4192:12:4Up to 512:?:?128:?:?
IOMMUv1IOMMUv2IOMMUv1?IOMMUv2
Video decoderUVD 3.0UVD 4.2UVD 6.0VCN 1.0[25]VCN 2.1[26]VCN 2.2[26]VCN 3.1?UVD 3.0UVD 4.0UVD 4.2UVD 6.2VCN 1.0VCN 3.1
Video encoderVCE 1.0VCE 2.0VCE 3.1VCE 2.0VCE 3.4
AMD Fluid MotionNoYesNoNoYesNo
GPU power savingPowerPlayPowerTunePowerPlayPowerTune[27]
TrueAudioYes[28]?Yes
FreeSync1
2
1
2
HDCP[i]?1.42.22.3?1.42.22.3
PlayReady[i]3.0 not yet3.0 not yet
Supported displays[j]2–32–433 (desktop)
4 (mobile, embedded)
42344
/drm/radeon[k][30][31]YesYes
/drm/amdgpu[k][32]Yes[33]Yes[33]
  1. ^For FM2+ Excavator models: A8-7680, A6-7480 & Athlon X4 845.
  2. ^A PC would be one node.
  3. ^An APU combines a CPU and a GPU. Both have cores.
  4. ^Requires firmware support.
  5. ^abRequires firmware support.
  6. ^No SSE4. No SSSE3.
  7. ^Single-precision performance is calculated from the base (or boost) core clock speed based on aFMA operation.
  8. ^Unified shaders :texture mapping units :render output units
  9. ^abTo play protected video content, it also requires card, operating system, driver, and application support. A compatible HDCP display is also needed for this. HDCP is mandatory for the output of certain audio formats, placing additional constraints on the multimedia setup.
  10. ^To feed more than two displays, the additional panels must have nativeDisplayPort support.[29] Alternatively active DisplayPort-to-DVI/HDMI/VGA adapters can be employed.
  11. ^abDRM (Direct Rendering Manager) is a component of the Linux kernel. Support in this table refers to the most current version.

APU or Radeon Graphics branded platforms

[edit]
For a more comprehensive list, seeList of AMD processors with 3D graphics.

AMD APUs have CPU modules, cache, and a discrete-class graphics processor, all on the same die using the same bus. This architecture allows for the use of graphics accelerators, such as OpenCL, with the integrated graphics processor.[34] The goal is to create a "fully integrated" APU, which, according to AMD, will eventually feature 'heterogeneous cores' capable of processing both CPU and GPU work automatically, depending on the workload requirement.[35]

TeraScale-based GPU

[edit]

K10 architecture (2011): Llano

[edit]
AMD A6-3650 (Llano)
Main article:AMD 10h

The first generation APU, released in June 2011, was used in both desktops and laptops. It was based on the K10 architecture and built on a 32 nm process featuring two to four CPU cores on athermal design power (TDP) of 65-100 W, and integrated graphics based on the Radeon HD 6000 series with support forDirectX 11,OpenGL 4.2 andOpenCL 1.2. In performance comparisons against the similarly pricedIntel Core i3-2105, the Llano APU was criticised for its poor CPU performance[38] and praised for its better GPU performance.[39][40] AMD was later criticised for abandoningSocket FM1 after one generation.[41]

Bobcat architecture (2011): Ontario, Zacate, Desna, Hondo

[edit]
Main article:Bobcat (microarchitecture)

The AMD Brazos platform was introduced on 4 January 2011, targeting thesubnotebook,netbook and low powersmall form factor markets.[5] It features the 9-watt AMD C-Series APU (codename: Ontario) for netbooks and low power devices as well as the 18-watt AMD E-Series APU (codename: Zacate) for mainstream and value notebooks,all-in-ones and small form factor desktops. Both APUs feature one or two Bobcat x86 cores and a RadeonEvergreen Series GPU with full DirectX11,DirectCompute and OpenCL support includingUVD3 video acceleration for HD video including1080p.[5]

AMD expanded the Brazos platform on 5 June 2011 with the announcement of the 5.9-watt AMD Z-Series APU (codename: Desna) designed for theTablet market.[42] The Desna APU is based on the 9-watt Ontario APU. Energy savings were achieved by lowering the CPU, GPU and northbridge voltages, reducing the idle clocks of the CPU and GPU as well as introducing a hardware thermal control mode.[42] A bidirectionalturbo core mode was also introduced.

AMD announced the Brazos-T platform on 9 October 2012. It comprised the 4.5-watt AMD Z-Series APU (codenamedHondo) and the A55T Fusion Controller Hub (FCH), designed for the tablet computer market.[43][44] The Hondo APU is a redesign of the Desna APU. AMD lowered energy use by optimizing the APU and FCH for tablet computers.[45][46]

The Deccan platform including Krishna and Wichita APUs were cancelled in 2011. AMD had originally planned to release them in the second half 2012.[47]

Piledriver architecture (2012): Trinity and Richland

[edit]
Piledriver-based AMD APUs
An AMD A4-5300 for desktop systems
An AMD A10-4600M for mobile systems
Main article:Piledriver (microarchitecture)
Trinity

The first iteration of the second generation platform, released in October 2012, brought improvements to CPU and GPU performance to both desktops and laptops. The platform features 2 to 4 Piledriver CPU cores built on a 32 nm process with a TDP between 65 W and 100 W, and a GPU based on the Radeon HD7000 series with support for DirectX 11, OpenGL 4.2, and OpenCL 1.2. The Trinity APU was praised for the improvements to CPU performance compared to the Llano APU.[50]

Richland
  • "EnhancedPiledriver" CPU cores[51]
  • Temperature Smart Turbo Core technology. An advancement of the existing Turbo Core technology, which allows internal software to adjust the CPU and GPU clock speed to maximise performance within the constraints of theThermal design power of the APU.[52]
  • New low-power consumption CPUs with only 45 W TDP[53]

The release of this second iteration of this generation was 12 March 2013 for mobile parts and 5 June 2013 for desktop parts.

Graphics Core Next-based GPU

[edit]

Jaguar architecture (2013): Kabini and Temash

[edit]
Main article:Jaguar (microarchitecture)

In January 2013 the Jaguar-based Kabini and Temash APUs were unveiled as the successors of the Bobcat-based Ontario, Zacate and Hondo APUs.[54][55][56] The Kabini APU is aimed at the low-power, subnotebook, netbook, ultra-thin and small form factor markets, while the Temash APU is aimed at the tablet, ultra-low power and small form factor markets.[56] The two to four Jaguar cores of the Kabini and Temash APUs feature numerous architectural improvements regarding power requirement and performance, such as support for newer x86-instructions, a higherIPC count, a CC6 power state mode andclock gating.[57][58][59] Kabini and Temash are AMD's first, and also the first ever quad-core x86 basedSoCs.[60] The integratedFusion Controller Hubs (FCH) for Kabini and Temash are codenamed "Yangtze" and "Salton", respectively.[61] The Yangtze FCH features support for two USB 3.0 ports, two SATA 6 Gbit/s ports, as well as the xHCI 1.0 and SD/SDIO 3.0 protocols for SD-card support.[61]Both chips feature DirectX 11.1-compliantGCN-based graphics as well as numerous HSA improvements.[54][55]They were fabricated at a 28 nm process in an FT3ball grid array package byTaiwan Semiconductor Manufacturing Company (TSMC), and were released on 23 May 2013.[57][62][63]

The PlayStation 4 and Xbox One were revealed to both be powered by 8-core semi-custom Jaguar-derived APUs.

Steamroller architecture (2014): Kaveri

[edit]
AMD A8-7650K (Kaveri)
Main article:Steamroller (microarchitecture)

The third generation of the platform, codenamed Kaveri, was partly released on 14 January 2014.[66] Kaveri contains up to four Steamroller CPU cores clocked to 3.9 GHz with a turbo mode of 4.1 GHz, up to a 512-core Graphics Core Next GPU, two decode units per module instead of one (which allows each core to decode four instructions per cycle instead of two), AMD TrueAudio,[67]Mantle API,[68] an on-chip ARM Cortex-A5 MPCore,[69] and will release with a new socket, FM2+.[70] Ian Cutress and Rahul Garg ofAnandtech asserted that Kaveri represented the unified system-on-a-chip realization of AMD's acquisition of ATI. The performance of the 45 W A8-7600 Kaveri APU was found to be similar to that of the 100 W Richland part, leading to the claim that AMD made significant improvements in on-die graphics performance per watt;[64] however, CPU performance was found to lag behind similarly specified Intel processors, a lag that was unlikely to be resolved in the Bulldozer family APUs.[64] The A8-7600 component was delayed from a Q1 launch to an H1 launch because the Steamroller architecture components allegedly did not scale well at higher clock speeds.[71]

AMD announced the release of the Kaveri APU for the mobile market on 4 June 2014 atComputex 2014,[65] shortly after the accidental announcement on the AMD website on 26 May 2014.[72] The announcement included components targeted at the standard voltage, low-voltage, and ultra-low voltage segments of the market. In early-access performance testing of a Kaveri prototype laptop, AnandTech found that the 35 W FX-7600P was competitive with the similarly priced 17 W Intel i7-4500U in synthetic CPU-focused benchmarks, and was significantly better than previous integrated GPU systems on GPU-focused benchmarks.[73]Tom's Hardware reported the performance of the Kaveri FX-7600P against the 35 WIntel i7-4702MQ, finding that the i7-4702MQ was significantly better than the FX-7600P in synthetic CPU-focused benchmarks, whereas the FX-7600P was significantly better than the i7-4702MQ'sIntel HD 4600 iGPU in the four games that could be tested in the time available to the team.[65]

Puma architecture (2014): Beema and Mullins

[edit]
Main article:Puma (microarchitecture)

Puma+ architecture (2015): Carrizo-L

[edit]
Main article:Puma (microarchitecture) § Puma+

Excavator architecture (2015): Carrizo

[edit]
Main article:Excavator (microarchitecture)

Steamroller architecture (Q2–Q3 2015): Godavari

[edit]
Main article:Steamroller (microarchitecture)
  • Update of the desktop Kaveri series with higher clock frequencies or smaller power envelope
  • Steamroller-based CPU with 4 cores[77]
  • Graphics Core Next 2nd Gen-based GPU
  • Memory controller supports DDR3 SDRAM at 2133 MHz
  • 65/95 W TDP with support for configurable TDP
  • Socket FM2+
  • Target segment desktop
  • Listed since Q2 2015

Excavator architecture (2016): Bristol Ridge and Stoney Ridge

[edit]
AMD A12-9800 (Bristol Ridge)
Main article:Excavator (microarchitecture)
  • Excavator-based CPU with 2–4 cores
  • 1 MB L2 cache per module
  • Graphics Core Next 3rd Gen-based GPU[78][79][80][81]
  • Memory controller supports DDR4 SDRAM
  • 15/35/45/65 W TDP with support for configurable TDP
  • 28 nm
  • Socket AM4 for desktop
  • Target segment desktop, mobile and ultra-mobile

Zen architecture (2017): Raven Ridge

[edit]
Main articles:Zen (microarchitecture) andRyzen § APUs: Raven Ridge

Zen+ architecture (2018): Picasso

[edit]
Main articles:Zen+ andRyzen § APUs: Picasso
  • Zen+-based CPU microarchitecture[86]
  • Refresh of Raven Ridge on 12 nm with improved latency and efficiency/clock frequency. Features similar to Raven Ridge
  • Launched April 2018

Zen 2 architecture (2019): Renoir

[edit]
Main articles:Zen 2 andRenoir APUs

Zen 3 architecture (2020): Cezanne

[edit]
Main articles:Zen 3 andCezanne APUs

RDNA-based GPU

[edit]

Zen 3+ architecture (2022): Rembrandt

[edit]
  • Zen 3+ based CPU microarchitecture[92]
  • RDNA 2-based GPU[92]
  • Memory controller supports DDR5-4800 and LPDDR5-6400[92]
  • Up to 45 W TDP for mobile
  • Node:TSMC N6[92]
  • Socket FP7 for mobile
  • Released for mobile early 2022[92]

Zen 4 architecture (2023): Phoenix Point

[edit]
  • Zen 4 based CPU microarchitecture[93]
  • RDNA 3-based GPU with up to 12 CU[93]
  • Memory controller supports DDR5-5600 and LPDDR5x-7500
  • XDNA-powered NPU with up to 16 TOPS[94]
  • Up to 54 W TDP for mobile
  • Up to 65 W TDP for desktop[94]
  • Node:TSMC N4[93]
  • Sockets FP7, FP7r2 & FP8 for mobile
  • Socket AM5 for desktop
  • Released for mobiles early 2023[93]
  • Released for desktop early 2024[94]

Zen 5 architecture (2024): Strix Point

[edit]
  • Zen 5 based CPU microarchitecture with a mix of Zen 5 and 5c cores[95]
  • RDNA 3.5-based GPU[95] with up to 16 CU
  • Memory controller supports DDR5-5600 and LPDDR5x-8000
  • XDNA2-powered NPU with up to 55 TOPS[95]
  • Up to 54 W TDP for mobile
  • Node:TSMC N4[95]
  • Socket FP8 for mobile
  • Released for mobile early 2024

See also

[edit]

References

[edit]
  1. ^"AMD A4-3300M".X86 CPUS' GUIDE. Retrieved4 June 2025.
  2. ^"AMD A6-3400M".X86 CPUS' GUIDE. Retrieved4 June 2025.
  3. ^ab"The rise and fall of AMD: A company on the ropes". 23 April 2013. Retrieved20 December 2013.
  4. ^William Van Winkle (13 August 2012)."AMD Fusion: How It Started, Where It's Going, And What It Means". Retrieved20 December 2013.
  5. ^abcAMD (4 January 2011)."AMD Fusion APU Era Begins". Retrieved24 August 2013.
  6. ^Stokes, Jon (8 February 2010)."AMD reveals Fusion CPU+GPU, to challenge Intel in laptops". Ars Technica.Archived from the original on 10 February 2010. Retrieved9 February 2010.
  7. ^Kowaliski, Cyril (9 November 2010)."A closer look at AMD's Brazos platform".The Tech Report. Retrieved15 June 2017.
  8. ^"AMD ditches Fusion branding".Bit-tech. Retrieved24 July 2013.
  9. ^"AMD targeted by Arctic over Fusion brand".Bit-tech. Retrieved24 July 2013.
  10. ^Cyril Kowaliski (9 November 2010)."AMD begins shipping Brazos, announces Bulldozer-based APUs". The Tech Report. Retrieved7 January 2014.
  11. ^Rick Bergman (9 November 2010)."AMD 2010 Financial Analyst Day". Advanced Micro Devices, Inc. Archived fromthe original(PDF) on 18 January 2016. Retrieved7 January 2014.
  12. ^"AMD reveals its 2012-2013 roadmap, promises 28 nm chips across the board by 2013". Engadget. 2 February 2012. Archived fromthe original on 2 March 2019. Retrieved22 August 2012.
  13. ^Kingsley-Hughes, Adrian."Building an AMD 'Trinity' desktop PC - ZDNet".ZDNet.
  14. ^"AMD launches "Richland" A-Series APUs: slight speed bump, better power management404". Archived fromthe original on 19 July 2013.
  15. ^Taylor, John (21 February 2013)."AMD and The Sony PS4. Allow Me To Elaborate". Archived fromthe original on 26 May 2013. Retrieved30 August 2013.
  16. ^"XBox One Revealed". Wired. 21 May 2013. Retrieved23 May 2013.
  17. ^Darren Murph (8 January 2013)."AMD announces Temash, Kabini, Richland, and Kaveri APUs at CES 2013 (video)". Retrieved20 December 2013.
  18. ^abcdefghij"The programmer's guide to the APU galaxy"(PDF).
  19. ^abcdefghiShimpi, Anand Lal."AMD Outlines HSA Roadmap: Unified Memory for CPU/GPU in 2013, HSA GPUs in 2014".www.anandtech.com. Archived fromthe original on 4 February 2012.
  20. ^"AMD Announces the 7th Generation APU: Excavator mk2 in Bristol Ridge and Stoney Ridge for Notebooks". 31 May 2016. Retrieved3 January 2020.
  21. ^"AMD Mobile "Carrizo" Family of APUs Designed to Deliver Significant Leap in Performance, Energy Efficiency in 2015" (Press release). 20 November 2014. Retrieved16 February 2015.
  22. ^"The Mobile CPU Comparison Guide Rev. 13.0 Page 5 : AMD Mobile CPU Full List". TechARP.com. Retrieved13 December 2017.
  23. ^ab"AMD VEGA10 and VEGA11 GPUs spotted in OpenCL driver". VideoCardz.com. Retrieved6 June 2017.
  24. ^Cutress, Ian (1 February 2018)."Zen Cores and Vega: Ryzen APUs for AM4 – AMD Tech Day at CES: 2018 Roadmap Revealed, with Ryzen APUs, Zen+ on 12nm, Vega on 7nm". Anandtech. Retrieved7 February 2018.
  25. ^Larabel, Michael (17 November 2017)."Radeon VCN Encode Support Lands in Mesa 17.4 Git". Phoronix. Retrieved20 November 2017.
  26. ^ab"AMD Ryzen 5000G 'Cezanne' APU Gets First High-Res Die Shots, 10.7 Billion Transistors In A 180mm2 Package".wccftech. 12 August 2021. Retrieved25 August 2021.
  27. ^Tony Chen; Jason Greaves,"AMD's Graphics Core Next (GCN) Architecture"(PDF),AMD, retrieved13 August 2016
  28. ^"A technical look at AMD's Kaveri architecture". Semi Accurate. Retrieved6 July 2014.
  29. ^"How do I connect three or More Monitors to an AMD Radeon™ HD 5000, HD 6000, and HD 7000 Series Graphics Card?". AMD. Retrieved8 December 2014.
  30. ^Airlie, David (26 November 2009)."DisplayPort supported by KMS driver mainlined into Linux kernel 2.6.33". Retrieved16 January 2016.
  31. ^"Radeon feature matrix".freedesktop.org. Retrieved10 January 2016.
  32. ^Deucher, Alexander (16 September 2015)."XDC2015: AMDGPU"(PDF). Retrieved16 January 2016.
  33. ^abMichel Dänzer (17 November 2016)."[ANNOUNCE] xf86-video-amdgpu 1.2.0".lists.x.org.
  34. ^APU101_Final_Jan 2011.pdf
  35. ^Shimpi, Anand Lal."AMD Outlines HSA Roadmap: Unified Memory for CPU/GPU in 2013, HSA GPUs in 2014". AnandTech. Archived fromthe original on 4 February 2012.
  36. ^"AMD Llano core". Cpu-world.com. 17 March 2014. Retrieved24 March 2014.
  37. ^abcdKanter, David (27 June 2011)."AMD Fusion Architecture and Llano".
  38. ^Anand Lal Shimpi (30 June 2011)."The AMD A8-3850 Review: Llano on the Desktop". Anandtech. Archived fromthe original on 16 June 2013. Retrieved12 January 2014.
  39. ^"Conclusion - AMD A8-3850 Review: Llano Rocks Entry-Level Desktops". 30 June 2011.
  40. ^Shimpi, Anand Lal."The AMD A8-3850 Review: Llano on the Desktop". AnandTech. Archived fromthe original on 3 July 2011.
  41. ^Shimpi, Anand Lal."AMD A10-5800K & A8-5600K Review: Trinity on the Desktop, Part 1". AnandTech. Archived fromthe original on 29 September 2012.
  42. ^abNita, Sorin (1 June 2011)."AMD Releases More Details Regarding the Desna Tablet APU". Retrieved20 March 2013.
  43. ^AMD (9 October 2013)."New AMD Z-Series APU for Tablets Enables Immersive Experience for Upcoming Microsoft Windows 8 Platforms". Retrieved20 March 2013.
  44. ^Shvets, Anthony (10 October 2012). "AMD announces Z-60 APU for tablets".
  45. ^Hruska, Joel (9 October 2012)."AMD's Hondo Z-Series APU To Challenge Intel's Atom In Windows 8 Tablet Market". Archived fromthe original on 23 September 2020. Retrieved20 March 2013.
  46. ^Shilov, Anton (9 October 2012)."AMD Introduces Its First Accelerated Processing Unit for Media Tablets". Archived fromthe original on 9 February 2013. Retrieved20 March 2013.
  47. ^Demerjian, Charlie (15 November 2011)."Exclusive: AMD kills Wichita and Krishna". SemiAccurate. Retrieved22 August 2012.
  48. ^"CPU + GPU = APU: East Meets West". 14 June 2011. Retrieved1 September 2013.
  49. ^"AMD's 2nd Generation APU, Codenamed "Trinity," Will Enable Superior Multimedia Experience for Our "Connected" Generation". Archived fromthe original on 7 April 2013.
  50. ^Shimpi, Anand Lal."The AMD A8-3850 Review: Llano on the Desktop". AnandTech. Archived fromthe original on 16 June 2013.
  51. ^"AMD Officially Announces Third Generation Richland A-Series Mobile APUs - 50% Faster GPU Than Intel Core i7 Mobile". 12 March 2013.
  52. ^"New Details Revealed on AMD's Upcoming Richland Chips". 12 March 2013.
  53. ^"AMD A10-Series A10-6700T — AD670TYHA44HL / AD670TYHHLBOX". Cpu-world.com. Retrieved10 November 2013.
  54. ^abSKYMTL (9 January 2013)."Richland, Kaveri, Kabini & Temash; AMD's 2013 APU Lineup Examined". Hardwarecanucks. Retrieved23 March 2013.
  55. ^abHalfacree, Gareth (8 January 2013)."AMD unveils new APUs, SoCs and Radeon HD 8000 Series". Bit-Tech. Retrieved23 March 2013.
  56. ^abLal Shimpi, Anand (2 February 2012)."AMD's 2012 - 2013 Client CPU/GPU/APU Roadmap Revealed". AnandTech. Archived fromthe original on 1 January 2013. Retrieved8 August 2012.
  57. ^abShilov, Anton (2 January 2013)."AMD to Officially Roll-Out "Kabini" and "Temash" Low-Power APUs This Quarter". X-bit labs. Archived fromthe original on 17 January 2013. Retrieved21 March 2013.
  58. ^Shilov, Anton (24 July 2013)."AMD's New Low-Power Micro-Architecture to Support AVX, BMI Other New Instructions". X-bit labs. Archived fromthe original on 9 February 2013. Retrieved21 March 2013.
  59. ^Paul, Donald (21 October 2012)."Leaked details of the future some Kabini APU AMD". Technewspedia. Archived fromthe original on 31 August 2014. Retrieved21 March 2013.
  60. ^Paine, Steve Chippy (9 January 2013)."AMD Shares SoC Line-Up for 2013. Kabini is for Ultrathins". Ultrabooknews. Archived fromthe original on 2 July 2014. Retrieved21 March 2013.
  61. ^abAbazovic, Fuad (24 January 2013)."Kabini chipset is Yangtze". Fudzilla. Retrieved21 March 2013.
  62. ^Hruska, Paul (14 January 2013)."AMD quietly confirms 28 nm Kabini, Temash chips are being built at TSMC". Extremetech. Retrieved21 March 2013.
  63. ^"AMDs sparsame Mobilprozessoren Kabini und Temash legen los". 23 May 2013. Retrieved31 August 2013.
  64. ^abcde"AMD Kaveri Review: A8-7600 and A10-7850K Tested".Anandtech. Archived fromthe original on 8 February 2014. Retrieved20 May 2014.
  65. ^abcd"AMD FX-7600P Kaveri Review: FX Rides Again...In A Mobile APU?". Tom's Hardware. Archived fromthe original on 8 June 2014. Retrieved8 June 2014.
  66. ^"AnandTech Portal | AMD Kaveri APU Launch Details: Desktop, January 14th". Anandtech.com. Archived fromthe original on 12 November 2013. Retrieved13 January 2014.
  67. ^ChrisFiebelkorn on 3 Dec 2013 (2 December 2013)."AMD A10 Kaveri APU Details Leaked". HotHardware. Retrieved13 January 2014.{{cite web}}: CS1 maint: numeric names: authors list (link)
  68. ^Dave_HH on 14 Nov 2013 (13 November 2013)."How AMD's Mantle Will Redefine Gaming, AMD Hardware Not Required". HotHardware. Retrieved13 January 2014.{{cite web}}: CS1 maint: numeric names: authors list (link)
  69. ^"AMD and ARM Fusion redefine beyond x86". Archived fromthe original on 5 November 2013. Retrieved20 July 2012.
  70. ^"AMD's Next-Gen "Kaveri" APUs Will Require New Mainboards - X-bit labs". Archived fromthe original on 7 June 2013. Retrieved31 May 2013.
  71. ^"Perils of a paper launch: AMD's A8-7600 pushed back to late 2014".Extreme Tech. 9 April 2014. Retrieved20 May 2014.
  72. ^"AMD Publishes Mobile Kaveri Specifications".Anandtech. Archived fromthe original on 28 May 2014. Retrieved29 May 2014.
  73. ^"AMD Launches Mobile Kaveri APUs".AnandTech. Archived fromthe original on 4 June 2014. Retrieved8 June 2014.
  74. ^abcd"AMD's Carrizo-L APUs Unveiled: 12-25W Quad Core Puma+".AnandTech. Archived fromthe original on 13 May 2015. Retrieved1 September 2015.
  75. ^abcd"AMD Details Carrizo APUs Energy Efficient Design at Hot Chips 2015 – 28nm Bulk High Density Design With 3.1 Billion Transistors, 250mm2 Die".WCCFTech. 26 August 2015. Retrieved1 September 2015.
  76. ^"Preview AMD's next gen APU (Carrizo)".YouTube. Archived fromthe original on 20 November 2014. Retrieved21 November 2014.
  77. ^"PC gaming hardware | PC Gamer".Pcgamer.
  78. ^Shilov, Anton."AMD preps 'Bristol Ridge' APUs: 'Carrizo' for desktops".KitGuru. Retrieved5 April 2016.
  79. ^Cutress, Ian (5 April 2016)."AMD Pre-Announces Bristol Ridge in Notebooks: The 7th Generation APU". AnandTech.com. AnandTech.com. Archived fromthe original on 5 April 2016. Retrieved5 April 2016.
  80. ^Kampman, Jeff (5 April 2016)."AMD lifts the curtain a little bit on its Bristol Ridge APUs". TechReport.com. Retrieved5 April 2016.
  81. ^Cutress, Ian (1 June 2016)."AMD Announces 7th Generation APU". Anandtech.com. Archived fromthe original on 17 November 2016. Retrieved1 June 2016.
  82. ^Larabel, Michael (13 December 2016)."AMD Reveals More Zen CPU Details, Officially Known As Ryzen, No Linux Details Yet". Phoronix. Retrieved13 December 2016.
  83. ^Hallock, Robert (27 November 2017)."Understanding Precision Boost 2 in AMD SenseMI technology". AMD. Retrieved19 December 2019.
  84. ^Ferreira, Bruno (16 May 2017)."Ryzen Mobile APUs are coming to a laptop near you". Tech Report. Retrieved16 May 2017.
  85. ^abcdMujtaba, Hassan (18 December 2019)."AMD Ryzen 4000 APU Lineup For Desktop & Mobility Platforms Leaked".Wccftech. Retrieved19 December 2019.
  86. ^Cutress, Ian (6 January 2019)."AMD at CES 2019: Ryzen Mobile 3000-Series Launched, 2nd Gen Mobile at 15W and 35W, and Chromebooks".anandtech.com.AnandTech. Archived fromthe original on 6 January 2019. Retrieved12 November 2019.
  87. ^abcdbtarunr (3 September 2019)."AMD "Renoir" APU to Support LPDDR4X Memory and New Display Engine".TechPowerUp. Retrieved19 December 2019.
  88. ^abPirzada, Usman (11 November 2019)."AMD Renoir APU Launching CES 2020, Will Destroy The NVIDIA MX 250 And Iris Pro Graphics".Wccftech. Retrieved19 December 2019.
  89. ^abcdAnandtech."AMD Launches Ryzen 5000 Mobile: Zen 3 and Cezanne for Notebooks".Anandtech. Archived fromthe original on 12 January 2021. Retrieved18 January 2021.
  90. ^abcdeAnandtech."AMD Ryzen 5000G APUs: OEM Only For Now, Full Release Later This Year".Anandtech. Archived fromthe original on 13 April 2021. Retrieved15 April 2021.
  91. ^AMD."AMD Ryzen Mobile Processors with Radeon Graphics".AMD. Retrieved18 January 2021.
  92. ^abcdeAnandtech."AMD Announces Ryzen 6000 Mobile CPUs for Laptops: Zen3+ on 6nm with RDNA2 Graphics". Archived fromthe original on 4 January 2022.
  93. ^abcdDiscuss, btarunr (5 January 2023)."AMD Announces Ryzen 7040 "Phoenix Point" Mobile Processor: 4nm, Zen 4, RDNA3, XDNA".TechPowerUp. Retrieved2 October 2025.
  94. ^abcPaul Alcorn (8 January 2024)."AMD launches Ryzen 8000G 'Phoenix' APUs, brings AI to the desktop PC — reveals Zen 4c clocks for the first time".Tom's Hardware. Retrieved2 October 2025.
  95. ^abcdHassam Nasir Contributions from Paul Alcorn (6 January 2025)."AMD launches Ryzen AI 300 and 200 series chips for laptops".Tom's Hardware. Retrieved2 October 2025.

External links

[edit]
Wikimedia Commons has media related toAMD APUs.
AMD graphics
Fixed pipeline
Vertex and fragment shaders
Unified shaders
TeraScale
Unified shaders &memory
GCN
RDNA
Current technologies and software
Audio/video acceleration
GPU technologies
Software
Current
Obsolete
Other brands and products
Workstations
&supercomputers
Current
Obsolete
Consoles
&handheld PCs
GPU
Desktop
Mobile
Architecture
Components
Memory
Form factor
Performance
Misc
Lists
Microarchitectures
IA-32 (32-bit)
x86-64 desktop
x86-64 low-power
ARM64
Current products
x86-64 (64-bit)
Discontinued
Early x86 (16-bit)
IA-32 (32-bit)
x86-64 (64-bit)
Other
Italics indicates an upcoming architecture.
AMD sockets and chipsets
Desktop sockets
Mobile sockets
Server sockets
Combined sockets
ATI chipsets
AMD chipsets
Combined means that the given socket is supported by all platforms, including desktop, mobile, and server.
Retrieved from "https://en.wikipedia.org/w/index.php?title=AMD_APU&oldid=1317810253"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp