mem-cache: Added the STeMS prefetcher
authorJavier Bueno <javier.bueno@metempsy.com>
Thu, 7 Mar 2019 15:13:03 +0000 (16:13 +0100)
committerJavier Bueno Hedo <javier.bueno@metempsy.com>
Wed, 20 Mar 2019 11:35:16 +0000 (11:35 +0000)
commit81e34b308f3738cc9e88ae3066b5ed47c918c9de
tree80d824dd9019b087e52de0853e8373544ad05f56
parentdee6fe7b6a4ce4f2d1e08af9250b6d1d6ce96836
mem-cache: Added the STeMS prefetcher

Reference:
    Stephen Somogyi, Thomas F. Wenisch, Anastasia Ailamaki, and
    Babak Falsafi. 2009. Spatio-temporal memory streaming.
    In Proceedings of the 36th annual international symposium on
    Computer architecture (ISCA '09). ACM, New York, NY, USA, 69-80.

Change-Id: I58cea1a7faa9391f8aa4469eb4973feabd31097a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/16423
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/prefetch/Prefetcher.py
src/mem/cache/prefetch/SConscript
src/mem/cache/prefetch/spatio_temporal_memory_streaming.cc [new file with mode: 0644]
src/mem/cache/prefetch/spatio_temporal_memory_streaming.hh [new file with mode: 0644]