introduction to parallel and gpu computing · 1 intro 2 processors trends 3 multiprocessors 4 gpu...

Post on 18-Aug-2020

5 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Carlo Nardone

Sr. Solution Architect, NVIDIA EMEA

INTRODUCTION TO

PARALLEL AND GPU COMPUTING

2

1 Intro

2 Processors Trends

3 Multiprocessors

4 GPU Computing

AGENDA

3

PARALLEL COMPUTING, ILLUSTRATED

4

FROM MULTICORE

TO MANYCORE

5

PARALLEL COMPUTING IS OLD

Source: Tim Mattson

6

1 Intro

2 Processors Trends

3 Multiprocessors

4 GPU Computing

AGENDA

7

MOORE’S LAW

Source: U.Delaware CISC879 / J.Dongarra

8

MICROPROCESSOR FREQUENCY TREND

source: CA5 Hennessy/Patterson

9

THE POWER WALL

11

MICROPROCESSORS PERFORMANCE TREND

source: CA5 Hennessy/Patterson

13

THE PROCESSOR-MEMORY GAP

source: CA5 Hennessy & Patterson

14

ARITHMETIC INTENSITY

Arithmetic intensity, specified as the number of floating-point operations to run the program divided by the number of bytes accessed in main memory [Williams et al. 2009]. Some kernels have an arithmetic intensity that scales with problem size, such as dense matrix, but there are many kernels with arithmetic intensities independent of problem size. Source: CA5 Hennessy & Patterson

15

BANDWIDTH AND THE ROOFLINE MODEL

Source: HPCA5

16

1 Intro

2 Processors Trends

3 Multiprocessors

4 GPU Computing

AGENDA

17

FLYNN’S TAXONOMY: SISD

source: CA5 Hennessy & Patterson

18

FLYNN’S TAXONOMY: SIMD

source: CA5 Hennessy & Patterson

19

FLYNN’S TAXONOMY: SIMD (2)

source: CA5 Hennessy & Patterson

20

FLYNN’S TAXONOMY

source: CA5 Hennessy & Patterson

21

FLYNN’S TAXONOMY: MISD (?)

source: CA5 Hennessy & Patterson

22

FLYNN’S TAXONOMY: MIMD

source: CA5 Hennessy & Patterson

23

MULTIPROCESSORS

source: CA5 Hennessy & Patterson

24

MULTIPROCESSOR SMP CLASS

source: CA4 Hennessy & Patterson

25

MULTIPROCESSOR DISTRIBUTED MEM CLASS

source: CA4 Hennessy & Patterson

26

X86 ARCHITECTURE Intel Nehalem

27

1 Intro

2 Processors Trends

3 Multiprocessors

4 GPU Computing

AGENDA

28

29

LOW LATENCY OR HIGH THROUGHPUT?

CPU

Optimised for low-latency

access to cached data sets

Control logic for out-of-order

and speculative execution

GPU

Optimised for data-parallel,

throughput computation

Architecture tolerant of

memory latency

More transistors dedicated to

computation

30

31

GPU

UNIFIED DESIGN

32

GPGPU COMPUTING, B.C. ERA

33

WHY GPU ARE ATTRACTIVE FOR HPC?

• Massive multithreaded manycore chips

• High flops count (SP and later DP)

• High memory bandwidth, (later) including ECC

• Lots of programming languages

• Lots of programming tools

• Widely used in Computational Physics

34

GPGPU COMPUTING, A.C. ERA

(Fermi)

35

GROWTH IN GPU COMPUTING

2015 2008

3 Million CUDA Downloads

150,000 CUDA Downloads

60,000 Academic Papers

4,000

Academic

Papers

800 Universities Teaching

60

Universities

Teaching

54,000 Supercomputing

Teraflops

77 Supercomputing

Teraflops

450,000

Tesla GPUs 6,000

Tesla GPUs

319 CUDA Apps

27 CUDA Apps

36

GROWTH IN GPU COMPUTING

2015 2008

3 Million CUDA Downloads

150,000 CUDA Downloads

60,000 Academic Papers

4,000

Academic

Papers

800 Universities Teaching

60

Universities

Teaching

54,000 Supercomputing

Teraflops

77 Supercomputing

Teraflops

450,000

Tesla GPUs 6,000

Tesla GPUs

319 CUDA Apps

27 CUDA Apps

37

ACCELERATED, HETEROGENEOUS COMPUTING

CPU Optimized for Serial Tasks

GPU Accelerator Optimized for Parallel Tasks

10x Performance & 5x Energy Efficiency for HPC

38

GEFORCE 8: 1ST MODERN GPU ARCH

40

NVIDIA KEPLER

GK110 PROCESSOR

41

42

KEPLER SMX DIAGRAM

43

146X

Medical Imaging

U of Utah

36X

Molecular Dynamics

U of Illinois, Urbana

18X

Video Transcoding

Elemental Tech

50X

Matlab Computing

AccelerEyes

100X

Astrophysics

RIKEN

149X

Financial Simulation

Oxford

47X

Linear Algebra

Universidad Jaime

20X

3D Ultrasound

Techniscan

130X

Quantum Chemistry

U of Illinois, Urbana

30X

Gene Sequencing

U of Maryland

GPUs Accelerate Science

44

45

SUPERCOMPUTING ERA

46

47

Development Platform for Embedded

Computer Vision, Robotics, Medical

Tegra K1 SoC

Quad core A15 + Kepler GPU

192 CUDA Enabled cores

326 Gflops @ 5 Watt

$192

JETSON TK1

THE WORLD’S 1st EMBEDDED SUPERCOMPUTER

48

JETSON TK1: UNLOCKING NEW

APPLICATIONS

Computer Vision

Robotics

Automotive

Medicine

Avionics

49

US TO BUILD TWO FLAGSHIP SUPERCOMPUTERS

IBM POWER9 CPU + NVIDIA Volta GPU

NVLink High Speed Interconnect

>40 TFLOPS per Node, >3,400 Nodes

2017

SUMMIT SIERRA 150-300 PFLOPS

Peak Performance > 100 PFLOPS

Peak Performance

Major Step Forward on the Path to Exascale

50

SG

EM

M /

W

2012 2014 2008 2010 2016

48

36

12

0

24

60

2018

72

Tesla Fermi

Kepler

Maxwell

Pascal Mixed Precision 3D Memory NVLink

Volta

GPU ROADMAP Pascal 2x SGEMM/W

51

PASCAL GPU FEATURING NVLINK AND STACKED MEMORY

NVLINK GPU high speed interconnect

80-200 GB/s

3D Stacked Memory 4x Higher Bandwidth (~1 TB/s)

3x Larger Capacity

4x More Energy Efficient per bit

52

THANK YOU

cnardone@nvidia.com

+39 335 5828197

top related