32
Single-Chip Heterogeneous Computing: Does the Future Include Custom Logic, FPGAs, and GPGPUs? Eric S. Chung, Peter A. Milder, James C. Hoe, Ken Mai Computer Architecture Lab at

Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

Single-Chip Heterogeneous Computing: Does the Future Include Custom Logic, FPGAs, and GPGPUs?

Eric S. Chung, Peter A. Milder,

James C. Hoe, Ken Mai

Computer Architecture Lab at

Page 2: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-2

Will Future Multicores Become Heterogeneous?

?

? ?

General Purpose

Core

Intel Nehalem

GPGPU FPGA

Custom Logic

Fast Fourier Transform

P D P

Page 3: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-3

0

1

10

100

40 32 22 16 11

No

rmal

ized

to

40

nm

(lo

g)

Technology Node (nm)

2009 Intl. Technology Roadmap for Semiconductors

Area density

Supply voltage

Power (device)

Only 4X Lower Power

16X area density

What We ‘Know’ About the Future

Page 4: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-4

0

1

10

100

40 32 22 16 11

No

rmal

ized

to

40

nm

(lo

g)

Technology Node (nm)

2009 Intl. Technology Roadmap for Semiconductors

Area density

Supply voltage

Power (device)

Only 4X Lower Power

16X area density

Area is “Free”—Power is Not

What We ‘Know’ About the Future

Page 5: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-5

Data supply 28%

Instruction supply

42%

Arithmetic 6%

Clock and Control

24%

The Energy Efficiency of General Purpose Processors

Efficient Embedded Computing [Dally et al. 08]

Over 90% energy of general-purpose von Neumann processor is “overhead”

Page 6: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-6

Overview • Should the future look beyond general purpose?

• What is state of today’s GPUs, FPGAs, and ASICs?

“GPUs are power hogs” Answer: No

“FPGAs suck at floating point” Answer: Not entirely

“ASICs are the best, right?” Answer: …

• This talk

a perf and power study of today’s computing alternatives

a model for future heterogeneous multicores

Page 7: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-7

The Power and Performance of Today’s GPUs, FPGAs, ASICs

PCIe x16

Riser Card

PCIe

power rails

Virtex-6 FPGA

12V Power Rail

Nvidia GTX 480

GPU w/ 48 cores

Matrix-Matrix

Multiply Floorplan

Current Clamp

Page 8: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-8

CPU GPUs FPGA ASIC

Intel Core i7-960

Nvidia GTX285

Nvidia GTX480

ATI R5870

Xilinx V6-LX760

65nm Std. Cell

Year 2009 2008 2010 2009 2009 2007

Node 45nm 55nm 40nm 40nm 40nm 65nm

Die area 263mm2 470mm2 529mm2 334mm2 - -

Clock rate 3.2GHz 1.5GHz 1.4GHz 1.5GHz 0.3GHz -

Kernels Characteristics

Matrix-Matrix Multiplication Compute-intensive, simple memory access pattern

Fast Fourier Transform Complex dataflow, low arithmetic intensity

Black-Scholes Complex math operators, high arithmetic intensity

GPUs, FPGAs, and All That

Page 9: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-9

To Make It A Fair Game Core i7 GTX285 GTX480 R5870 FPGA + ASIC

MMMult MKL 10.2.3 multithreaded

CUBLAS 2.3 CUBLAS 3.1 CAL++ Hand-coded

FFT Spiral.net multithreaded

CUFFT 2.3 3.0/3.1

CUFFT 3.0 - Spiral.net

BScholes PARSEC multithreaded

CUDA 2.3 - - Hand-coded

Best-effort performance on all respective devices

Single-precision floating point used for all kernels

Power measurements isolated core from system

All results normalized to same technology node

Page 10: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-10

GFLOP/s (GFLOP/s)/mm2 GFLOP/J

FFT

-10

24

CPU-Core i7 67 0.35 0.71

GPU-GTX285 250 1.41 4.2

GPU-GTX480 453 1.08 4.3

GPU-R5870 - - -

FPGA-LX760 380 0.99 6.5

Same RTL in 65nm 952 239 90

In-Core Performance and Energy

Device GFLOP/s

actual (GFLOP/s)/mm2

norm. to 40nm

GFLOP/J norm. to 40nm

MM

M

CPU-Core i7 96 0.50 1.14

GPU-GTX480 541 1.28 3.52

GPU-GTX285 425 2.40 6.78

GPU-R5870 1491 5.95 9.87

FPGA-LX760 204 0.53 3.62

Same RTL in 65nm 694 19.28 50.73

Page 11: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-11

?

? ?

General Purpose

Core

Intel Nehalem

GPGPU ? FPGA ?

ASIC ?

Onward with a Future of Heterogeneous Multicores

Page 12: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-12

A Model for Single-Chip Heterogeneous Multicores

Enhanced Core BCE

Base Core Equivalent Consumes 1 unit of area

𝑃𝑒𝑟𝑓𝐵𝐶𝐸 = 1

