Re: [gem5-users] gem5 takes a lot of time to load global data from program binary

2019-11-06 Thread Ciro Santilli


On 11/6/19 12:05 PM, Nitish Srivastava wrote:
> Hi,
> 
> I am trying to run some benchmarks in gem5. These benchmarks have really 
> big matrices stored as global arrays. While simulating it seems like 
> gem5 is taking a lot of time to just load these global matrices i.e. the 
> time difference between the time when I start gem5 simulation and the 
> time when the "main" function in the binary actually gets executed is 
> huge. Is there a way I can speed this up?
> 

In syscall emulation I suppose?

How much time approximately?

Can you provide a minimal reproducible C example so we can try to reproduce?

> Thanks,
> Nitish
> 
> 
> 
> 
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
> 
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] gem5 takes a lot of time to load global data from program binary

2019-11-06 Thread Nitish Srivastava
Hi,

I am trying to run some benchmarks in gem5. These benchmarks have really
big matrices stored as global arrays. While simulating it seems like gem5
is taking a lot of time to just load these global matrices i.e. the time
difference between the time when I start gem5 simulation and the time when
the "main" function in the binary actually gets executed is huge. Is there
a way I can speed this up?

Thanks,
Nitish
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users