Administrivia. CMSC 411 Computer Systems Architecture Lecture 14 Instruction Level Parallelism (cont.) Control Dependencies

Similar documents
Instruction-Level Parallelism (ILP)

Instruction Level Parallelism. Taken from

CS252 S05. Outline. Dynamic Branch Prediction. Static Branch Prediction. Dynamic Branch Prediction. Dynamic Branch Prediction

EEC 581 Computer Architecture. Lec 4 Instruction Level Parallelism

NOW Handout Page 1. Outline. Csci 211 Computer System Architecture. Lec 4 Instruction Level Parallelism. Instruction Level Parallelism

EE 4683/5683: COMPUTER ARCHITECTURE

Lecture 15: Instruc.on Level Parallelism -- Introduc.on, Compiler Techniques, and Advanced Branch Predic.on

Page 1. CISC 662 Graduate Computer Architecture. Lecture 8 - ILP 1. Pipeline CPI. Pipeline CPI (I) Pipeline CPI (II) Michela Taufer

ESE 545 Computer Architecture Instruction-Level Parallelism (ILP) and Static & Dynamic Instruction Scheduling Instruction level parallelism

NOW Handout Page 1. Review from Last Time. CSE 820 Graduate Computer Architecture. Lec 7 Instruction Level Parallelism. Recall from Pipelining Review

Instruction Level Parallelism

CSE 502 Graduate Computer Architecture. Lec 8-10 Instruction Level Parallelism

Multicycle ALU Operations 2/28/2011. Diversified Pipelines The Path Toward Superscalar Processors. Limitations of Our Simple 5 stage Pipeline

Advanced Computer Architecture

Page # CISC 662 Graduate Computer Architecture. Lecture 8 - ILP 1. Pipeline CPI. Pipeline CPI (I) Michela Taufer

Lecture 8 Dynamic Branch Prediction, Superscalar and VLIW. Computer Architectures S

EI 338: Computer Systems Engineering (Operating Systems & Computer Architecture)

NOW Handout Page 1. COSC 5351 Advanced Computer Architecture

Lecture 6 MIPS R4000 and Instruction Level Parallelism. Computer Architectures S

Tomasulo Loop Example

Computer Science 246 Computer Architecture

CS425 Computer Systems Architecture

COSC 6385 Computer Architecture. Instruction Level Parallelism

ELEC 5200/6200 Computer Architecture and Design Fall 2016 Lecture 9: Instruction Level Parallelism

Lecture 9: Case Study MIPS R4000 and Introduction to Advanced Pipelining Professor Randy H. Katz Computer Science 252 Spring 1996

Outline EEL 5764 Graduate Computer Architecture. Chapter 2 - Instruction Level Parallelism. Recall from Pipelining Review

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Computer Architecture ECE 568

HY425 Lecture 09: Software to exploit ILP

HY425 Lecture 09: Software to exploit ILP

Review: Evaluating Branch Alternatives. Lecture 3: Introduction to Advanced Pipelining. Review: Evaluating Branch Prediction

Recall from Pipelining Review. Lecture 16: Instruction Level Parallelism and Dynamic Execution #1: Ideas to Reduce Stalls

Page 1. Recall from Pipelining Review. Lecture 16: Instruction Level Parallelism and Dynamic Execution #1: Ideas to Reduce Stalls

Lecture 5: VLIW, Software Pipelining, and Limits to ILP. Review: Tomasulo

TDT 4260 lecture 7 spring semester 2015

Functional Units. Registers. The Big Picture: Where are We Now? The Five Classic Components of a Computer Processor Input Control Memory

Pipelining and Exploiting Instruction-Level Parallelism (ILP)

