Kostis,
Yes, the only fetch policy implemented in Opal for SMT is Icount, and
is the default.
You can find more details in opal/system/pseq.C, in the fetchInstrSimple()
function. There is a variable for each SMT thread called m_icount, and is
incremented during fetch and decremented during dispatch.
Luke
On Wed, 2 Apr 2008, Konstantinos Nikas wrote:
Hi all,
I would like to find out which SMT fetch policies are implemented in
Opal. A quick look at Opal's system code revealed some comments
mentioning ICOUNT. However looking at config.defaults couldn't find
where/how to define the policy.
So, am I right to assume that Opal implements the ICOUNT fetch policy?
If it does, where/how can define it in the configuration? Or is it the
only policy implemented, which means that it is used by default?
Finally, if ICOUNT is not the only implemented policy, which other
policies are available?
Kind regards,
Kostis
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.
|