Enhanced Core Consumes r units of area

𝑃𝑒𝑟𝑓𝑒𝑛ℎ (𝑟) ≈ 𝑟 (Pollack’s Law)

Baseline model: Amdahl’s Law for Multicore [Hill & Marty 08]

Assume designer has ‘n’ area resources to spend

Page 13: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-13

𝑆𝑝𝑒𝑒𝑑𝑢𝑝 =1

1 − 𝑓𝑝𝑒𝑟𝑓𝑒𝑛ℎ(𝑟)

+𝑓

𝑛 − 𝑟 + 𝑝𝑒𝑟𝑓𝑒𝑛ℎ(𝑟)

Asymmetric Multicore Original execution time on 1 BCE

Parallel (f) Serial (1-f)

Parallel’

𝑓

𝑛 − 𝑟 + 𝑝𝑒𝑟𝑓𝑒𝑛ℎ(𝑟)

Serial’

1 − 𝑓

𝑝𝑒𝑟𝑓𝑒𝑛ℎ(𝑟)

‘n’ units of area

(n – r) BCE cores

BCE

BCE

BCE

BCE

BCE

BCE

BCE

BCE

BCE

BCE

BCE

BCE

Assumptions: (1) fraction ‘f’ perfectly parallelizable, ‘1-f’ totally serial (2) no scheduling/communication/sync/etc overheads

Enhanced Core

r-sized enhanced core

Page 14: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-14

Extending Amdahl’s for Heterogeneous Multicore

Define U-core as BCE-equivalent area of FPGA/GPU/ASIC

U-cores can only execute parallel kernels (MMM, FFT, etc)

U

U

U

U

U

U

U

U

U

U

U

U

Enhanced Core

Each U-core characterized by: performance 𝜇 and power 𝜙 relative to BCE core (BCE gives 1 unit performance & consumes 1 unit power)

FPGA “core”

GPU “core”

ASIC “core”

Page 15: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-15

Kernel 𝜙 and μ Values

MMM Black-Scholes FFT-1024

Nvidia GTX285

Φ 0.7 0.6 0.6

μ 3.4 17 2.9

Nvidia GTX480

Φ 0.8 - 0.5

μ 1.8 - 2.2

ATI R5870

Φ 1.3 - -

μ 8.5 - -

Xilinx LX760

Φ 0.3 0.3 0.3

μ 0.8 6 2

Custom Logic

Φ 0.8 5 5

μ 27 480 490

Nominal BCE based on an Intel Atom in-order processor, 26mm2 in a 45nm process

Page 16: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-16

Kernel 𝜙 and μ Values

MMM Black-Scholes FFT-1024

Nvidia GTX285

Φ 0.7 0.6 0.6

μ 3.4 17 2.9

Nvidia GTX480

Φ 0.8 - 0.5

μ 1.8 - 2.2

ATI R5870

Φ 1.3 - -

μ 8.5 - -

Xilinx LX760

Φ 0.3 0.3 0.3

μ 0.8 6 2

Custom Logic

Φ 0.8 5 5

μ 27 480 490

Nominal BCE based on an Intel Atom in-order processor, 26mm2 in a 45nm process

On equal area basis, 3.4 performance at 0.7X power relative to a BCE

Page 17: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-17

𝑆𝑝𝑒𝑒𝑑𝑢𝑝 =1

1 − 𝑓𝑝𝑒𝑟𝑓𝑒𝑛ℎ(𝑟)

+𝑓

𝜇 × 𝑛 − 𝑟

Time spent in kernel (e.g., MMM)

𝜇 = relative U-core performance to BCE core

U

U

U

U

U

U

U

U

U

U

U

U

Enhanced Core

Parallel (f) Serial (1-f)

Parallel’

𝑓

𝜇 × 𝑛 − 𝑟

Serial’

1 − 𝑓

𝑝𝑒𝑟𝑓𝑒𝑛ℎ(𝑟)

Extending Amdahl’s for Heterogeneous Multicore

(n – r) U-cores

Page 18: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-18

Modeling Power and Bandwidth Budgets

• The above is based on area alone

• Power or bandwidth budget limits the usable die area (n)

if P is total power budget expressed as a multiple of a BCE’s power,

then usable U-core area constrained by

if B is total memory bandwidth expressed also as a multiple of BCEs,

then usable U-core area constrained by

𝑆𝑝𝑒𝑒𝑑𝑢𝑝 =1

1 − 𝑓𝑝𝑒𝑟𝑓𝑒𝑛ℎ(𝑟)

+𝑓

𝜇 × 𝑛 − 𝑟

U

U

U

U

U

U

U

U

U

U

U

U

Enhanced Core

𝜙 × (𝑛 − 𝑟) ≤ 𝑃

𝜇 × (𝑛 − 𝑟) ≤ 𝐵

Page 19: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-19

Combine Model with ITRS Trends

2011 parameters reflect high-end systems today; future parameters extrapolated from ITRS road map

432mm2 populated by an optimally sized Fast Core and U-cores of choice