Instruction Fetch and Branch Prediction. CprE 581 Computer Systems Architecture Readings: Textbook (4 th ed 2.3, 2.9); (5 th ed 3.

Lecture 4: Introduction to Advanced Pipelining

Getting CPI under 1: Outline

Lecture 5: VLIW, Software Pipelining, and Limits to ILP Professor David A. Patterson Computer Science 252 Spring 1998

Page 1. Recall from Pipelining Review. Lecture 15: Instruction Level Parallelism and Dynamic Execution

Instruction-Level Parallelism. Instruction Level Parallelism (ILP)

ILP: Instruction Level Parallelism

Metodologie di Progettazione Hardware-Software

CSE4201 Instruction Level Parallelism. Branch Prediction

As the amount of ILP to exploit grows, control dependences rapidly become the limiting factor.

Adapted from David Patterson s slides on graduate computer architecture

Recall from Pipelining Review. Instruction Level Parallelism and Dynamic Execution

Super Scalar. Kalyan Basu March 21,

Copyright 2012, Elsevier Inc. All rights reserved.

Computer Architecture A Quantitative Approach, Fifth Edition. Chapter 3. Instruction-Level Parallelism and Its Exploitation

Page 1. Today s Big Idea. Lecture 18: Branch Prediction + analysis resources => ILP

Dynamic Hardware Prediction. Basic Branch Prediction Buffers. N-bit Branch Prediction Buffers

Advanced Pipelining and Instruction- Level Parallelism 4

Lecture 10: Static ILP Basics. Topics: loop unrolling, static branch prediction, VLIW (Sections )

HY425 Lecture 05: Branch Prediction

Exploiting ILP with SW Approaches. Aleksandar Milenković, Electrical and Computer Engineering University of Alabama in Huntsville

Compiler Optimizations. Lecture 7 Overview of Superscalar Techniques. Memory Allocation by Compilers. Compiler Structure. Register allocation

Review Tomasulo. Lecture 17: ILP and Dynamic Execution #2: Branch Prediction, Multiple Issue. Tomasulo Algorithm and Branch Prediction

Multi-cycle Instructions in the Pipeline (Floating Point)

Instruction Level Parallelism. ILP, Loop level Parallelism Dependences, Hazards Speculation, Branch prediction

Dynamic Control Hazard Avoidance

Hiroaki Kobayashi 12/21/2004

Hardware-based Speculation

Some material adapted from Mohamed Younis, UMBC CMSC 611 Spr 2003 course slides Some material adapted from Hennessy & Patterson / 2003 Elsevier

Lecture: Static ILP. Topics: compiler scheduling, loop unrolling, software pipelining (Sections C.5, 3.2)

CS433 Midterm. Prof Josep Torrellas. October 19, Time: 1 hour + 15 minutes

計算機結構 Chapter 4 Exploiting Instruction-Level Parallelism with Software Approaches

Instruction-Level Parallelism and Its Exploitation

CMSC 611: Advanced Computer Architecture

COSC 6385 Computer Architecture Dynamic Branch Prediction

Multiple Instruction Issue and Hardware Based Speculation

Lecture 8: Compiling for ILP and Branch Prediction. Advanced pipelining and instruction level parallelism

ECSE 425 Lecture 11: Loop Unrolling

Computer Science 146. Computer Architecture

Floating Point/Multicycle Pipelining in DLX

Topics. Digital Systems Architecture EECE EECE Predication, Prediction, and Speculation

CMSC411 Fall 2013 Midterm 2 Solutions

HW 2 is out! Due 9/25!

Chapter 3: Instruction Level Parallelism (ILP) and its exploitation. Types of dependences

Exploitation of instruction level parallelism

ECE 505 Computer Architecture

CPE 631 Lecture 09: Instruction Level Parallelism and Its Dynamic Exploitation

CISC 662 Graduate Computer Architecture Lecture 11 - Hardware Speculation Branch Predictions

ECE473 Computer Architecture and Organization. Pipeline: Control Hazard

Page 1 ILP. ILP Basics & Branch Prediction. Smarter Schedule. Basic Block Problems. Parallelism independent enough

ILP concepts (2.1) Basic compiler techniques (2.2) Reducing branch costs with prediction (2.3) Dynamic scheduling (2.4 and 2.5)

Instruction-Level Parallelism and Its Exploitation (Part III) ECE 154B Dmitri Strukov

Instruction Frequency CPI. Load-store 55% 5. Arithmetic 30% 4. Branch 15% 4

Control Dependence, Branch Prediction

Four Steps of Speculative Tomasulo cycle 0

Lecture: Static ILP. Topics: loop unrolling, software pipelines (Sections C.5, 3.2)

Reduction of Control Hazards (Branch) Stalls with Dynamic Branch Prediction

Outline Review: Basic Pipeline Scheduling and Loop Unrolling Multiple Issue: Superscalar, VLIW. CPE 631 Session 19 Exploiting ILP with SW Approaches

Branch Prediction Chapter 3

5008: Computer Architecture

CSE 820 Graduate Computer Architecture. week 6 Instruction Level Parallelism. Review from Last Time #1

Hardware-Based Speculation

Instruction Level Parallelism (ILP)

NOW Handout Page 1. Review from Last Time #1. CSE 820 Graduate Computer Architecture. Lec 8 Instruction Level Parallelism. Outline

Transcription:

Administrivia CMSC 411 Computer Systems Architecture Lecture 14 Instruction Level Parallelism (cont.) HW #3, on memory hierarchy, due Tuesday Continue reading Chapter 3 of H&P Alan Sussman als@cs.umd.edu 2 Name Dependence #2: Output dependence Control Dependencies Instr J writes operand before Instr I writes it. Called an output dependence by compiler writers This also results from the reuse of name r1 If anti-dependence caused a hazard in the pipeline, that s a Write After Write (WAW) hazard Instructions involved in a name dependence can execute simultaneously if name used in instructions is changed so instructions do not conflict Register renaming resolves name dependence for regs Either by compiler or by HW I: sub r1,r4,r3 J: add r1,r2,r3 K: mul r6,r1,r7 Every instruction is control dependent on some set of branches, and, in general, these control dependencies must be preserved to preserve program order if p1 { S1; }; if p2 { S2; } S1 is control dependent on p1, and S2 is control dependent on p2 but not on p1. 3 4

Control Dependence Ignored Control dependence need not be preserved willing to execute instructions that should not have been executed, thereby violating the control dependences, if can do so without affecting correctness of the program Instead, 2 properties critical to program correctness are 1) exception behavior and 2) data flow Exception Behavior Preserving exception behavior! any changes in instruction execution order must not change how exceptions are raised in program (no new exceptions) Example: DADDU R2,R3,R4 BEQZ R2,L1 LW R1,0(R2) L1: (Assume branches not delayed) Problem with moving LW before BEQZ? 5 6 Data Flow Data flow: actual flow of data values among instructions that produce results and those that consume them branches make flow dynamic, determine which instruction is supplier of data Example: DADDU R1,R2,R3 BEQZ R4,L DSUBU R1,R5,R6 L: OR R7,R1,R8 OR depends on DADDU or DSUBU? Must preserve data flow on execution Outline ILP Compiler techniques to increase ILP Loop Unrolling Static Branch Prediction Dynamic Branch Prediction Overcoming Data Hazards with Dynamic Scheduling (Start) Tomasulo Algorithm Conclusion 7 8

