Chapter 5. Memory Technology

Similar documents
CSE 2021: Computer Organization

CSE 2021: Computer Organization

Computer Systems Laboratory Sungkyunkwan University

Memory Technology. Caches 1. Static RAM (SRAM) Dynamic RAM (DRAM) Magnetic disk. Ideal memory. 0.5ns 2.5ns, $2000 $5000 per GB

Caches. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

V. Primary & Secondary Memory!

Computer Organization and Structure. Bing-Yu Chen National Taiwan University

The Memory Hierarchy Cache, Main Memory, and Virtual Memory

5. Memory Hierarchy Computer Architecture COMP SCI 2GA3 / SFWR ENG 2GA3. Emil Sekerinski, McMaster University, Fall Term 2015/16

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Chapter 5A. Large and Fast: Exploiting Memory Hierarchy

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Memory. Principle of Locality. It is impossible to have memory that is both. We create an illusion for the programmer. Employ memory hierarchy

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Memory Hierarchy. ENG3380 Computer Organization and Architecture Cache Memory Part II. Topics. References. Memory Hierarchy

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. 5 th. Edition. Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Memory Technology. Chapter 5. Principle of Locality. Chapter 5 Large and Fast: Exploiting Memory Hierarchy 1

LECTURE 4: LARGE AND FAST: EXPLOITING MEMORY HIERARCHY

Computer Architecture Computer Science & Engineering. Chapter 5. Memory Hierachy BK TP.HCM

ECE331: Hardware Organization and Design

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

COMPUTER ORGANIZATION AND DESIGN

Memory Hierarchy. Reading. Sections 5.1, 5.2, 5.3, 5.4, 5.8 (some elements), 5.9 (2) Lecture notes from MKP, H. H. Lee and S.

Computer Architecture Review. Jo, Heeseung

CS/ECE 3330 Computer Architecture. Chapter 5 Memory

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

ECE232: Hardware Organization and Design

Advanced Memory Organizations

EN1640: Design of Computing Systems Topic 06: Memory System

Memory Hierarchies. Instructor: Dmitri A. Gusev. Fall Lecture 10, October 8, CS 502: Computers and Communications Technology

Memory Hierarchy Y. K. Malaiya

EN1640: Design of Computing Systems Topic 06: Memory System

Module Outline. CPU Memory interaction Organization of memory modules Cache memory Mapping and replacement policies.

Donn Morrison Department of Computer Science. TDT4255 Memory hierarchies

ECE260: Fundamentals of Computer Engineering

Chapter 5 Large and Fast: Exploiting Memory Hierarchy (Part 1)

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface 5 th Edition. Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Chapter 5. Large and Fast: Exploiting Memory Hierarchy. Jiang Jiang

Lecture 12: Memory hierarchy & caches

Locality. Cache. Direct Mapped Cache. Direct Mapped Cache

The Memory Hierarchy. Cache, Main Memory, and Virtual Memory (Part 2)

Chapter Seven. Memories: Review. Exploiting Memory Hierarchy CACHE MEMORY AND VIRTUAL MEMORY

Basic Memory Hierarchy Principles. Appendix C (Not all will be covered by the lecture; studying the textbook is recommended!)

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface

Registers. Instruction Memory A L U. Data Memory C O N T R O L M U X A D D A D D. Sh L 2 M U X. Sign Ext M U X ALU CTL INSTRUCTION FETCH

CSF Cache Introduction. [Adapted from Computer Organization and Design, Patterson & Hennessy, 2005]

COMPUTER ORGANIZATION AND DESIGN

Chapter 7: Large and Fast: Exploiting Memory Hierarchy

14:332:331. Week 13 Basics of Cache

EEC 170 Computer Architecture Fall Cache Introduction Review. Review: The Memory Hierarchy. The Memory Hierarchy: Why Does it Work?

COMPUTER ORGANIZATION AND DESIGN ARM

Caches. Hiding Memory Access Times

Cycle Time for Non-pipelined & Pipelined processors

LECTURE 10: Improving Memory Access: Direct and Spatial caches

CS161 Design and Architecture of Computer Systems. Cache $$$$$

