> On 2010-07-11 16:04:10, Nathan Binkert wrote:
> > configs/common/Options.py, line 106
> > <http://reviews.m5sim.org/r/57/diff/1/?file=778#file778line106>
> >
> >     Why exactly do these parameter names have a colon in them?  Is there a 
> > particular reason that --smarts-k doesn't work?  Also, what is the k value? 
> >  Is there some more descriptive name that you can give to these parameters 
> > in general? i.e. --smarts-warmup, --smarts-measure --smarts-samples, etc.
> >

Yeah, sorry, I should have altered these parameter names to be consistent with 
all the others.  I'll fix this and make the names more descriptive too.


> On 2010-07-11 16:04:10, Nathan Binkert wrote:
> > configs/common/Smarts.py, line 119
> > <http://reviews.m5sim.org/r/57/diff/1/?file=780#file780line119>
> >
> >     in python 2, you're going to get integer division and the rounding will 
> > happen multiple times.  If a float value is not OK, then you should 
> > probably do the math as a float and round/floor it afterwards.

Ah, ok.  I will alter this as you've suggested.


- Timothy


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.m5sim.org/r/57/#review86
-----------------------------------------------------------


On 2010-07-09 18:23:13, Timothy Jones wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.m5sim.org/r/57/
> -----------------------------------------------------------
> 
> (Updated 2010-07-09 18:23:13)
> 
> 
> Review request for Default.
> 
> 
> Summary
> -------
> 
> Sim: Add functionality to the simulation scripts to allow running with
> SMARTS sampling methodology.  At the moment the scripts don't support the
> full range of options (e.g. you can't start from a checkpoint), and nor do
> they check for incompatibility with other options.  However, they do give
> an example of how sampling could work with M5.
> 
> With a benchmark that has 10 billion dynamic instructions, try:
> 
> <m5bin> configs/example/se.py -d --caches --smarts:n 10000 --smarts:b 10
> 
> 
> Diffs
> -----
> 
>   configs/common/Options.py 249f174e6f37 
>   configs/common/Simulation.py 249f174e6f37 
>   configs/common/Smarts.py PRE-CREATION 
> 
> Diff: http://reviews.m5sim.org/r/57/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Timothy
> 
>

_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to