Computer Organization and Design Performance Montek Singh Mon, April 4, 2011 Lecture 13.

Slides:



Advertisements
Similar presentations
ISA Issues; Performance Considerations. Testing / System Verilog: ECE385.
Advertisements

CS1104: Computer Organisation School of Computing National University of Singapore.
Performance What differences do we see in performance? Almost all computers operate correctly (within reason) Most computers implement useful operations.
TU/e Processor Design 5Z032 1 Processor Design 5Z032 The role of Performance Henk Corporaal Eindhoven University of Technology 2009.
1  1998 Morgan Kaufmann Publishers Chapter 2 Performance Text in blue is by N. Guydosh Updated 1/25/04*
100 Performance ENGR 3410 – Computer Architecture Mark L. Chang Fall 2006.
Computer Organization and Architecture (AT70.01) Comp. Sc. and Inf. Mgmt. Asian Institute of Technology Instructor: Dr. Sumanta Guha Slide Sources: Patterson.
1 Introduction Rapidly changing field: –vacuum tube -> transistor -> IC -> VLSI (see section 1.4) –doubling every 1.5 years: memory capacity processor.
Chapter 4 Assessing and Understanding Performance Bo Cheng.
1 CSE SUNY New Paltz Chapter 2 Performance and Its Measurement.
Chapter 4 Assessing and Understanding Performance
Performance D. A. Patterson and J. L. Hennessey, Computer Organization & Design: The Hardware Software Interface, Morgan Kauffman, second edition 1998.
Computer ArchitectureFall 2007 © September 17, 2007 Karem Sakallah CS-447– Computer Architecture.
1 Chapter 4. 2 Measure, Report, and Summarize Make intelligent choices See through the marketing hype Key to understanding underlying organizational motivation.
1  1998 Morgan Kaufmann Publishers and UCB Performance CEG3420 Computer Design Lecture 3.
Computer ArchitectureFall 2007 © September 19, 2007 Karem Sakallah CS-447– Computer Architecture.
Chapter 4 Assessing and Understanding Performance
Fall 2001CS 4471 Chapter 2: Performance CS 447 Jason Bakos.
1 Chapter 4. 2 Measure, Report, and Summarize Make intelligent choices See through the marketing hype Key to understanding underlying organizational motivation.
1 ECE3055 Computer Architecture and Operating Systems Lecture 2 Performance Prof. Hsien-Hsin Sean Lee School of Electrical and Computer Engineering Georgia.
1 Computer Performance: Metrics, Measurement, & Evaluation.
Computer Organization and Design Performance Montek Singh Mon, Aug 26, 2013 Lecture 2 1.
1 Embedded Systems Computer Architecture. Embedded Systems2 Memory Hierarchy Registers Cache RAM Disk L2 Cache Speed (faster) Cost (cheaper per-byte)
1 CHAPTER 2 THE ROLE OF PERFORMANCE. 2 Performance Measure, Report, and Summarize Make intelligent choices Why is some hardware better than others for.
순천향대학교 정보기술공학부 이 상 정 1 4. Accessing and Understanding Performance.
B0111 Performance Anxiety ENGR xD52 Eric VanWyk Fall 2012.
1 CPS4150 Chapter 4 Assessing and Understanding Performance.
Performance.  Measure, Report, and Summarize  Make intelligent choices  See through the marketing hype  Key to understanding underlying organizational.
10/19/2015Erkay Savas1 Performance Computer Architecture – CS401 Erkay Savas Sabanci University.
1 CS/EE 362 Hardware Fundamentals Lecture 9 (Chapter 2: Hennessy and Patterson) Winter Quarter 1998 Chris Myers.
1 Acknowledgements Class notes based upon Patterson & Hennessy: Book & Lecture Notes Patterson’s 1997 course notes (U.C. Berkeley CS 152, 1997) Tom Fountain.
Performance.
1 CS465 Performance Revisited (Chapter 1) Be able to compare performance of simple system configurations and understand the performance implications of.
Performance – Last Lecture Bottom line performance measure is time Performance A = 1/Execution Time A Comparing Performance N = Performance A / Performance.
Performance Lecture notes from MKP, H. H. Lee and S. Yalamanchili.
CEN 316 Computer Organization and Design Assessing and Understanding Performance Mansour AL Zuair.
1 COMS 361 Computer Organization Title: Performance Date: 10/02/2004 Lecture Number: 3.
1  1998 Morgan Kaufmann Publishers How to measure, report, and summarize performance (suorituskyky, tehokkuus)? What factors determine the performance.
Performance Performance
TEST 1 – Tuesday March 3 Lectures 1 - 8, Ch 1,2 HW Due Feb 24 –1.4.1 p.60 –1.4.4 p.60 –1.4.6 p.60 –1.5.2 p –1.5.4 p.61 –1.5.5 p.61.
September 10 Performance Read 3.1 through 3.4 for Wednesday Only 3 classes before 1 st Exam!
Performance – Last Lecture Bottom line performance measure is time Performance A = 1/Execution Time A Comparing Performance N = Performance A / Performance.
4. Performance 4.1 Introduction 4.2 CPU Performance and Its Factors
1  1998 Morgan Kaufmann Publishers Lectures for 2nd Edition Note: these lectures are often supplemented with other materials and also problems from the.
Computer Organization and Design Performance Montek Singh Jan 13, 2016 Lecture 2 1.
Chapter 4. Measure, Report, and Summarize Make intelligent choices See through the marketing hype Understanding underlying organizational aspects Why.
Lec2.1 Computer Architecture Chapter 2 The Role of Performance.
L12 – Performance 1 Comp 411 Computer Performance He said, to speed things up we need to squeeze the clock Study
EGRE 426 Computer Organization and Design Chapter 4.
Performance Computer Organization II 1 Computer Science Dept Va Tech January 2009 © McQuain & Ribbens Defining Performance Which airplane has.
Jan. 5, 2000Systems Architecture II1 Machine Organization (CS 570) Lecture 2: Performance Evaluation and Benchmarking * Jeremy R. Johnson Wed. Oct. 4,
Computer Architecture CSE 3322 Web Site crystal.uta.edu/~jpatters/cse3322 Send to Pramod Kumar, with the names and s.
COD Ch. 1 Introduction + The Role of Performance.
June 20, 2001Systems Architecture II1 Systems Architecture II (CS ) Lecture 1: Performance Evaluation and Benchmarking * Jeremy R. Johnson Wed.
BITS Pilani, Pilani Campus Today’s Agenda Role of Performance.
CPEN Digital System Design Assessing and Understanding CPU Performance © Logic and Computer Design Fundamentals, 4 rd Ed., Mano Prentice Hall © Computer.
Computer Organization
September 2 Performance Read 3.1 through 3.4 for Tuesday
Defining Performance Which airplane has the best performance?
Prof. Hsien-Hsin Sean Lee
CS2100 Computer Organisation
Computer Performance He said, to speed things up we need to squeeze the clock.
Performances of Computer Systems
January 25 Did you get mail from Chun-Fa about assignment grades?
Computer Performance Read Chapter 4
Performance.
Chapter 2: Performance CS 447 Jason Bakos Fall 2001 CS 447.
Computer Organization and Design Chapter 4
CS2100 Computer Organisation
Presentation transcript:

Computer Organization and Design Performance Montek Singh Mon, April 4, 2011 Lecture 13

Computer Performance He said, to speed things up we need to squeeze the clock

Why Study Performance?  Helps us make intelligent design choices See through the marketing hype See through the marketing hype  Key to understanding underlying computer organization Why is some hardware faster than others for different programs? Why is some hardware faster than others for different programs? What factors of system performance are hardware related? What factors of system performance are hardware related?  e.g., Do we need a new machine, or a new operating system? How does a machine’s instruction set affect its performance? How does a machine’s instruction set affect its performance?

Which Airplane is “best”?  How much faster is the Concorde than the 747? X X  How much larger is the 747’s capacity than the Concorde? 4.65 X 4.65 X  It is roughly 4000 miles from Raleigh to Paris. What is the throughput of the 747 in passengers/hr? The Concorde?  What is the latency of the 747? The Concorde? 6.56 hours, 2.96 hours 6.56 hours, 2.96 hours Airplane Passengers Range (mi) Speed (mph) Boeing Boeing BAC/Sud Concorde Douglas DC

Performance Metrics  Latency: Clocks from input to corresponding output How long does it take for my program to run? How long does it take for my program to run? How long must I wait after typing return for the result? How long must I wait after typing return for the result?  Throughput: How many results per clock How many results can be processed per second? How many results can be processed per second? What is the average execution rate of my program? What is the average execution rate of my program? How much work is getting done? How much work is getting done?  If we upgrade a machine with a new faster processor what do we improve? Latency Latency  If we add a new machine to the lab what do we improve? Throughput Throughput