Software Techniques - Example This code, add a scalar to a vector: for (i=1000; i>0; i=i 1) x[i] = x[i] + s; Assume following latencies for all examples Ignore delayed branch in these examples Instruction Instruction Latency stalls between producing result using result in cycles in cycles FP ALU op Another FP ALU op 4 3 FP ALU op Store double 3 2 Load double FP ALU op 1 1 Load double Store double 1 0 Integer op Integer op 1 0 FP Loop: Where are the Hazards? First translate into MIPS code: -To simplify, assume 8 is lowest address for (i=1000; i>0; i=i 1) x[i] = x[i] + s; Loop: L.D F0,0(R1) ;F0=vector element ADD.D F4,F0,F2 ;add scalar from F2 S.D 0(R1),F4 ;store result DADDUI R1,R1,-8 ;decrement pointer 8B (DW) BNEZ R1,Loop ;branch R1!=zero 9 10 FP Loop Showing Stalls for (i=1000; i>0; i=i 1) x[i] = x[i] + s; Revised FP Loop Minimizing Stalls 1 Loop: L.D F0,0(R1) ;F0=vector element 2 stall 3 ADD.D F4,F0,F2 ;add scalar in F2 plus branch delay! 4 stall 5 stall 6 S.D 0(R1),F4 ;store result 7 DADDUI R1,R1,-8 ;decrement pointer 8B (DW) 8 stall ;assumes can t forward to branch 9 BNEZ R1,Loop ;branch R1!=zero Instruction Instruction Latency in producing result using result clock cycles FP ALU op Another FP ALU op 3 FP ALU op Store double 2 Load double FP ALU op 1 9 clock cycles: Rewrite code to minimize stalls? 1 Loop: L.D F0,0(R1) 2 DADDUI R1,R1,-8 3 ADD.D F4,F0,F2 4 stall 5 stall 6 S.D 8(R1),F4;altered offset when move DSUBUI 7 BNEZ R1,Loop Swap DADDUI and S.D by changing address of S.D Instruction Instruction Latency in producing result using result clock cycles FP ALU op Another FP ALU op 3 FP ALU op Store double 2 Load double FP ALU op 1 7 clock cycles, but just 3 for execution (L.D, ADD.D,S.D), 4 for loop overhead; How make faster? 11 12

