Download presentation
Presentation is loading. Please wait.
Published byValentine Nicholas Hopkins Modified over 6 years ago
1
ECE/CS 757: Advanced Computer Architecture II
Instructor:Mikko H Lipasti Spring 2017 University of Wisconsin-Madison Lecture notes based on slides created by John Shen, Mark Hill, David Wood, Guri Sohi, and Jim Smith, Natalie Enright Jerger, and probably others
2
Midterm 1 Review Introductory material
Cores, multithreading, multicore Multiprocessor software Memory systems & coherence Consistency © Lipasti
3
Introduction Thread-level parallelism Multiprocessor Systems
Cache Coherence Basics Snoopy Scalable Flynn Taxonomy (SISD/SIMD/MIMD) UMA vs. NUMA © Lipasti
4
Introduction - Readings
Skim Smith beta ch 1 Gem5 Sutter&Larus 21st Century white paper © Lipasti
5
Cores (Review of 752) Iron law Beyond pipelining
Superscalar challenges Instruction flow Register data flow Memory Dataflow Modern memory interface What was not covered Virtual memory Power Many implementation/design details © Lipasti
6
Multithreading Historical Multi-threaded Cores
6600, HEP In-Order Multi-threaded Cores Out-of-Order Multi-threaded Cores Resource Sharing Thread Scheduling Case Studies Intel Pentium 4 © Lipasti
7
Multicore Summary Objective: Design Issues Case studies
resource sharing Design Issues Where to connect Shared vs private caches Coherence L1, L2 protocols, policies Interconnect Bus, crossbar, ring, mesh Case studies © Lipasti
8
Cores/Multithreading/Multicore - Readings
Skim Smith ch. 3 Olukuton CMP Kumar Heterogeneous CMP © Lipasti
9
MP Software Important Multiprocessor Interfaces Programming Models
API ABI ISA Programming Models Major Abstractions Processes & threads Communication Synchronization Shared Memory API description Implementation at ABI, ISA levels ISA support Message Passing (cursory coverage only) © Lipasti
10
MP Software - Readings Skim Smith Ch. 2 Scott synthesis lecture
Hillis & Steele © Lipasti
11
Memory Systems & Cache Coherence
DRAM & memory controllers Memory hierarchy review Coherence States Snoopy bus-based Invalidate Protocols Invalidate protocol optimizations Update Protocols (brief) Directory protocols Implementation issues © Lipasti
12
Coherence Readings Skim Smith Ch. 4
Synthesis lecture on coherence & consistency Conway et al. (Opteron) © Lipasti
13
Consistency Models UNDERSTANDING CONSISTENCY MODELS
Atomicity Program Ordering Visibility/Causality POPULAR CONSISTENCY MODELS Sequential Consistency IBM/370 Processor Consistency SPARC TSO/PSO/RMO Weak Ordering PowerPC Weak Consistency VISIBILITY MEMORY REFERENCE REORDERING IMPLEMENTATION ISSUES © Lipasti
14
Consistency - Readings
Synthesis lecture on coherence & consistency Hill: position paper on simple models © Lipasti
15
Midterm 1 Review Introductory material Multiprocessor software
Cores and multithreading Multicore Coherence Consistency © Lipasti
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.