Design Tradeoffs Minimum Cost: measured by the size of the circuit Best Performance/Price: measured by the ratio of performance to size. In power-sensitive applications throughput/Watt is important too. Maximum Performance: measured by the numbers of instructions executed per second

Execution Time  Elapsed Time/Wall Clock Time counts everything (disk and memory accesses, I/O, etc.) counts everything (disk and memory accesses, I/O, etc.) a useful number, but often not good for comparison purposes a useful number, but often not good for comparison purposes  CPU time Doesn’t include I/O or time spent running other programs Doesn’t include I/O or time spent running other programs can be broken up into system time, and user time can be broken up into system time, and user time  Our focus: user CPU time Time spent executing actual instructions of “our” program Time spent executing actual instructions of “our” program

Book's Definition of Performance  For some program running on machine X, Performance X = Program Executions / Time X (executions/sec) Performance X = Program Executions / Time X (executions/sec)  "X is n times faster than Y” Performance X / Performance Y = n Performance X / Performance Y = n  Example: Machine A runs a program in 20 seconds Machine A runs a program in 20 seconds Machine B runs the same program in 25 seconds Machine B runs the same program in 25 seconds  By how much is A faster than B?  By how much is B slower than A? Performance A = 1/20Performance B = 1/25 Machine A is (1/20)/(1/25) = 1.25 times faster than Machine B

Program Clock Cycles  Instead of reporting execution time in seconds, we often use clock cycle counts  Clock “ticks” indicate when machine state changes (anabstraction): cycle time = time between ticks = seconds per cycle cycle time = time between ticks = seconds per cycle clock rate (frequency) = cycles per second (1 Hz = 1 cycle/s) clock rate (frequency) = cycles per second (1 Hz = 1 cycle/s) A 200 MHz clock has a cycle time of: A 200 MHz clock has a cycle time of: time

Computer Performance Measure Millions of Instructions per SecondFrequency in MHz Historically: PDP-11, VAX, Intel 8086:CPI > 1 Load/Store RISC machines MIPS, SPARC, PowerPC, miniMIPS: CPI = 1 Modern CPUs, Pentium, Athlon:CPI < 1 CPI (Average Clocks Per Instruction) Which of these terms are program dependent? Unfortunate coincidence: This “MIPS” has nothing to do with the name of our MIPS processor!

How to Improve Performance?  Many ways to write the same equations:  So, to improve performance (everything else being equal) you can either ________ the # of required cycles for a program, or ________ the # of required cycles for a program, or ________ the clock cycle time or, said another way, ________ the clock cycle time or, said another way, ________ the clock rate. ________ the clock rate. ________ the CPI (average clocks per instruction) ________ the CPI (average clocks per instruction) Decrease (improve ISA/Compiler) Decrease Increase (reduce propagation delays or use pipelining) Decrease (new hardware)

How Many Cycles in a Program?  Could assume that # of cycles = # of instructions This assumption can be incorrect, Different instructions take different amounts of time on different machines. Memory accesses might require more cycles than other instructions. Floating-Point instructions might require multiple clock cycles to execute. Branches might stall execution rate time 1st instruction2nd instruction3rd instruction4th 5th6th...

Example  Our favorite program runs in 10 seconds on computer A, which has a 400 MHz clock. We are trying to help a computer designer build a new machine B, to run this program in 6 seconds. The designer can use new (or perhaps more expensive) technology to substantially increase the clock rate, but has informed us that this increase will affect the rest of the CPU design, causing machine B to require 1.2 times as many clock cycles as machine A for the same program. What clock rate should we tell the designer to target?

Now that We Understand Cycles  A given program will require some number of instructions (machine instructions) some number of instructions (machine instructions) some number of cycles some number of cycles some number of seconds some number of seconds  We have a vocabulary that relates these quantities: cycle time (seconds per cycle) cycle time (seconds per cycle) clock rate (cycles per second) clock rate (cycles per second) CPI (average clocks per instruction) CPI (average clocks per instruction)  a floating point intensive application might have a higher CPI MIPS (millions of instructions per second) MIPS (millions of instructions per second)  this would be higher for a program using simple instructions

Performance Traps  Performance is determined by the execution time of a program that you care about.  Do any of the other variables equal performance? # of cycles to execute program? # of cycles to execute program? # of instructions in program? # of instructions in program? # of cycles per second? # of cycles per second? average # of cycles per instruction? average # of cycles per instruction? average # of instructions per second? average # of instructions per second?  Common pitfall: Thinking that only one of the variables is indicative of performance when it really isn’t. Thinking that only one of the variables is indicative of performance when it really isn’t.