Memory Hierarchy. Memory Flavors Principle of Locality Program Traces Memory Hierarchies Associativity. (Study Chapter 5)

CSCI 402: Computer Architectures. Fengguang Song Department of Computer & Information Science IUPUI. Recall

Cache Optimization. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

LECTURE 11. Memory Hierarchy

Memory Hierarchy: Caches, Virtual Memory

CS 61C: Great Ideas in Computer Architecture. Direct Mapped Caches

Lecture 11: Memory Systems -- Cache Organiza9on and Performance CSE 564 Computer Architecture Summer 2017

Memory Hierarchy Computing Systems & Performance MSc Informatics Eng. Memory Hierarchy (most slides are borrowed)

Chapter Seven. Large & Fast: Exploring Memory Hierarchy

Introduction to OpenMP. Lecture 10: Caches

Memory Hierarchy Computing Systems & Performance MSc Informatics Eng. Memory Hierarchy (most slides are borrowed)

14:332:331. Week 13 Basics of Cache

ECE232: Hardware Organization and Design

Chapter 6 Objectives

Cache Memory - II. Some of the slides are adopted from David Patterson (UCB)

CS356: Discussion #9 Memory Hierarchy and Caches. Marco Paolieri Illustrations from CS:APP3e textbook

Module 1: Basics and Background Lecture 4: Memory and Disk Accesses. The Lecture Contains: Memory organisation. Memory hierarchy. Disks.

Cray XE6 Performance Workshop

Lecture-14 (Memory Hierarchy) CS422-Spring

The Memory Hierarchy & Cache Review of Memory Hierarchy & Cache Basics (from 350):

Lecture 9 Pipeline and Cache

Memory hierarchy and cache

Textbook: Burdea and Coiffet, Virtual Reality Technology, 2 nd Edition, Wiley, Textbook web site:

CSE 431 Computer Architecture Fall Chapter 5A: Exploiting the Memory Hierarchy, Part 1

CENG 3420 Computer Organization and Design. Lecture 08: Cache Review. Bei Yu

Chapter 7-1. Large and Fast: Exploiting Memory Hierarchy (part I: cache) 臺大電機系吳安宇教授. V1 11/24/2004 V2 12/01/2004 V3 12/08/2004 (minor)

The Memory Hierarchy. Silvina Hanono Wachman Computer Science & Artificial Intelligence Lab M.I.T.

Review: Performance Latency vs. Throughput. Time (seconds/program) is performance measure Instructions Clock cycles Seconds.

Chapter Seven. SRAM: value is stored on a pair of inverting gates very fast but takes up more space than DRAM (4 to 6 transistors)

Review: Computer Organization

Memory Hierarchy Design (Appendix B and Chapter 2)

A Cache Hierarchy in a Computer System

ECE 2300 Digital Logic & Computer Organization. Caches

Transistor: Digital Building Blocks

The Memory Hierarchy. Daniel Sanchez Computer Science & Artificial Intelligence Lab M.I.T. April 3, 2018 L13-1

Chapter 7 Large and Fast: Exploiting Memory Hierarchy. Memory Hierarchy. Locality. Memories: Review

Fundamentals of Computer Systems

EN2910A: Advanced Computer Architecture Topic 02: Review of classical concepts

Memory Hierarchy Motivation, Definitions, Four Questions about Memory Hierarchy

COEN-4730 Computer Architecture Lecture 3 Review of Caches and Virtual Memory

Trying to design a simple yet efficient L1 cache. Jean-François Nguyen

The University of Adelaide, School of Computer Science 13 September 2018

Administrivia. Expect new HW out today (functions in assembly!)

Transcription:

Chapter 5 Large and Fast: Exploiting Memory Hierarchy Memory Technology Static RAM (SRAM) 0.5ns 2.5ns, $2000 $5000 per GB Dynamic RAM (DRAM) 50ns 70ns, $20 $75 per GB Magnetic disk 5ms 20ms, $0.20 $2 per GB Ideal memory Access time of SRAM Capacity and cost/gb of disk 5.1 Introduction Chapter 5 Large and Fast: Exploiting Memory Hierarchy 2 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 1

