BDICompression
Source code for the Base-Delta-Immediate Compression Algorithm (described in the PACT 2012 paper by Pekhimenko et al. at http://users.ece.cmu.edu/~omutlu/pub/bdi-compression_pact12.pdf)
Install / Use
/learn @CMU-SAFARI/BDICompressionREADME
Base-Delta-Immediate Compression Algorithm
Author: Gennady Pekhimenko
Affiliation: Carnegie Mellon University
Description:
This repository provides the source code for the compression algorithm described in our following PACT 2012 paper. If you use this code as part of your evaluation in your research/development, please be sure to cite the following paper for proper acknowledgment:
Gennady Pekhimenko, Vivek Seshadri, Onur Mutlu, Philip B. Gibbons, Michael A. Kozuch, and Todd C. Mowry, "Base-Delta-Immediate Compression: Practical Data Compression for On-Chip Caches" Proceedings of the 21st ACM International Conference on Parallel Architectures and Compilation Techniques (PACT), Minneapolis, MN, September 2012.
Paper reference: http://www.cs.cmu.edu/~gpekhime/Papers/pact12_pekhimenko.pdf
Slides reference: http://www.cs.cmu.edu/~gpekhime/Talks/BDI-Compression.pptx