Year 2011 2013 2016 2019 2022

Technology 40nm 32nm 22nm 16nm 11nm

Core die budget (mm2) 432 432 432 432 432

Normalized area (BCE) 19 37 75 149 298

Core power (W) 100 100 100 100 100

Bandwidth (GB/s) 180 198 234 234 252

Relative power per device 1X 0.75X 0.5X 0.36X 0.25X

U

U

U

U

U

U

U

U

U

U

U

U

Enhanced Core

Page 20: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-20

0

5

10

15

20

25

30

35

40

40nm 32nm 22nm 16nm 11nm

Spee

du

p o

ver

1 B

CE

at 4

0n

m

Asymmetric multicore (f=95%)

Asymmetric multicore (f=90%)

Application With Matrix Matrix Multiplication (f = frac time in MMM kernel)

Asymmetric Multicore Trends

Technology Nodes (fixed die area ≈ 400mm2, power = 100W)

Page 21: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-21

0

5

10

15

20

25

30

35

40

40nm 32nm 22nm 16nm 11nm

Spee

du

p

Asymmetric Multicore Trends

Asymmetric multicore constrained by power (f=90%)

Asymmetric multicore (f=90%)

Application With Matrix Matrix Multiplication

Technology Nodes (fixed die area ≈ 400mm2, power = 100W)

Page 22: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-22

0

5

10

15

20

25

30

35

40

40nm 32nm 22nm 16nm 11nm

Spee

du

p

100%

100%

100%

100%

100%

50%

30%

20%

80% 100%

Asymmetric multicore constrained by power (f=90%)

Asymmetric Multicore Trends Application With Matrix Matrix Multiplication

Asymmetric multicore (f=90%)

Fraction of Die Budget Used

Technology Nodes

Page 23: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-23

0

5

10

15

20

25

30

35

40

40nm 32nm 22nm 16nm 11nm

Spee

du

p

Asymmetric versus ASIC ASIC (f=90%)

50% 30% 20% 80%

Asymmetric multicore (f=90%)

Application With Matrix Matrix Multiplication

Technology Nodes

Page 24: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-24

How Do GPU/FPGA Compare?

0

5

10

15

20

25

30

35

40

40nm 32nm 22nm 16nm 11nm

Spee

du

p

Asymmetric multicore

ASIC

GPU GTX480

FPGA LX760 45%

26%

Technology Nodes

26% Application With Matrix Matrix Multiplication

Page 25: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-25

0

50

100

150

200

250

300

350

40nm 32nm 22nm 16nm 11nm

Spee

du

p

What if ‘f’ increased to 99%? Application With Matrix Matrix Multiplication

Technology Nodes

Asymmetric multicore

ASIC

GPU R5870

FPGA LX760

Page 26: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-26

0

10

20

30

40

50

60

40nm 32nm 22nm 16nm 11nm

Spe

ed

up

ove

r 1

BC

E

AsymCMP ASIC

Impact of Mem Bandwidth?

Asymmetric multicore (f=99%)

ASIC (f=99%)

60%

40%

20% 10% 5%

ASIC performance now bandwidth-limited

Application With FFT-1024

Technology Nodes

Page 27: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-27

0

10

20

30

40

50

60

40nm 32nm 22nm 16nm 11nm

Spe

ed

up

ove

r 1

BC

E

AsymCMP ASIC GPU GTX480 FPGA LX760

Asymmetric multicore

ASIC/GPU/ FPGA

Technology Nodes

Impact of Mem Bandwidth? Application With FFT-1024

Page 28: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-28

What If We Had 3D Mem Stacking? (BW>1TB/s)

0

50

100

150

200

40nm 32nm 22nm 16nm 11nm

Spe

ed

up

ove

r 1

BC

E

Application With FFT-1024

Asymmetric CMP

GPU

FPGA

ASIC (f=99%)

Technology Nodes

Page 29: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-29

Conclusions • The ‘best’ choice of U-cores not always obvious

technology trends have major impact on relative merits

must think about power, bandwidth, and parallelism together

• U-cores help performance only if

significant fraction amenable to acceleration, and

adequate BW to sustain acceleration 3D-stacked memory could help!

• Programmable GPUs/FPGAs can keep up with ASICs

ASICs need substantial parallelism and/or bandwidth to make sense

maximizing energy efficiency can have diminishing returns on perf

ASICs still best if energy reduction is objective (details in paper)

Page 30: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-30

Should the Future Include Custom Logic, FPGAs, and

GPGPUs?

Page 31: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-31

AMD Fusion

Xilinx FPGA + ARM Multicore

Still A Question?

Intel Core i5 (CPU + GPU integrated)

Page 32: Single-Chip Heterogeneous Computing: Does the Future ...users.ece.cmu.edu/~echung/micro43-ucores-distrib.pdf · Single-Chip Heterogeneous Computing: Does the Future Include Custom

slide-32

Computer Architecture Lab (CALCM)

Carnegie Mellon University

http://www.ece.cmu.edu/CALCM

Thank You!