1  1998 Morgan Kaufmann Publishers Chapter Seven Large and Fast: Exploiting Memory Hierarchy.

Slides:



Advertisements
Similar presentations
Lecture 8: Memory Hierarchy Cache Performance Kai Bu
Advertisements

Computation I pg 1 Embedded Computer Architecture Memory Hierarchy: Cache Recap Course 5KK73 Henk Corporaal November 2014
11/8/2005Comp 120 Fall November 9 classes to go! Read Section 7.5 especially important!
The Memory Hierarchy CPSC 321 Andreas Klappenecker.
1 Lecture 20 – Caching and Virtual Memory  2004 Morgan Kaufmann Publishers Lecture 20 Caches and Virtual Memory.
1  1998 Morgan Kaufmann Publishers Chapter Seven Large and Fast: Exploiting Memory Hierarchy.
Review CPSC 321 Andreas Klappenecker Announcements Tuesday, November 30, midterm exam.
1 Chapter Seven Large and Fast: Exploiting Memory Hierarchy.
1 COMP 206: Computer Architecture and Implementation Montek Singh Mon, Oct 31, 2005 Topic: Memory Hierarchy Design (HP3 Ch. 5) (Caches, Main Memory and.
Chapter 7 Large and Fast: Exploiting Memory Hierarchy Bo Cheng.
1 COMP 206: Computer Architecture and Implementation Montek Singh Mon., Nov. 3, 2003 Topic: Memory Hierarchy Design (HP3 Ch. 5) (Caches, Main Memory and.
The Memory Hierarchy II CPSC 321 Andreas Klappenecker.
Caching I Andreas Klappenecker CPSC321 Computer Architecture.
1  1998 Morgan Kaufmann Publishers Chapter Seven Large and Fast: Exploiting Memory Hierarchy.
331 Lec20.1Spring :332:331 Computer Architecture and Assembly Language Spring 2005 Week 13 Basics of Cache [Adapted from Dave Patterson’s UCB CS152.
1  1998 Morgan Kaufmann Publishers Chapter Seven.
Review: The Memory Hierarchy
1  2004 Morgan Kaufmann Publishers Chapter Seven.
1 SRAM: –value is stored on a pair of inverting gates –very fast but takes up more space than DRAM (4 to 6 transistors) DRAM: –value is stored as a charge.
Processor Design 5Z032 Memory Hierarchy Chapter 7 Henk Corporaal Eindhoven University of Technology 2009.
1 CSE SUNY New Paltz Chapter Seven Exploiting Memory Hierarchy.
Computer ArchitectureFall 2007 © November 12th, 2007 Majd F. Sakr CS-447– Computer Architecture.
Lecture 33: Chapter 5 Today’s topic –Cache Replacement Algorithms –Multi-level Caches –Virtual Memories 1.
Computing Systems Memory Hierarchy.
Memory Hierarchy and Cache Design The following sources are used for preparing these slides: Lecture 14 from the course Computer architecture ECE 201 by.
Computer Organization and Architecture (AT70.01) Comp. Sc. and Inf. Mgmt. Asian Institute of Technology Instructor: Dr. Sumanta Guha Slide Sources: Patterson.
CMPE 421 Parallel Computer Architecture
EECS 318 CAD Computer Aided Design LECTURE 10: Improving Memory Access: Direct and Spatial caches Instructor: Francis G. Wolff Case.
Memory/Storage Architecture Lab Computer Architecture Memory Hierarchy.
Lecture 10 Memory Hierarchy and Cache Design Computer Architecture COE 501.
10/18: Lecture topics Memory Hierarchy –Why it works: Locality –Levels in the hierarchy Cache access –Mapping strategies Cache performance Replacement.
CS1104 – Computer Organization PART 2: Computer Architecture Lecture 10 Memory Hierarchy.
CPE432 Chapter 5A.1Dr. W. Abu-Sufah, UJ Chapter 5A: Exploiting the Memory Hierarchy, Part 2 Adapted from Slides by Prof. Mary Jane Irwin, Penn State University.
Caches Where is a block placed in a cache? –Three possible answers  three different types AnywhereFully associativeOnly into one block Direct mappedInto.
The Goal: illusion of large, fast, cheap memory Fact: Large memories are slow, fast memories are small How do we create a memory that is large, cheap and.
Lecture 08: Memory Hierarchy Cache Performance Kai Bu
1 Chapter Seven. 2 Users want large and fast memories! SRAM access times are ns at cost of $100 to $250 per Mbyte. DRAM access times are ns.
Nov. 15, 2000Systems Architecture II1 Machine Organization (CS 570) Lecture 8: Memory Hierarchy Design * Jeremy R. Johnson Wed. Nov. 15, 2000 *This lecture.
DECStation 3100 Block Instruction Data Effective Program Size Miss Rate Miss Rate Miss Rate 1 6.1% 2.1% 5.4% 4 2.0% 1.7% 1.9% 1 1.2% 1.3% 1.2% 4 0.3%
CS.305 Computer Architecture Memory: Caches Adapted from Computer Organization and Design, Patterson & Hennessy, © 2005, and from slides kindly made available.
Review °We would like to have the capacity of disk at the speed of the processor: unfortunately this is not feasible. °So we create a memory hierarchy:
1 Chapter Seven CACHE MEMORY AND VIRTUAL MEMORY. 2 SRAM: –value is stored on a pair of inverting gates –very fast but takes up more space than DRAM (4.
1  2004 Morgan Kaufmann Publishers Chapter Seven Memory Hierarchy-3 by Patterson.
Memory Hierarchy How to improve memory access. Outline Locality Structure of memory hierarchy Cache Virtual memory.
1 Chapter Seven. 2 Users want large and fast memories! SRAM access times are ns at cost of $100 to $250 per Mbyte. DRAM access times are ns.
1  1998 Morgan Kaufmann Publishers Chapter Seven.
1  2004 Morgan Kaufmann Publishers Locality A principle that makes having a memory hierarchy a good idea If an item is referenced, temporal locality:
Improving Memory Access 2/3 The Cache and Virtual Memory
Caches 1 Computer Organization II © McQuain Memory Technology Static RAM (SRAM) – 0.5ns – 2.5ns, $2000 – $5000 per GB Dynamic RAM (DRAM)
1 Appendix C. Review of Memory Hierarchy Introduction Cache ABCs Cache Performance Write policy Virtual Memory and TLB.
The Memory Hierarchy (Lectures #17 - #20) ECE 445 – Computer Organization The slides included herein were taken from the materials accompanying Computer.
Chapter 5 Large and Fast: Exploiting Memory Hierarchy.
1 Chapter Seven. 2 SRAM: –value is stored on a pair of inverting gates –very fast but takes up more space than DRAM (4 to 6 transistors) DRAM: –value.
1 ECE3055 Computer Architecture and Operating Systems Lecture 8 Memory Subsystem Prof. Hsien-Hsin Sean Lee School of Electrical and Computer Engineering.
COSC3330 Computer Architecture
Address – 32 bits WRITE Write Cache Write Main Byte Offset Tag Index Valid Tag Data 16K entries 16.
Memory COMPUTER ARCHITECTURE
The Goal: illusion of large, fast, cheap memory
Improving Memory Access 1/3 The Cache and Virtual Memory
Cache Memory Presentation I
Morgan Kaufmann Publishers Memory & Cache
Morgan Kaufmann Publishers
Systems Architecture II
Morgan Kaufmann Publishers
Morgan Kaufmann Publishers Memory Hierarchy: Cache Basics
EE108B Review Session #6 Daxia Ge Friday February 23rd, 2007
Chapter Five Large and Fast: Exploiting Memory Hierarchy
Cache - Optimization.
Memory & Cache.
Presentation transcript:

1  1998 Morgan Kaufmann Publishers Chapter Seven Large and Fast: Exploiting Memory Hierarchy

2  1998 Morgan Kaufmann Publishers SRAM: –value is stored on a pair of inverting gates –very fast but takes up more space than DRAM (4 to 6 transistors) DRAM: –value is stored as a charge on capacitor (must be refreshed) –very small but slower than SRAM (factor of 5 to 10) Memories: Review

3  1998 Morgan Kaufmann Publishers Users want large and fast memories! SRAM access times are 0.5-5nsns at cost of $4,000 to $10,000 per GB. DRAM access times are 50-70ns at cost of $100 to $200 per GB. Disk access times are 5 to 20 million ns at cost of $.5 to $2 per GB. Try and give it to them anyway –build a memory hierarchy Exploiting Memory Hierarchy 2004 CPU Level n Level 2 Level 1 Levels in the memory hierarchy Increasing distance from the CPU in access time Size of the memory at each level

4  1998 Morgan Kaufmann Publishers Locality A principle that makes having a memory hierarchy a good idea If an item is referenced, temporal locality: it will tend to be referenced again soon spatial locality: nearby items will tend to be referenced soon. Why does code have locality? Our initial focus: two levels (upper, lower) –block: minimum unit of data –hit: data requested is in the upper level –miss: data requested is not in the upper level

5  1998 Morgan Kaufmann Publishers Two issues: –How do we know if a data item is in the cache? –If it is, how do we find it? Our first example: – block size is one word of data – "direct mapped" For each item of data at the lower level, there is exactly one location in the cache where it might be. e.g., lots of items at the lower level share locations in the upper level Cache

6  1998 Morgan Kaufmann Publishers Mapping: address is modulo the number of blocks in the cache Direct Mapped Cache

7  1998 Morgan Kaufmann Publishers Example Memory: 32 words ==> 5 bits Cache: 8 words ==> 3 bits 00001, 01001, 10001, in memory maps to cache 001 (use the lower log2(8) bits, equivalent to mod 8) Similarly, 00101, 01101, 10101, maps to cache 101

8  1998 Morgan Kaufmann Publishers Tags The mapping from memory location to cache location is straightforward (many-to-one mapping), but how about the other way around (one-to-many mapping)? In other words, how do we know whether the data in the cache corresponds to a requested word? Need to add a set of tags to the cache. These tags contain the address information required to identify whether a hit occurs. Tags contain the information we throw away in the many-to-one mapping, i.e., the upper portion of the address. For example, we need 2-bit tags in Figure 7.5. Also need an additional bit, called the valid bit, to indicate whether a cache block has valid information. (cache is empty at start up) Figure 7.6 illustrates the contents of an 8-word direct-mapped cache as it responds to a series of requests from the processor.

9  1998 Morgan Kaufmann Publishers For MIPS: What kind of locality are we taking advantage of? Direct Mapped Cache Address (showing bit positions) Byte offset ValidTagDataIndex Tag Index HitData

10  1998 Morgan Kaufmann Publishers Cache Size Each unit: Block size + tag size + valid field size Assuming 32-bit byte address, a direct-mapped cache of size 2^n words with one-word (4-byte) block will require: 2^n x ( 32 + (32 - n - 2) + 1) = 2^n x (63-n) Example: How many total bits are required for a direct-mapped cache with 64KB of data and one-word blocks, assuming 32-bit address? Solution: 64 KB = 16 K words = 2^14 words = 2^14 blocks Each block has 32 bits of data plus a tag, which is bits, plus a valid bit. Total cache size = 2^14 x (32 +( ) +1 ) = 2^14x 49 = 784x 2^10 = 784 Kbits = 96 KB.

11  1998 Morgan Kaufmann Publishers Read hits –this is what we want! Read misses –stall the CPU, fetch block from memory, deliver to cache, restart –different from pipelining since we must continue executing some instructions while stalling others there. Write hits: –can replace data in cache and memory (write-through) –write the data to the cache and the write buffer (write-buffer) –write the data only into the cache (write-back the cache later) Write misses: –read the entire block into the cache, then write the word Hits vs. Misses

12  1998 Morgan Kaufmann Publishers Dealing with instruction cache miss Send the original PC value ( current PC -4 ) to the memory Instruct the main memory to perform a read and wait for the memory to complete its access. Write the cache entry. Restart the instruction execution at the first step, which will refetch the instruction, this time finding it in the cache. What about data cache miss?

13  1998 Morgan Kaufmann Publishers DECStation 3100 Cache One instruction cache, one data cache Each cache 64 KB, or 16K words, with a one-word block Use write-through scheme, writing the data into both the memory and the cache. Address (showing bit positions) 1614 Byte offset ValidTagData HitData K entries 16 bits32 bits

14  1998 Morgan Kaufmann Publishers Taking advantage of spatial locality: Cache block = (Block address) mod (Number of Cache Blocks) Direct Mapped Cache (Multiple Words Per Block)

15  1998 Morgan Kaufmann Publishers Mapping an Address to a Multiword Cache Block Consider a cache with 64 blocks and a block size of 16 bytes. What block number does byte address 1200 map to? ANS: Address of the block is given by: Byte Address/ Bytes per block = floor (1200/16) = 75 The block is given by: (Block address) modulo (Number of cache blocks) = 75 mod 64 = 11

16  1998 Morgan Kaufmann Publishers A 64-KB Cache using 4-word blocks

17  1998 Morgan Kaufmann Publishers Miss Rate versus Block Size 1 KB 8 KB 16 KB 64 KB 256 KB % 35% 30% 25% 20% 15% 10% 5% 0% M i s s r a t e Block size (bytes)

18  1998 Morgan Kaufmann Publishers Make reading multiple words easier by using banks of memory It can get a lot more complicated... Hardware Issues

19  1998 Morgan Kaufmann Publishers Increasing the block size tends to decrease miss rate: Use split caches because there is more spatial locality in code: Performance 1 KB 8 KB 16 KB 64 KB 256 KB % 35% 30% 25% 20% 15% 10% 5% 0% M i s s r a t e Block size (bytes)

20  1998 Morgan Kaufmann Publishers Performance Simplified model: execution time = (execution cycles + stall cycles) x cycle time stall cycles = # of instructions x miss ratio x miss penalty Two ways of improving performance: –decreasing the miss ratio –decreasing the miss penalty What happens if we increase block size?

21  1998 Morgan Kaufmann Publishers Calculating Cache Performance Assume an instruction cache miss rate for a program is 2% and the data cache miss rate is 4%. If a machine has a CPI of 2 without any memory stalls and the miss penalty is 100 cycles for all misses, determined how much faster a machine would run with a perfect cache that never missed. (Use instruction frequencies for SPECint2000 from Fig. 3.26, p228)

22  1998 Morgan Kaufmann Publishers Cache Performance with Increased Clock Rate Relative cache penalties increase as machine becomes faster!

23  1998 Morgan Kaufmann Publishers Direct-mapped vs Fully-Associative Scheme In a direct-mapped scheme, there is a direct mapping from any block address in memory to a single location in the upper level of the hierarchy. There exist other possibilities. For example, a block can be placed in any location in the cache. This is called the fully associative scheme. In a fully associative scheme, we need to search all in entries in the cache to find a given block. Additional hardware (comparator) is required. Thus fully associative scheme is practical only for caches with small number of blocks. Between direct-mapped and fully-associative is the set-associative scheme.

24  1998 Morgan Kaufmann Publishers Set-Associative Scheme In a set-associative cache, there are a fixed number of locations (at least 2) where each block can be placed. A set-associative cache with n locations for a block is called an n- way associative cache. An n-way associative cache consists of a number of sets, each of which consists of n blocks. The set containing the memory block: (Block number) modulo (Number of sets in the cache) We then need to perform a search to find the block in the set.

25  1998 Morgan Kaufmann Publishers Location of Memory Block -- Example Given a memory block whose address is 12:

26  1998 Morgan Kaufmann Publishers Decreasing miss ratio with associativity Note, however, that hit time is increased with increasing degree of associativity.

27  1998 Morgan Kaufmann Publishers Locating a Block in the Cache Each block in a set-associative cache includes an address tag that gives the block address. The index value is used to select the set containing the address of interest. Block offset is the address of the desired data within the block. What is the value of block offset in a direct-mapped cache? TagIndexBlock Offset

28  1998 Morgan Kaufmann Publishers Size of Tags vs. Set Associativity If the total cache size is kept the same, increasing the number of associativity increases the number of blocks per set, which is the number of parallel comparison required. Each increase by a factor of two in associativity doubles the number of blocks per set and halves the number of sets. Thus each increase by a factor of two in associativity decreases the size of the index by 1 and increases the size of the tag by 1.

29  1998 Morgan Kaufmann Publishers An implementation (4-Way Associativity)

30  1998 Morgan Kaufmann Publishers Example Assume a cache of 4K blocks, a four-word block size and a 32 bit address 16 byes per block  a 32-bit address yields 32-4=28 bits for index and tag. 4K = 2^12 For a direct-mapped scheme, we need (28-12) bits for a tag. Total # of tags = 4K. Thus total number of tag bits = 16x4K = 64Kbits. For a 2-way associative scheme, we need (28- 11) bits for a tag. Total # of tags = 2 x 2K = 4K, thus total number of tag bits = (28- 11)x4K = 68 Kbits. For a 4-way associative scheme, we need (28- 10) bits for a tag. Total # of tags = 4 x 1K = 4K, thus total number of tag bits = (28-10)x4K = 72 Kbits. For a fully associative scheme, we need 28 bits for a tag. Total # of tags = 4K x 1 = 4K, thus total number of tag bits = 28x4K = 112 Kbits. The choice among direct-mapped, set-associative or fully associative mapping depends on the cost of a miss versus the cost of implementing associativity, both in time and in extra hardware.

31  1998 Morgan Kaufmann Publishers Choosing Which Block to Replace In an associative cache, we have a choice of where to place the requested block, an hence a choice of which block to replace when a miss occurs. The most commonly used scheme is least recently used (LRU). The block replaced is the one that has been unused for the longest time. Again, extra hardware is needed to keep track of the usage.

32  1998 Morgan Kaufmann Publishers Performance

33  1998 Morgan Kaufmann Publishers Decreasing miss penalty with multilevel caches Add a second level cache: –often primary cache is on the same chip as the processor –use SRAMs to add another cache above primary memory (DRAM) –miss penalty goes down if data is in 2nd level cache Example: –CPI of 1.0 on a 5GHz machine with a 2% miss rate, 100ns DRAM access –Adding 2nd level cache with 5ns access time decreases miss rate to 0.5% Using multilevel caches: –try and optimize the hit time on the 1st level cache –try and optimize the miss rate on the 2nd level cache