Skip to main content
SHARE
Publication

WriteSmoothing: Improving Lifetime of Non-volatile Caches Using Intra-set Wear-leveling...

by Sparsh Mittal, Jeffrey S Vetter, Dong Li
Publication Type
Conference Paper
Publication Date
Page Numbers
139 to 144
Conference Name
ACM Great Lakes Symposium on VLSI
Conference Location
Houston, Texas, United States of America
Conference Sponsor
ACM
Conference Date
-

Driven by the trends of increasing core-count and bandwidth-wall problem, the size of last level caches (LLCs) has greatly increased. Since SRAM consumes high leakage power, researchers have explored use of non-volatile memories (NVMs) for designing caches as they provide high density and consume low leakage power. However, since NVMs have low write-endurance and the existing cache management policies are write variation-unaware, effective wear-leveling techniques are required for achieving reasonable cache lifetimes using NVMs. We present WriteSmoothing, a technique for mitigating intra-set write variation in NVM caches. WriteSmoothing logically divides the cache-sets into multiple modules. For each module, WriteSmoothing collectively records number of writes in each way for any of the sets. It then periodically makes most frequently written ways in a module unavailable to shift the write-pressure to other ways in the sets of the module. Extensive simulation results have shown that on average, for single and dual-core system configurations, WriteSmoothing improves cache lifetime by 2.17X and 2.75X, respectively. Also, its implementation overhead is small and it works well for a wide range of algorithm and system parameters.