Jairo Balart has uploaded a new patch set (#6) to the change originally created by Pau Cabre. ( https://gem5-review.googlesource.com/c/public/gem5/+/16584 )

Change subject: cpu: Added MTAGE-SC and multi-poTAGE+SC branch predictors
......................................................................

cpu: Added MTAGE-SC and multi-poTAGE+SC branch predictors

The original papers for both predictors can be found here:
- MTAGE-SC => https://www.jilp.org/cbp2016/paper/AndreSeznecUnlimited.pdf
- multi-poTAGE+SC => https://www.jilp.org/cbp2014/paper/MichaudSeznec.pdf

They are similar and both inherit from a newly created MTAGEBase class

Change-Id: I14aed47b1bdb4a89d6a4a151fe5ca1d23edaa2fd
Signed-off-by: Pau Cabre <[email protected]>
---
M src/cpu/pred/BranchPredictor.py
M src/cpu/pred/SConscript
A src/cpu/pred/counter_functions.cc
A src/cpu/pred/counter_functions.hh
A src/cpu/pred/folded_history.hh
M src/cpu/pred/loop_predictor.cc
M src/cpu/pred/loop_predictor.hh
A src/cpu/pred/mpo_tage_sc.cc
A src/cpu/pred/mpo_tage_sc.hh
A src/cpu/pred/mtage_base.cc
A src/cpu/pred/mtage_base.hh
A src/cpu/pred/mtage_sc.cc
A src/cpu/pred/mtage_sc.hh
M src/cpu/pred/statistical_corrector.cc
M src/cpu/pred/statistical_corrector.hh
M src/cpu/pred/tage_base.cc
M src/cpu/pred/tage_base.hh
A src/cpu/pred/tage_core.hh
M src/cpu/pred/tage_sc_l.cc
M src/cpu/pred/tage_sc_l_64KB.cc
M src/cpu/pred/tage_sc_l_8KB.cc
21 files changed, 3,623 insertions(+), 212 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/16584
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I14aed47b1bdb4a89d6a4a151fe5ca1d23edaa2fd
Gerrit-Change-Number: 16584
Gerrit-PatchSet: 6
Gerrit-Owner: Pau Cabre <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Ilias Vougioukas <[email protected]>
Gerrit-Reviewer: Jairo Balart <[email protected]>
Gerrit-Reviewer: Pau Cabre <[email protected]>
Gerrit-Reviewer: Sudhanshu Jha <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to