Hello Andreas Sandberg, Ciro Santilli, Giacomo Travaglini, Nikos Nikoleris,

I'd like you to reexamine a change. Please visit

    https://gem5-review.googlesource.com/c/public/gem5/+/20208

to look at the new patch set (#4).

Change subject: mem-cache: implementation of AMO policy framework and in_mem policy. Implementation of a framework that allows to create different policy configurations. For this example we implemented a memory only configuration where if the page is located in cache is invalidated and move the request to the next level. We implemented a naive policy that handles the amo operation in the first memory level its is a hit.
......................................................................

mem-cache: implementation of AMO policy framework and in_mem policy.
Implementation of a framework that allows to create different policy
configurations. For this example we implemented a memory only
configuration where if the page is located in cache is invalidated and
move the request to the next level. We implemented a naive policy that
handles the amo operation in the first memory level its is a hit.

Change-Id: I2da1485a05f090267ea3cdf3d4d08a9d2be9296c
---
M src/mem/cache/Cache.py
A src/mem/cache/amo_policy/AmoPolicy.py
A src/mem/cache/amo_policy/SConscript
A src/mem/cache/amo_policy/base.hh
A src/mem/cache/amo_policy/in_mem.cc
A src/mem/cache/amo_policy/in_mem.hh
A src/mem/cache/amo_policy/naive.cc
A src/mem/cache/amo_policy/naive.hh
M src/mem/cache/base.cc
M src/mem/cache/base.hh
10 files changed, 451 insertions(+), 3 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/20208
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: I2da1485a05f090267ea3cdf3d4d08a9d2be9296c
Gerrit-Change-Number: 20208
Gerrit-PatchSet: 4
Gerrit-Owner: Jordi Vaquero <jordi.vaqu...@metempsy.com>
Gerrit-Reviewer: Andreas Sandberg <andreas.sandb...@arm.com>
Gerrit-Reviewer: Ciro Santilli <ciro.santi...@arm.com>
Gerrit-Reviewer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Jordi Vaquero <jordi.vaqu...@metempsy.com>
Gerrit-Reviewer: Nikos Nikoleris <nikos.nikole...@arm.com>
Gerrit-CC: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-CC: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to