Unroll Loop Four Times (straightforward way) 1 Loop:L.D F0,0(R1) 3 ADD.D F4,F0,F2 1 cycle stall 2 cycles stall 6 S.D 0(R1),F4 ;drop DSUBUI & BNEZ 7 L.D F6,-8(R1) 9 ADD.D F8,F6,F2 12 S.D -8(R1),F8 ;drop DSUBUI & BNEZ 13 L.D F10,-16(R1) 15 ADD.D F12,F10,F2 18 S.D -16(R1),F12 ;drop DSUBUI & BNEZ 19 L.D F14,-24(R1) 21 ADD.D F16,F14,F2 24 S.D -24(R1),F16 25 DADDUI R1,R1,#-32 ;alter to 4*8 27 BNEZ R1,LOOP! 27 clock cycles, or 6.75 per iteration (Assumes R1 is multiple of 4) Rewrite loop to minimize stalls? Unrolled Loop Detail Do not usually know upper bound of loop Suppose it is n, and we would like to unroll the loop to make k copies of the body Instead of a single unrolled loop, we generate a pair of consecutive loops: 1st executes (n mod k) times and has a body that is the original loop 2nd is the unrolled body surrounded by an outer loop that iterates (n/k) times For large values of n, most of the execution time will be spent in the unrolled loop 13 14 Unrolled Loop That Minimizes Stalls 1 Loop: L.D F0,0(R1) 2 L.D F6,-8(R1) 3 L.D F10,-16(R1) 4 L.D F14,-24(R1) 5 ADD.D F4,F0,F2 6 ADD.D F8,F6,F2 7 ADD.D F12,F10,F2 8 ADD.D F16,F14,F2 9 S.D 0(R1),F4 10 S.D -8(R1),F8 11 S.D -16(R1),F12 12 DSUBUI R1,R1,#32 13 S.D 8(R1),F16 ; 8-32 = -24 14 BNEZ R1,LOOP 14 clock cycles, or 3.5 per iteration 5 Loop Unrolling Decisions Requires understanding how one instruction depends on another and how the instructions can be changed or reordered given the dependences: 1. Determine loop unrolling useful by finding that loop iterations were independent (except for maintenance code) 2. Use different registers to avoid unnecessary constraints forced by using same registers for different computations 3. Eliminate the extra test and branch instructions and adjust the loop termination and iteration code 4. Determine that loads and stores in unrolled loop can be interchanged by observing that loads and stores from different iterations are independent Transformation requires analyzing memory addresses and finding that they do not refer to the same address 5. Schedule the code, preserving any dependences needed to yield the same result as the original code 15 16

3 Limits to Loop Unrolling 1. Decrease in amount of overhead amortized with each extra unrolling Amdahl s Law 2. Growth in code size For larger loops, concern it increases the instruction cache miss rate 3. Register pressure: potential shortfall in registers created by aggressive unrolling and scheduling If not possible to allocate all live values to registers, may lose some or all of its advantage Loop unrolling reduces impact of branches on pipeline; another way is branch prediction Outline ILP Compiler techniques to increase ILP Loop Unrolling Static Branch Prediction Dynamic Branch Prediction Overcoming Data Hazards with Dynamic Scheduling (Start) Tomasulo Algorithm Conclusion 17 18 Static Branch Prediction Dynamic Branch Prediction Prior lecture showed scheduling code around delayed branch To reorder code around branches, need to predict branch statically when compile Simplest scheme is to predict a branch as taken Average misprediction = untaken branch frequency = 34% SPEC92 More accurate scheme predicts branches using profile information collected from earlier runs, and modify prediction based on last run: Misprediction Rate 25% 20% 15% 10% 5% 0% compress 12% eqntott 22% espresso 18% Integer 11% 12% gcc li H&P Figure C.17 4% 6% doduc ear hydro2d 9% 10% mdljdp Floating Point su2cor 15% Why does prediction work? Underlying algorithm has regularities Data that is being operated on has regularities Instruction sequence has redundancies that are artifacts of way that humans/compilers think about problems Is dynamic branch prediction better than static branch prediction? Seems to be There are a small number of important branches in programs that have dynamic behavior 19 20

