CS 258 Parallel Computer Architecture Lecture 12 Shared Memory Multiprocessors II March 1, 2002 Prof John D. Kubiatowicz

Slides:



Advertisements
Similar presentations
Chapter 5 Part I: Shared Memory Multiprocessors
Advertisements

Extra Cache Coherence Examples In the following examples there are a couple questions. You can answer these for practice by ing Colin at
Lecture 7. Multiprocessor and Memory Coherence
Multi-core systems System Architecture COMP25212 Daniel Goodman Advanced Processor Technologies Group.
CSE 490/590, Spring 2011 CSE 490/590 Computer Architecture Snoopy Caches II Steve Ko Computer Sciences and Engineering University at Buffalo.
CS252 Graduate Computer Architecture Lecture 25 Memory Consistency Models and Snoopy Bus Protocols Prof John D. Kubiatowicz
Computer Architecture II 1 Computer architecture II Lecture 8.
CIS629 Coherence 1 Cache Coherence: Snooping Protocol, Directory Protocol Some of these slides courtesty of David Patterson and David Culler.
EECC756 - Shaaban #1 lec # 10 Spring Shared Memory Multiprocessors Symmetric Memory Multiprocessors (SMPs): commonly 2-4 processors/node.
CS 258 Parallel Computer Architecture Lecture 13 Shared Memory Multiprocessors March 10, 2008 Prof John D. Kubiatowicz
EECC756 - Shaaban #1 lec # 11 Spring Shared Memory Multiprocessors Symmetric Multiprocessors (SMPs): –Symmetric access to all of main memory.
CS252/Patterson Lec /23/01 CS213 Parallel Processing Architecture Lecture 7: Multiprocessor Cache Coherency Problem.
1 Lecture 1: Introduction Course organization:  4 lectures on cache coherence and consistency  2 lectures on transactional memory  2 lectures on interconnection.
1 Lecture 3: Snooping Protocols Topics: snooping-based cache coherence implementations.
Computer architecture II
ECE669 L13: Shared Memory Multiprocessors March 11, 2004 ECE 669 Parallel Computer Architecture Lecture 13 Shared Memory Multiprocessors.
Cache Coherence: Part 1 Todd C. Mowry CS 740 November 4, 1999 Topics The Cache Coherence Problem Snoopy Protocols.
Bus-Based Multiprocessor
Computer Architecture II 1 Computer architecture II Lecture 9.
Shared Memory Multiprocessors CS 258, Spring 99 David E. Culler Computer Science Division U.C. Berkeley.
CPE 731 Advanced Computer Architecture Snooping Cache Multiprocessors Dr. Gheith Abandah Adapted from the slides of Prof. David Patterson, University of.
EECC756 - Shaaban #1 lec # 10 Spring Multiprocessors Cache Coherence in Bus-Based Shared Memory Multiprocessors Shared Memory Multiprocessors.
Cache Coherence in Bus-Based Shared Memory Multiprocessors
Snooping Cache and Shared-Memory Multiprocessors
1 Shared-memory Architectures Adapted from a lecture by Ian Watson, University of Machester.
Multiprocessor Cache Coherency
Memory Consistency Models Some material borrowed from Sarita Adve’s (UIUC) tutorial on memory consistency models.
Graduate Computer Architecture I Lecture 10: Shared Memory Multiprocessors Young Cho.
©RG:E0243:L2- Parallel Architecture 1 E0-243: Computer Architecture L2 – Parallel Architecture.
CS492B Analysis of Concurrent Programs Coherence Jaehyuk Huh Computer Science, KAIST Part of slides are based on CS:App from CMU.
Presented By:- Prerna Puri M.Tech(C.S.E.) Cache Coherence Protocols MSI & MESI.
Spring EE 437 Lillevik 437s06-l21 University of Portland School of Engineering Advanced Computer Architecture Lecture 21 MSP shared cached MSI protocol.
EECS 252 Graduate Computer Architecture Lec 13 – Snooping Cache and Directory Based Multiprocessors David Patterson Electrical Engineering and Computer.
Ch4. Multiprocessors & Thread-Level Parallelism 2. SMP (Symmetric shared-memory Multiprocessors) ECE468/562 Advanced Computer Architecture Prof. Honggang.
Cache Coherence CSE 661 – Parallel and Vector Architectures
Shared Memory Consistency Models. SMP systems support shared memory abstraction: all processors see the whole memory and can perform memory operations.
CS252 Graduate Computer Architecture Lecture 18 April 4 th, 2011 Memory Consistency Models and Snoopy Bus Protocols Prof John D. Kubiatowicz
0 Shared Address Space Processors Chapter 5 from Culler & Singh February, 2007.
December 1, 2006©2006 Craig Zilles1 Threads and Cache Coherence in Hardware  Previously, we introduced multi-cores. —Today we’ll look at issues related.
Cache Coherence Protocols A. Jantsch / Z. Lu / I. Sander.
1 Memory and Cache Coherence. 2 Shared Memory Multiprocessors Symmetric Multiprocessors (SMPs) Symmetric access to all of main memory from any processor.
Lecture 9 ECE/CSC Spring E. F. Gehringer, based on slides by Yan Solihin1 Lecture 9 Outline  MESI protocol  Dragon update-based protocol.
Cache Coherence for Small-Scale Machines Todd C
1 Lecture 3: Coherence Protocols Topics: consistency models, coherence protocol examples.
Cache Coherence CS433 Spring 2001 Laxmikant Kale.
CS267 Lecture 61 Shared Memory Hardware and Memory Consistency Modified from J. Demmel and K. Yelick
CSC/ECE 506: Architecture of Parallel Computers Bus-Based Coherent Multiprocessors 1 Lecture 12 (Chapter 8) Lecture 12 (Chapter 8)
COSC6385 Advanced Computer Architecture
Cache Coherence in Shared Memory Multiprocessors
Shared Memory Multiprocessors
Cache Coherence: Part 1 Todd C. Mowry CS 740 October 25, 2000
Cache Coherence for Shared Memory Multiprocessors
Lecture 9 Outline MESI protocol Dragon update-based protocol
Example Cache Coherence Problem
Flynn’s Taxonomy Flynn classified by data and control streams in 1966
Prof John D. Kubiatowicz
Protocol Design Space of Snooping Cache Coherent Multiprocessors
Lecture 2: Snooping-Based Coherence
Chip-Multiprocessor.
Cache Coherence in Bus-Based Shared Memory Multiprocessors
Bus-Based Coherent Multiprocessors
Shared Memory Multiprocessors
Shared Memory Multiprocessors
Lecture 24: Multiprocessors
Lecture 8 Outline Memory consistency
CS 258 Parallel Computer Architecture Lecture 16 Snoopy Protocols I
Prof John D. Kubiatowicz
Programming with Shared Memory Specifying parallelism
Prof John D. Kubiatowicz
CSE 486/586 Distributed Systems Cache Coherence
Presentation transcript:

