[gem5-dev] Change in gem5/gem5[develop]: misc: Remove the "fault" parameter from syscall functions.

2020-09-01 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33277 ) Change subject: misc: Remove the "fault" parameter from syscall functions. .. misc: Remove the "fault" parameter from syscall

[gem5-dev] Change in gem5/gem5[develop]: mem,ext: Fixed DRAMSim2 Integration

2020-09-01 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33938 ) Change subject: mem,ext: Fixed DRAMSim2 Integration .. mem,ext: Fixed DRAMSim2 Integration Fixed the way callb

[gem5-dev] Change in gem5/gem5[develop]: sim: Add missing overrides in the *Fault classes

2020-09-01 Thread Jason Lowe-Power (Gerrit) via gem5-dev
Jason Lowe-Power has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33777 ) Change subject: sim: Add missing overrides in the *Fault classes .. sim: Add missing overrides in the *Fault classes C

[gem5-dev] Change in gem5/gem5[develop]: cpu: convert tage_base to new style stats

2020-09-01 Thread Emily Brickey (Gerrit) via gem5-dev
Emily Brickey has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33937 ) Change subject: cpu: convert tage_base to new style stats .. cpu: convert tage_base to new style stats Change-

[gem5-dev] Change in gem5/gem5[develop]: tests,arch-arm: Pass gem5_root as an arg in run.py

2020-09-01 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33955 ) Change subject: tests,arch-arm: Pass gem5_root as an arg in run.py .. tests,arch-arm: Pass gem5_root as an arg

[gem5-dev] Change in gem5/gem5[develop]: base: Make the Value stat's functor method accept lambdas.

2020-09-01 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/32901 ) Change subject: base: Make the Value stat's functor method accept lambdas. .. base: Make the Value stat's functor method acce

[gem5-dev] Change in gem5/gem5[develop]: scons: Make scons aware of changes to cxx_type in param types.

2020-09-01 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33695 ) Change subject: scons: Make scons aware of changes to cxx_type in param types. .. scons: Make scons aware of changes to cx

[gem5-dev] Change in gem5/gem5[develop]: test: Fix unittest cprintftime's build.

2020-09-01 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33897 ) Change subject: test: Fix unittest cprintftime's build. .. test: Fix unittest cprintftime's build. This test, which measures

[gem5-dev] Change in gem5/gem5[develop]: test: Remove refcnttest from the unittest SConscript.

2020-09-01 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33896 ) Change subject: test: Remove refcnttest from the unittest SConscript. .. test: Remove refcnttest from the unittest SConscript

[gem5-dev] Change in gem5/gem5[develop]: cpu: convert statistical_corrector to new style stats

2020-09-01 Thread Emily Brickey (Gerrit) via gem5-dev
Emily Brickey has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33936 ) Change subject: cpu: convert statistical_corrector to new style stats .. cpu: convert statistical_corrector to

[gem5-dev] Change in gem5/gem5[develop]: cpu: convert loop_predictor to new style stats

2020-09-01 Thread Emily Brickey (Gerrit) via gem5-dev
Emily Brickey has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33935 ) Change subject: cpu: convert loop_predictor to new style stats .. cpu: convert loop_predictor to new style stat

[gem5-dev] MessageBuffer double counting delay between arrival and dequeue ticks?

2020-09-01 Thread Gambord, Ryan via gem5-dev
I noticed that MessageBuffer calls UpdateDelayedTicks in both enqueue and dequeue methods. Since dequeue does not setLastEnqueueTime of the message to the time it was dequeued at, when enqueue calls UpdateDelayed Ticks, doesn't it add the dequeue delay to the delayed ticks a second time? Below is

[gem5-dev] Change in gem5/gem5[develop]: arch-gcn3: Added missing header to hsa_driver.cc

2020-09-01 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33816 ) Change subject: arch-gcn3: Added missing header to hsa_driver.cc .. arch-gcn3: Added missing header to hsa_driver.cc `Ty

[gem5-dev] Re: Scons minimum version breaks GCN-gpu dockerfile build

2020-09-01 Thread Jason Lowe-Power via gem5-dev
Hi Dan, :facepalm: At least this is on develop and not the stable branch! I think we need to get input from Kyle on this since he developed that docker image. TBH, I think pip isn't a bad solution given that 16.04 is more than four years old and we're stuck with that to support the older version

[gem5-dev] Scons minimum version breaks GCN-gpu dockerfile build

2020-09-01 Thread Daniel Gerzhoy via gem5-dev
Hey all, Pulled latest updates and the minimum version requirement for scons breaks the GCN-gpu dockerfile. My fix involved installing the latest scons via pip (after installing pip) but there is probably a better way to do it (apt-get) but it looks like the Ubuntu16.04 base for the DockerFile au

[gem5-dev] Re: ARM build failures

2020-09-01 Thread Andreas Sandberg via gem5-dev
+ Ciro, Richard Hi Everyone, Thanks for pointing this out and submitting a fix. Richard/Ciro/Giacomo: Could one of you review this so we can merge the fix? Thanks, Andreas On 31/08/2020 05:41, Bobby Bruce wrote: Hey Gabe, Iru Cai made a fix for this a week or so ago: https://gem5-review.goo