You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all PIMeval-PIMbench is a great PIM simulator project, thanks a lot for the open source!
I have questions about calculations in PerfEnergy: what is the difference between minGDLItr and maxGDLItr in function getPerfEnergyForXXX? (like here). Why calcute the msRead in this way? I see this is related to the isLoadBalanced() which means distributing data evenly among all cores, but I do not fully understand it. Would you be able to share any documentation references or design insights that could help me better understand these implementation choices?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First of all PIMeval-PIMbench is a great PIM simulator project, thanks a lot for the open source!
I have questions about calculations in PerfEnergy: what is the difference between
minGDLItr
andmaxGDLItr
in functiongetPerfEnergyForXXX
? (like here). Why calcute themsRead
in this way? I see this is related to theisLoadBalanced()
which means distributing data evenly among all cores, but I do not fully understand it. Would you be able to share any documentation references or design insights that could help me better understand these implementation choices?Beta Was this translation helpful? Give feedback.
All reactions