CPI Example  Suppose we have two implementations of the same instruction set architecture (ISA). For some program, Machine A has a clock cycle time of 10 ns. and a CPI of 0.5 Machine B has a clock cycle time of 3 ns. and a CPI of 1.5 What machine is faster for this program, and by how much? For some program, Machine A has a clock cycle time of 10 ns. and a CPI of 0.5 Machine B has a clock cycle time of 3 ns. and a CPI of 1.5 What machine is faster for this program, and by how much? If two machines have the same ISA which quantity (e.g., clock rate, CPI, execution time, # of instructions, MIPS) will always be identical? If two machines have the same ISA which quantity (e.g., clock rate, CPI, execution time, # of instructions, MIPS) will always be identical?

Compiler’s Performance Impact  Two different compilers are being tested for a 500 MHz machine with three different classes of instructions: Class A, Class B, and Class C, which require one, two, and three cycles (respectively). Both compilers are used to produce code for a large piece of software. The first compiler's code uses 5 million Class A instructions, 1 million Class B instructions, and 2 million Class C instructions. The second compiler's code uses 7 million Class A instructions, 1 million Class B instructions, and 1 million Class C instructions. Which program uses fewer instructions? Instructions 1 = (5+1+2) x 10 6 = 8 x 10 6 Instructions 1 = (5+1+2) x 10 6 = 8 x 10 6 Instructions 2 = (7+1+1) x 10 6 = 9 x 10 6 Instructions 2 = (7+1+1) x 10 6 = 9 x 10 6  Which sequence uses fewer clock cycles? Cycles 1 = (5(1)+1(2)+2(3)) x 10 6 = 13 x 10 6 Cycles 1 = (5(1)+1(2)+2(3)) x 10 6 = 13 x 10 6 Cycles 2 = (7(1)+1(2)+1(3)) x 10 6 = 12 x 10 6 Cycles 2 = (7(1)+1(2)+1(3)) x 10 6 = 12 x 10 6

Benchmarks  Performance best determined by running a real application Use programs typical of expected workload Use programs typical of expected workload Or, typical of expected class of applications Or, typical of expected class of applications  e.g., compilers/editors, scientific applications, graphics, etc.  Small benchmarks nice for architects and designers nice for architects and designers easy to standardize easy to standardize can be abused can be abused  SPEC (System Performance Evaluation Cooperative) companies have agreed on a set of real program and inputs companies have agreed on a set of real program and inputs can still be abused can still be abused valuable indicator of performance (and compiler technology) valuable indicator of performance (and compiler technology)

SPEC ‘95

Amdahl's Law  Possibly the most important law regarding computer performance: Principle: Make the common case fast! Principle: Make the common case fast! Eventually, performance gains will be limited by what cannot be improved Eventually, performance gains will be limited by what cannot be improved  e.g., you can raise the speed limit, but there are still traffic lights

Amdahl's Law: Example  Example: "Suppose a program runs in 100 seconds on a machine, where multiplies are executed 80% of the time. How much do we need to improve the speed of multiplication if we want the program to run 4 times faster?" How about making it 5 times faster? 25 = 80/r + 20 r = 16x 20 = 80/r + 20 r = ?

Example  Suppose we enhance a machine making all floating-point instructions run FIVE times faster. If the execution time of some benchmark before the floating-point enhancement is 10 seconds, what will the speedup be if only half of the 10 seconds is spent executing floating-point instructions?  We are looking for a benchmark to show off the new floating- point unit described above, and want the overall benchmark to show at least a speedup of 3. What percentage of the execution time would floating-point instructions have to account for in this program in order to yield our desired speedup on this benchmark? 5/5 + 5 = 6 Relative Perf = 10/6 = 1.67 x 100/3 = f/5 + (100 – f) = 100 – 4f/5 f = 83.33

Remember  Performance is specific to a particular program Total execution time is a consistent summary of performance Total execution time is a consistent summary of performance  For a given architecture performance comes from: increases in clock rate (without adverse CPI affects) increases in clock rate (without adverse CPI affects) improvements in processor organization that lower CPI improvements in processor organization that lower CPI compiler enhancements that lower CPI and/or instruction count compiler enhancements that lower CPI and/or instruction count  Pitfall: Expecting improvements in one aspect of a machine’s performance to affect the total performance  You should not always believe everything you read! Read carefully! Especially what the business guys say! Read carefully! Especially what the business guys say!