mem-cache: Irregular Stream Buffer Prefetcher
Based in the description of the following publication: Akanksha Jain and Calvin Lin. 2013. Linearizing irregular memory accesses for improved correlated prefetching. In Proceedings of the 46th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO-46). ACM, New York, NY, USA, 247-259. Change-Id: Ibeb6abc93ca40ad634df6ed5cf8becb0a49d1165 Reviewed-on: https://gem5-review.googlesource.com/c/15215 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
This commit is contained in:
committed by
Javier Bueno Hedo
parent
9d4d620ef1
commit
626e8faf42
1
src/mem/cache/prefetch/SConscript
vendored
1
src/mem/cache/prefetch/SConscript
vendored
@@ -35,6 +35,7 @@ SimObject('Prefetcher.py')
|
||||
Source('access_map_pattern_matching.cc')
|
||||
Source('base.cc')
|
||||
Source('delta_correlating_prediction_tables.cc')
|
||||
Source('irregular_stream_buffer.cc')
|
||||
Source('queued.cc')
|
||||
Source('signature_path.cc')
|
||||
Source('signature_path_v2.cc')
|
||||
|
||||
Reference in New Issue
Block a user