CS 258 Parallel Computer Architecture Lecture 12 Shared Memory Multiprocessors II March 1, 2002 Prof John D. Kubiatowicz

3/1/02 John Kubiatowicz Slide 12.2 Review: Cache Coherence Problem –Processors see different values for u after event 3 –With write back caches, value written back to memory depends on happenstance of which cache flushes or writes back value when »Processes accessing main memory may see very stale value –Unacceptable to programs, and frequent! I/O devices Memory P 1 $$ $ P 2 P 3 5 u = ? 4 u u :5 1 u 2 u 3 u = 7

3/1/02 John Kubiatowicz Slide 12.3 Coherence? Caches are supposed to be transparent What would happen if there were no caches Every memory operation would go “to the memory location” –may have multiple memory banks –all operations on a particular location would be serialized »all would see THE order Interleaving among accesses from different processors –within individual processor => program order –across processors => only constrained by explicit synchronization Processor only observes state of memory system by issuing memory operations!

3/1/02 John Kubiatowicz Slide 12.4 Recall: Write-thru Invalidate I/O devices Memory P 1 $$ $ P 2 P 3 5 u = ? 4 u u :5 1 u 2 u 3 u = 7

3/1/02 John Kubiatowicz Slide 12.5 Architectural Building Blocks Bus Transactions –fundamental system design abstraction –single set of wires connect several devices –bus protocol: arbitration, command/addr, data => Every device observes every transaction Cache block state transition diagram –FSM specifying how disposition of block changes »invalid, valid, dirty

