cuda core processor

19
SHINE RAJ ARATHIL C.S.E 3 rd Sem 2 nd Year

Upload: shine-raj

Post on 06-Jul-2015

111 views

Category:

Engineering


7 download

DESCRIPTION

CUDA CORE PROCESSOR . Syllabus of computer science Second Year B Tech . Operating System

TRANSCRIPT

SHINE RAJ ARATHILC.S.E 3rd Sem

2nd Year

CUDA CORE PROCESSOR

9/26/2012PREPARED BY SHINE A RAJ

9/26/2012PREPARED BY SHINE A RAJ

PROCESSOR

computers brain.

Tells your computer

what to do and when

to do it

it decides which tasks

are more important

and prioritizes them

to your computers

needs

9/26/2012PREPARED BY SHINE A RAJ

CORE

It is the

Microprocessor

inside the CPU

E.g.: Dual core

means, 2

microprocessors are

there

9/26/2012PREPARED BY SHINE A RAJ

MODEL NO.OF

CORE

EXAMPLE

SINGLE CORE 1 AMD ORDINARY

DUAL CORE 2 INTEL DUO

QUAD CORE 4 INTEL I3, I5

HEXA CORE 6 AMD PHENOM X6

OCTA CORE 8 INTEL XENON

9/26/2012PREPARED BY SHINE A RAJ

9/26/2012PREPARED BY SHINE A RAJ

9/26/2012PREPARED BY SHINE A RAJ

GPU

Massively parallel

many core

computers

Chip in computer

video

cards,Playstation3,Xb

ox, etc.

9/26/2012PREPARED BY SHINE A RAJ

9/26/2012PREPARED BY SHINE A RAJ

NVidia

It’s a brand name

Inventor of GPU

World leader in visual

computing technology

9/26/2012PREPARED BY SHINE A RAJ

CUDACompute Unified Device Architecture

9/26/2012PREPARED BY SHINE A RAJ

What Is CUDA ?

It’s a programing model

that uses the GPU

It allows calculations to

be performed parallel,

giving significant speed

up

Used with c programs

9/26/2012PREPARED BY SHINE A RAJ

CUDA

CUDA™ is a parallel computing platform and programming model that enables dramatic increases in computing performance by harnessing the power of the GPU

9/26/2012PREPARED BY SHINE A RAJ

9/26/2012PREPARED BY SHINE A RAJ

9/26/2012PREPARED BY SHINE A RAJ

How NVIDIA utilize CUDA

Making the technology available to software developers. The developers can then program algorithms in C code that are executed on the GPU. The result allows for parallel computing, meaning thousands of multiple threads can run simultaneously.

9/26/2012PREPARED BY SHINE A RAJ

QUERIES ? ?

9/26/2012PREPARED BY SHINE A RAJ

THANK YOU

9/26/2012PREPARED BY SHINE A RAJ