Yes, this is exactly what we do with SMT mode on FullCPU.  All you have
to do is give the CPU object a vector of workload objects instead of a
single workload object and it will create a thread for each workload.
(Note that the released SimpleCPU does not support SMT.)

Steve

Zhang zhibin wrote:
> Hi, Steve
> In Tullsen's paper "Simultaneous Multithreading: Maximizing On-Chip 
> Parallelism" he said "Our workload is the SPEC92 benchmark suite [1O]. 
> To gauge the raw instruction throughput achievable by multithreaded 
> superscalar processors, we chose uniprocessor applications, assigning a 
> distinct program to each thread. This models a parallel workload achieved
> by multiprogramming rather than parallel processing. In this way, 
> throughput results are not affected by synchronization delays, 
> inefficient parallelization, etc.. effects that would make it more 
> difficult to
> see the performance impact of simultaneous multithreading alone."
> Can I do the same thing on M5, assigning a distinct single-thread 
> program or same program with different inputs to each thread on ALPHA_SE 
> ? and how to do it?
> 
> Best regards
> Thanks
> 
> Zhibin Zhang
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> m5sim-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/m5sim-users


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
m5sim-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/m5sim-users

Reply via email to