3/1/02 John Kubiatowicz Slide 12.6 Recall: Write-through Invalidate Two states per block in each cache –as in uniprocessor –state of a block is a p-vector of states –Hardware state bits associated with blocks that are in the cache –other blocks can be seen as being in invalid (not-present) state in that cache Writes invalidate all other caches –can have multiple simultaneous readers of block,but write invalidates them I V BusWr / - PrRd/ -- PrWr / BusWr PrRd / BusRd State Tag Data I/O devices Mem P 1 $ $ P n Bus State Tag Data

3/1/02 John Kubiatowicz Slide 12.7 Write-through vs. Write-back Write-through protocol is simple –every write is observable Every write goes on the bus => Only one write can take place at a time in any processor Uses a lot of bandwidth! Example: 200 MHz dual issue, CPI = 1, 15% stores of 8 bytes => 30 M stores per second per processor => 240 MB/s per processor 1GB/s bus can support only about 4 processors without saturating

3/1/02 John Kubiatowicz Slide 12.8 Invalidate vs. Update Basic question of program behavior: –Is a block written by one processor later read by others before it is overwritten? Invalidate. –yes: readers will take a miss –no: multiple writes without addition traffic »also clears out copies that will never be used again Update. –yes: avoids misses on later references –no: multiple useless updates »even to pack rats  Need to look at program reference patterns and hardware complexity  Can we tune this automatically???? but first - correctness

3/1/02 John Kubiatowicz Slide 12.9 Ordering Writes establish a partial order Doesn’t constrain ordering of reads, though bus will order read misses too – any order among reads between writes is fine, as long as in program order

3/1/02 John Kubiatowicz Slide Setup for Mem. Consistency Coherence => Writes to a location become visible to all in the same order But when does a write become visible? How do we establish orders between a write and a read by different procs? – use event synchronization – typically use more than one location!

3/1/02 John Kubiatowicz Slide Example Intuition not guaranteed by coherence expect memory to respect order between accesses to different locations issued by a given process –to preserve orders among accesses to same location by different processes Coherence is not enough! –pertains only to single location P 1 P 2 /*Assume initial value of A and ag is 0*/ A = 1;while (flag == 0); /*spin idly*/ flag = 1;print A; Mem P 1 P n Conceptual Picture

3/1/02 John Kubiatowicz Slide Another Example of Ordering? –What’s the intuition? –Whatever it is, we need an ordering model for clear semantics »across different locations as well »so programmers can reason about what results are possible – This is the memory consistency model P 1 P 2 /*Assume initial values of A and B are 0 */ (1a) A = 1;(2a) print B; (1b) B = 2;(2b) print A;

3/1/02 John Kubiatowicz Slide Memory Consistency Model Specifies constraints on the order in which memory operations (from any process) can appear to execute with respect to one another –What orders are preserved? –Given a load, constrains the possible values returned by it Without it, can’t tell much about an SAS program’s execution Implications for both programmer and system designer –Programmer uses to reason about correctness and possible results –System designer can use to constrain how much accesses can be reordered by compiler or hardware Contract between programmer and system

3/1/02 John Kubiatowicz Slide Sequential Consistency Total order achieved by interleaving accesses from different processes –Maintains program order, and memory operations, from all processes, appear to [issue, execute, complete] atomically w.r.t. others –as if there were no caches, and a single memory “A multiprocessor is sequentially consistent if the result of any execution is the same as if the operations of all the processors were executed in some sequential order, and the operations of each individual processor appear in this sequence in the order specified by its program.” [Lamport, 1979]

3/1/02 John Kubiatowicz Slide What Really is Program Order? Intuitively, order in which operations appear in source code –Straightforward translation of source code to assembly –At most one memory operation per instruction But not the same as order presented to hardware by compiler So which is program order? Depends on which layer, and who’s doing the reasoning We assume order as seen by programmer

3/1/02 John Kubiatowicz Slide SC Example What matters is order in which operations appear to execute, not the chronological order of events Possible outcomes for (A,B): (0,0), (1,0), (1,2) What about (0,2) ? –program order => 1a->1b and 2a->2b –A = 0 implies 2b->1a, which implies 2a->1b –B = 2 implies 1b->2a, which leads to a contradiction What is actual execution 1b->1a->2b->2a ? –appears just like 1a->1b->2a->2b as visible from results –actual execution 1b->2a->2b->1a is not same P 1 P 2 /*Assume initial values of A and B are 0*/ (1a) A = 1;(2a) print B; (1b) B = 2;(2b) print A; A=0 B=2