Dynamic Branch Prediction Performance = ƒ(accuracy, cost of misprediction) Branch History Table: Lower bits of PC address index table of 1-bit values Says whether or not branch taken last time No address check Problem: in a loop, 1-bit BHT will cause two mispredictions (avg is 9 loop iterations before exit): End of loop case, when it exits instead of looping as before First time through loop on next time through code, when it predicts exit instead of looping Dynamic Branch Prediction Solution: 2-bit scheme where change prediction only if get misprediction twice Predict Taken T Predict Not Taken Red: stop, not taken Green: go, taken Adds hysteresis to decision making process T NT T NT T NT H&P Figure C.18 Predict Taken NT Predict Not Taken 21 22 BHT Accuracy Accuracy of Different Schemes Mispredict because either: Wrong guess for that branch Got branch history of wrong branch when index the table 4096 entry table: Misprediction Rate SPEC89 20% 18% 16% 14% 12% 10% 8% 6% 4% 2% 0% eqntott 18% espresso 5% 12% 10% 9% gcc Integer li spice doduc 5% spice H&P Figure C.19 9% 9% fpppp matrix300 Floating Point 0% 1% nasa7 Frequency of Mispredictions 20%! 18%! 16%! 14%! 12%! 10%! 8%! 6%! 4%! 2%! 0% SPEC89 23 nasa7! 1%! 4096 Entries 2-bit BHT! Unlimited Entries 2-bit BHT! 1024 Entries (2,2) BHT! matrix300! 0%! tomcatv! 1%! doducd! 5%! spice! 6%! 6%! 11%! 4,096 entries: 2-bits per entry! Unlimited entries: 2-bits/entry! 1,024 entries (2,2)! fpppp! gcc! expresso! H&P Figure 3.3 4%! eqntott! 6%! li! 5%! 24

Outline ILP Compiler techniques to increase ILP Loop Unrolling Static Branch Prediction Dynamic Branch Prediction Overcoming Data Hazards with Dynamic Scheduling Tomasulo Algorithm Conclusion Correlated Branch Prediction Idea: record m most recently executed branches as taken or not taken, and use that pattern to select the proper n-bit branch history table In general, (m,n) predictor means record last m branches to select between 2 m history tables, each with n-bit counters Thus, old 2-bit BHT is a (0,2) predictor Global Branch History: m-bit shift register keeping T/NT status of last m branches. Each entry in table has 2 m n-bit predictors. if (aa == 2) aa = 0; if (bb == 2) bb = 0; if (aa!= bb) { 25 26 Correlating Branches Calculations (2,2) predictor w/!!behavior of recent branches selects between four predictions of next branch, updating just that prediction! 4! Branch address! Prediction! 4096-entry 2-bit BHT 4k x 2 = 8k bits 4k = 2 12 " 12 address bits How to use the same # bits w/ a (2,2) predictor? 8k bits w/ 2-bit BHT means 4k BHTs the (2, 2) implies an entry has four BHTs " 1k entries, i.e. a (2,2) predictor w/ 1024 entries Or, 4 addr bits + 2 history bits give us 6-bit index into 2 6 = 64 predictors, each having two bits " 128 total bits. 1 0 Global branch history! 2-bits per branch predictor 27 28

Tournament Predictors Multilevel branch predictor Use n-bit saturating counter to choose between predictors Usually choice between global and local predictors Predictor 1 correct. Predictor 2 incorrect. Tournament Predictors Tournament predictor using, say, 4K 2-bit counters indexed by local branch address. Chooses between: Global predictor 4K entries indexed by history of last 12 branches (2 12 = 4K) Each entry is a standard 2-bit predictor Local predictor Local history table: 1024 10-bit entries recording last 10 branches, index by branch address The pattern of the last 10 occurrences of that particular branch used to index table of 1K entries with 3-bit saturating counters 29 30 Comparing Predictors (H&P Fig. 3.4) Advantage of tournament predictor is ability to select the right predictor for a particular branch Particularly crucial for integer benchmarks. A typical tournament predictor will select the global predictor almost 40% of the time for the SPEC integer benchmarks and less than 15% of the time for the SPEC FP benchmarks Pentium 4 Misprediction Rate (per 1000 instructions, not per branch) Branch mispredictions per 1000 Instructions 14 13 12 11 10 9 8 7 6 5 4 3 2 11 13 7 12 9 6% misprediction rate per branch SPECint (19% of INT instructions are branch) 2% misprediction rate per branch SPECfp (5% of FP instructions are branch) 5 1 0 1 0 0 0 164.gzip 175.vpr 176.gcc 181.mcf SPECint2000 186.crafty 168.wupwise 171.swim 172.mgrid SPECfp2000 173.applu 177.mesa 31 32