Principle of Locality Programs access a small proportion of their address space at any time Temporal locality Items accessed recently are likely to be accessed again soon e.g., instructions in a loop, induction variables Spatial locality Items near those accessed recently are likely to be accessed soon E.g., sequential instruction access, array data Chapter 5 Large and Fast: Exploiting Memory Hierarchy 3 Taking Advantage of Locality Memory hierarchy Store everything on disk Copy recently accessed (and nearby) items from disk to smaller DRAM memory Main memory Copy more recently accessed (and nearby) items from DRAM to smaller SRAM memory Cache memory attached to CPU Chapter 5 Large and Fast: Exploiting Memory Hierarchy 4 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 2

Memory Hierarchy Levels Block (aka line): unit of copying May be multiple words If accessed data is present in upper level Hit: access satisfied by upper level Hit ratio: hits/accesses If accessed data is absent Miss: block copied from lower level Time taken: miss penalty Miss ratio: misses/accesses = 1 hit ratio Then accessed data supplied from upper level Chapter 5 Large and Fast: Exploiting Memory Hierarchy 5 Cache Memory Cache memory The level of the memory hierarchy closest to the CPU 5.2 The Basics of Caches Given accesses X 1,, X n 1, X n How do we know if the data is present? Where do we look? Chapter 5 Large and Fast: Exploiting Memory Hierarchy 6 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 3

Direct Mapped Cache Location determined by address Direct mapped: only one choice (Block address) modulo (#Blocks in cache) #Blocks is a power of 2 Use low-order address bits Chapter 5 Large and Fast: Exploiting Memory Hierarchy 7 Tags and Valid Bits How do we know which particular block is stored in a cache location? Store block address as well as the data Actually, only need the high-order bits Called the tag What if there is no data in a location? Valid bit: 1 = present, 0 = not present Initially 0 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 8 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 4

8-blocks, 1 word/block, direct mapped Initial state 000 N 010 N 011 N 110 N Chapter 5 Large and Fast: Exploiting Memory Hierarchy 9 22 10 110 Miss 110 000 N 010 N 011 N Chapter 5 Large and Fast: Exploiting Memory Hierarchy 10 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 5

26 11 010 Miss 010 000 N 010 Y 11 Mem[11010] 011 N Chapter 5 Large and Fast: Exploiting Memory Hierarchy 11 22 10 110 Hit 110 26 11 010 Hit 010 000 N 010 Y 11 Mem[11010] 011 N Chapter 5 Large and Fast: Exploiting Memory Hierarchy 12 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 6

16 10 000 Miss 000 3 00 011 Miss 011 16 10 000 Hit 000 000 Y 10 Mem[10000] 010 Y 11 Mem[11010] 011 Y 00 Mem[00011] Chapter 5 Large and Fast: Exploiting Memory Hierarchy 13 18 10 010 Miss 010 000 Y 10 Mem[10000] 010 Y 10 Mem[10010] 011 Y 00 Mem[00011] Chapter 5 Large and Fast: Exploiting Memory Hierarchy 14 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 7

Address Subdivision Chapter 5 Large and Fast: Exploiting Memory Hierarchy 15 Example: Larger Block Size 64 blocks, 16 bytes/block To what block number does address 1200 map? Block address = 1200/16 = 75 Block number = 75 modulo 64 = 11 31 10 9 4 3 0 Tag Index Offset 22 bits 6 bits 4 bits Chapter 5 Large and Fast: Exploiting Memory Hierarchy 16 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 8

Block Size Considerations Larger blocks should reduce miss rate Due to spatial locality But in a fixed-sized cache Larger blocks fewer of them More competition increased miss rate Larger blocks pollution Larger miss penalty Can override benefit of reduced miss rate Early restart and critical-word-first can help Chapter 5 Large and Fast: Exploiting Memory Hierarchy 17 Cache Misses On cache hit, CPU proceeds normally On cache miss Stall the CPU pipeline Fetch block from next level of hierarchy Instruction cache miss Restart instruction fetch Data cache miss Complete data access Chapter 5 Large and Fast: Exploiting Memory Hierarchy 18 Chapter 5 Large and Fast: Exploiting Memory Hierarchy 9