3/1/02 John Kubiatowicz Slide Implementing SC Two kinds of requirements –Program order »memory operations issued by a process must appear to execute (become visible to others and itself) in program order –Atomicity »in the overall hypothetical total order, one memory operation should appear to complete with respect to all processes before the next one is issued »guarantees that total order is consistent across processes –tricky part is making writes atomic

3/1/02 John Kubiatowicz Slide Sequential Consistency Memory operations from a proc become visible (to itself and others) in program order There exist a total order, consistent with this partial order - i.e., an interleaving –the position at which a write occurs in the hypothetical total order should be the same with respect to all processors How can compilers violate SC? Architectural enhancements?

3/1/02 John Kubiatowicz Slide Happens Before: arrows are time Easily topological sort comes up with sequential ordering Obviously, writes are not instantaneous – What do we do?

3/1/02 John Kubiatowicz Slide Ordering: Scheurich and Dubois Sufficient Conditions –every process issues mem operations in program order –after a write operation is issued, the issuing process waits for the write to complete before issuing next memory operation –after a read is issued, the issuing process waits for the read to complete and for the write whose value is being returned to complete (gloabaly) befor issuing its next operation R W R RR RR RR R RR R R P 0 : P 1 : P 2 : “Instantaneous” Completion point Exclusion Zone

3/1/02 John Kubiatowicz Slide Write-back Caches 2 processor operations –PrRd, PrWr 3 states –invalid, valid (clean), modified (dirty) –ownership: who supplies block 2 bus transactions: –read (BusRd), write-back (BusWB) –only cache-block transfers => treat Valid as “shared” and Modified as “exclusive” => introduce one new bus transaction –read-exclusive: read for purpose of modifying (read-to-own) PrRd/— PrWr/BusRd BusRd/— PrWr/— V M I Replace/BusWB PrW PrRd/BusRd Replace/-

3/1/02 John Kubiatowicz Slide MSI Invalidate Protocol Read obtains block in “shared” –even if only cache copy Obtain exclusive ownership before writing –BusRdx causes others to invalidate (demote) –If M in another cache, will flush –BusRdx even if hit in S »promote to M (upgrade) What about replacement? –S->I, M->I as before

3/1/02 John Kubiatowicz Slide Example: Write-Back Protocol I/O devices Memory u :5 P0P0 P1P1 P4P4 PrRd U US5 BusRd U PrRd U BusRd U US5 PrWr U 7 UM7 BusRdx U PrRd U US7US7 7 BusRd Flush

3/1/02 John Kubiatowicz Slide Correctness When is write miss performed? –How does writer “observe” write? –How is it “made visible” to others? –How do they “observe” the write? When is write hit made visible?

3/1/02 John Kubiatowicz Slide Write Serialization for Coherence Writes that appear on the bus (BusRdX) are ordered by bus –performed in writer’s cache before other transactions, so ordered same w.r.t. all processors (incl. writer) –Read misses also ordered wrt these Write that don’t appear on the bus: –P issues BusRdX B. –further mem operations on B until next transaction are from P »read and write hits »these are in program order –for read or write from another processor »separated by intervening bus transaction Reads hits?

3/1/02 John Kubiatowicz Slide Sequential Consistency Bus imposes total order on bus xactions for all locations Between xactions, procs perform reads/writes (locally) in program order So any execution defines a natural partial order –M j subsequent to M i if »(I) follows in program order on same processor, »(ii) M j generates bus xaction that follows the memory operation for M i In segment between two bus transactions, any interleaving of local program orders leads to consistent total order w/i segment writes observed by proc P serialized as: –Writes from other processors by the previous bus xaction P issued –Writes from P by program order

3/1/02 John Kubiatowicz Slide Sufficient conditions Sufficient Conditions –issued in program order –after write issues, the issuing process waits for the write to complete before issuing next memory operation –after read is issues, the issuing process waits for the read to complete and for the write whose value is being returned to complete (globally) before issuing its next operation Write completion – can detect when write appears on bus Write atomicity: –if a read returns the value of a write, that write has already become visible to all others already

