Vinay
unread,Nov 16, 2011, 5:56:28 PM11/16/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MV5sim
Hi Jiayuan,
Can we change the cache replacement policy, like LRU or MRU , If yes
where can we set the parameter?
Also how can we vary the number of banks ?
I did see the parameters in ~/hgfractal/src/mem/cache/BaseCache.py :
lru = Param.Bool(True, "whether the LRU replacement policy is
used")
mru = Param.Bool(False, "whether the MRU replacement policy is
used")
lrgu = Param.Bool(False, "whether the LRGU replacement policy is
used")
numBanks = Param.Int(1, "number of banks this cache has, must be
>=1")
Can these parameters be included in either ~/configs/fractal/
fractal_smp.py or config_hetero.py ?
Thanks,
Vinay