multi core processor submitted by: lizolen pradhan 0921209041

17
Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Upload: abner-mcdonald

Post on 28-Dec-2015

222 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Multi Core Processor

Submitted by: Lizolen

Pradhan 0921209041

Page 2: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

OutlineOverviewMoore’s lawDesignHow a multi processor worksPerformanceAdvantages and Disadvantages

Page 3: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Some TerminologyCoreDieThreadClock speed

Page 4: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Multi-core Processors - OverviewWhat are multi-core processors?

Integrated circuit(IC) chips containing more than one identical physical processor(core) in the same IC package. OS perceives each core as a discrete processor

Each core has its own complete set of resources, and may share the on-die cache layer

Page 5: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Moore’s law

Page 6: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

DesignSingle core architecture

Page 7: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Drawbacks of unicore processorDifficult to make single-core

Clock frequencies even higherDeeply pipelined circuits

Heat problemsSpeed of light problems Difficult design and verificationLarge design Server farms need expensive air-conditioning

Many new applications are multithreadedGeneral trend in computer architecture (shift

towards more parallelism

Page 8: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Multi-core architecture

Page 9: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

How multi-core processor Work?

Page 10: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Multi-core & Multi-threading

Page 11: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Contd…

Page 12: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Contd…

Page 13: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

AdvantagesThread level parallelismGreat energy efficientPerformanceLower costFasterBetter heat dissipationEase of use

Page 14: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

DisadvantagesAdjustment to existing software required

Memory bandwidth limit the real performance avdvantage

Page 15: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

What application benefits from multi-core?Database serversWeb serversCompilersMultimedia applicationsScientific applications CAD/CAMIn general application s with

Thread-level parallelism

Page 16: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

ConclusionMulticore chips an

important new trend incomputer architecture

Several new multi-corechips in design phases

Parallel programming techniques likely to gain

importance

Page 17: Multi Core Processor Submitted by: Lizolen Pradhan 0921209041

Thank you