3/1/02 John Kubiatowicz Slide Lower-level Protocol Choices BusRd observed in M state: what transitition to make? –M ----> I –M ----> S –Depends on expectations of access patterns How does memory know whether or not to supply data on BusRd? Problem: Read/Write is 2 bus xactions, even if no sharing »BusRd (I->S) followed by BusRdX or BusUpgr (S->M) »What happens on sequential programs?

3/1/02 John Kubiatowicz Slide MESI (4-state) Invalidation Protocol Add exclusive state –distinguish exclusive (writable) and owned (written) –Main memory is up to date, so cache not necessarily owner –can be written locally States –invalid –exclusive or exclusive-clean (only this cache has copy, but not modified) –shared (two or more caches may have copies) –modified (dirty) I -> E on PrRd if no cache has copy => How can you tell?

3/1/02 John Kubiatowicz Slide Hardware Support for MESI All cache controllers snoop on BusRd Assert ‘shared’ if present (S? E? M?) Issuer chooses between S and E –how does it know when all have voted? I/O devices Memory u :5 P0P0 P1P1 P4P4 shared signal - wired-OR

3/1/02 John Kubiatowicz Slide MESI State Transition Diagram BusRd(S) means shared line asserted on BusRd transaction Flush’: if cache-to- cache xfers –only one cache flushes data MOESI protocol: Owned state: exclusive but memory not valid

3/1/02 John Kubiatowicz Slide Lower-level Protocol Choices Who supplies data on miss when not in M state: memory or cache? –Original, lllinois MESI: cache, since assumed faster than memory –Not true in modern systems »Intervening in another cache more expensive than getting from memory Cache-to-cache sharing adds complexity –How does memory know it should supply data (must wait for caches) –Selection algorithm if multiple caches have valid data Valuable for cache-coherent machines with distributed memory –May be cheaper to obtain from nearby cache than distant memory, Especially when constructed out of SMP nodes (Stanford DASH)

3/1/02 John Kubiatowicz Slide Update Protocols If data is to be communicated between processors, invalidate protocols seem inefficient consider shared flag –p0 waits for it to be zero, then does work and sets it one –p1 waits for it to be one, then does work and sets it zero how many transactions?

3/1/02 John Kubiatowicz Slide Dragon Write-back Update Protocol 4 states –Exclusive-clean or exclusive (E): I and memory have it –Shared clean (Sc): I, others, and maybe memory, but I’m not owner –Shared modified (Sm): I and others but not memory, and I’m the owner »Sm and Sc can coexist in different caches, with only one Sm –Modified or dirty (D): I and, noone else No invalid state –If in cache, cannot be invalid –If not present in cache, view as being in not-present or invalid state New processor events: PrRdMiss, PrWrMiss –Introduced to specify actions when block not present in cache New bus transaction: BusUpd –Broadcasts single word written on bus; updates other relevant caches

3/1/02 John Kubiatowicz Slide Dragon State Transition Diagram E Sc Sm M PrWr/— PrRd/— PrRdMiss/BusRd(S) PrWr/— PrWrMiss/(BusRd(S); BusUpd) PrWrMiss/BusRd(S) PrWr/BusUpd(S) PrWr/BusUpd(S) BusRd/— BusRd/Flush PrRd/— BusUpd/Update BusRd/Flush PrWr/BusUpd(S) PrWr/BusUpd(S)

3/1/02 John Kubiatowicz Slide Lower-level Protocol Choices Can shared-modified state be eliminated? –If update memory as well on BusUpd transactions (DEC Firefly) –Dragon protocol doesn’t (assumes DRAM memory slow to update) Should replacement of an Sc block be broadcast? –Would allow last copy to go to E state and not generate updates –Replacement bus transaction is not in critical path, later update may be Can local copy be updated on write hit before controller gets bus? –Can mess up serialization Coherence, consistency considerations much like write-through case

3/1/02 John Kubiatowicz Slide Summary Shared-memory machine –All communication is implicit, through loads and stores –Parallelism introduces a bunch of overheads over uniprocessor Memory Coherence: –Writes to a given location eventually propagated –Writes to a given location seen in same order by everyone Memory Consistency: –Constraints on ordering between processors and locations Sequential Consistency: –For every parallel execution, there exists a serial interleaving