[gem5-dev] Build failed in Jenkins: Nightly #54

2020-08-31 Thread jenkins-no-reply--- via gem5-dev
See Changes: [nathanael.premillieu] base: avoid recreating socket at each call to listen() [eavivi] mem: convert base prefetcher and queued to new style stats [matthew.poremba] misc: Use VPtr in hsa_driver.cc [odanrc] mem-

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Fix copy ellision on base compressor

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33835 ) Change subject: mem-cache: Fix copy ellision on base compressor .. mem-cache: Fix copy ellision on base compressor Newe

[gem5-dev] Change in gem5/gem5[develop]: scons: Avoid the unsupported option -Wno-c99-designator in MacOS

2020-08-31 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33775 ) Change subject: scons: Avoid the unsupported option -Wno-c99-designator in MacOS .. scons: Avoid the unsupported opti

[gem5-dev] Change in gem5/gem5[develop]: arch: Remove unused variable pcbb from ThreadInfo

2020-08-31 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33776 ) Change subject: arch: Remove unused variable pcbb from ThreadInfo .. arch: Remove unused variable pcbb from ThreadInfo

[gem5-dev] Change in gem5/gem5[develop]: configs,tests: Update configs to use compatible SE workloads.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33901 ) Change subject: configs,tests: Update configs to use compatible SE workloads. .. configs,tests: Update configs

[gem5-dev] Change in gem5/gem5[develop]: x86: Delegate process loading to the EmuLinux workload.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33904 ) Change subject: x86: Delegate process loading to the EmuLinux workload. .. x86: Delegate process loading to the Em

[gem5-dev] Change in gem5/gem5[develop]: base: Expose the ObjectFile class to python.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33899 ) Change subject: base: Expose the ObjectFile class to python. .. base: Expose the ObjectFile class to python. This

[gem5-dev] Change in gem5/gem5[develop]: base: Create a SConscript for the loader subdirectory.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33898 ) Change subject: base: Create a SConscript for the loader subdirectory. .. base: Create a SConscript for the loader

[gem5-dev] Change in gem5/gem5[develop]: x86: Create an SEWorkload for x86 linux.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33902 ) Change subject: x86: Create an SEWorkload for x86 linux. .. x86: Create an SEWorkload for x86 linux. This doesn't

[gem5-dev] Change in gem5/gem5[develop]: sim: Add a mechanism for finding an compatible SE workload.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33900 ) Change subject: sim: Add a mechanism for finding an compatible SE workload. .. sim: Add a mechanism for finding an

[gem5-dev] Change in gem5/gem5[develop]: mem: Remove std::move from a return statement.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33895 ) Change subject: mem: Remove std::move from a return statement. .. mem: Remove std::move from a return statement.

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

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( 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, whi

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

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

[gem5-dev] Pending gem5 20.1 "must haves"

2020-08-31 Thread Bobby Bruce via gem5-dev
Dear all, We're in the final push of getting stuff into the develop branch to be included in gem5 20.1. We've identified some outstanding items which have yet to be incorporated, but consider them "must haves" which need included before creating the staging branch. Outlined below are these work it

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

2020-08-31 Thread Eden Avivi (Gerrit) via gem5-dev
Eden Avivi has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33875 ) Change subject: cpu: convert trace cpu to new style stats .. cpu: convert trace cpu to new style stats Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: python: Import reduce function in FileSystemConfig

2020-08-31 Thread Jason Lowe-Power (Gerrit) via gem5-dev
Jason Lowe-Power has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/32374 ) Change subject: python: Import reduce function in FileSystemConfig .. python: Import reduce function in FileSystemConfi

[gem5-dev] Re: Build failed in Jenkins: gem5_develop #163

2020-08-31 Thread Bobby Bruce via gem5-dev
Hey Mike, Is there any reason these gem5_develop tests are still running? Is it safe to turn them off? From my understanding they are simply running the "main.py' script on the quick tests, which Kokoro does already (special thanks to Gabe who upgraded Kokoro for us :) ). When there is a failure,

[gem5-dev] Build failed in Jenkins: gem5_develop #163

2020-08-31 Thread jenkins-no-reply--- via gem5-dev
See Changes: [sampad.mohapatra] mem-ruby: Change request to response in MOESI_AMD_Base-dir.sm -- Started by an SCM change Running as SYSTEM Building in workspace

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Change request to response in MOESI_AMD_Base-dir.sm

2020-08-31 Thread Sampad Mohapatra (Gerrit) via gem5-dev
Sampad Mohapatra has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33755 ) Change subject: mem-ruby: Change request to response in MOESI_AMD_Base-dir.sm .. mem-ruby: Change request to respons

[gem5-dev] Re: Build failed in Jenkins: Compiler-Checks #20

2020-08-31 Thread Bobby Bruce via gem5-dev
Dear all, The compilation issues are fixed in the following commits: https://gem5-review.googlesource.com/c/public/gem5/+/33777 https://gem5-review.googlesource.com/c/public/gem5/+/33835 https://gem5-review.googlesource.com/c/public/gem5/+/33816 https://gem5-review.googlesource.com/c/public/gem5/

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

2020-08-31 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/+/33816 ) Change subject: arch-gcn3: Added missing header to hsa_driver.cc .. arch-gcn3: Added missing header to hsa_dri

[gem5-dev] Change in gem5/gem5[develop]: arch: Removed unused "Addr pcbb" from threadinfo

2020-08-31 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/+/33818 ) Change subject: arch: Removed unused "Addr pcbb" from threadinfo .. arch: Removed unused "Addr pcbb" from thre

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

2020-08-31 Thread Emily Brickey (Gerrit) via gem5-dev
Emily Brickey has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33797 ) Change subject: cpu: convert bpred_unit to new style stats .. cpu: convert bpred_unit to new style stats Chang

[gem5-dev] Build failed in Jenkins: gem5_develop #162

2020-08-31 Thread jenkins-no-reply--- via gem5-dev
See Changes: [gabeblack] scons: Remove the AddLocalOption workaround. -- Started by an SCM change Running as SYSTEM Building in workspace

[gem5-dev] Change in gem5/gem5[develop]: scons: Remove the AddLocalOption workaround.

2020-08-31 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/32115 ) Change subject: scons: Remove the AddLocalOption workaround. .. scons: Remove the AddLocalOption workaround. The "append" op

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

2020-08-31 Thread Eden Avivi (Gerrit) via gem5-dev
Eden Avivi has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33796 ) Change subject: cpu-kvm: convert kvm base to new style stats .. cpu-kvm: convert kvm base to new style stats Chan

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Fix copy ellision on base compressor

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33835 ) Change subject: mem-cache: Fix copy ellision on base compressor .. mem-cache: Fix copy ellision on base compr

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

2020-08-31 Thread Eden Avivi (Gerrit) via gem5-dev
Eden Avivi has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33815 ) Change subject: cpu-o3: convert fetch to new style stats .. cpu-o3: convert fetch to new style stats Change-Id: I

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: WIP changes to run GPU tester

2020-08-31 Thread Bradford Beckmann (Gerrit) via gem5-dev
Bradford Beckmann has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33795 ) Change subject: mem-ruby: WIP changes to run GPU tester .. mem-ruby: WIP changes to run GPU tester Change-

[gem5-dev] Build failed in Jenkins: gem5_develop #161

2020-08-31 Thread jenkins-no-reply--- via gem5-dev
See Changes: [matthew.poremba] misc: Use VPtr in hsa_driver.cc [odanrc] mem-cache: Fix integer promotion of mask [odanrc] mem-cache: Fix RepeatedQwords compressor [odanrc] mem-cache: Upgrade BaseDictionaryCompressor

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Add stats for failed compressions

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33384 ) Change subject: mem-cache: Add stats for failed compressions .. mem-cache: Add stats for failed compressions Add statis

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Use cache's max CR on perfect compressor

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33387 ) Change subject: mem-cache: Use cache's max CR on perfect compressor .. mem-cache: Use cache's max CR on perfect compress

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Explicitly define threshold of BDI's sub-compressors

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33386 ) Change subject: mem-cache: Explicitly define threshold of BDI's sub-compressors .. mem-cache: Explicitly define thres

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Make compression size threshold a percentage

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33385 ) Change subject: mem-cache: Make compression size threshold a percentage .. mem-cache: Make compression size threshold a

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Standardize data parsing in compressors

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33379 ) Change subject: mem-cache: Standardize data parsing in compressors .. mem-cache: Standardize data parsing in compressors

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Upgrade BaseDictionaryCompressor's stats

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33376 ) Change subject: mem-cache: Upgrade BaseDictionaryCompressor's stats .. mem-cache: Upgrade BaseDictionaryCompressor's sta

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Upgrade Compressor::Multi's stats

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33377 ) Change subject: mem-cache: Upgrade Compressor::Multi's stats .. mem-cache: Upgrade Compressor::Multi's stats Use new st

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Add an extra decomp lat to multi compressor

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33382 ) Change subject: mem-cache: Add an extra decomp lat to multi compressor .. mem-cache: Add an extra decomp lat to multi co

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Add encoding bits to the data of multi compressors

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33380 ) Change subject: mem-cache: Add encoding bits to the data of multi compressors .. mem-cache: Add encoding bits to the

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Handle zero sizes on compression

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33383 ) Change subject: mem-cache: Handle zero sizes on compression .. mem-cache: Handle zero sizes on compression The size can

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Fix integer promotion of mask

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33374 ) Change subject: mem-cache: Fix integer promotion of mask .. mem-cache: Fix integer promotion of mask When applying the

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Fix RepeatedQwords compressor

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33375 ) Change subject: mem-cache: Fix RepeatedQwords compressor .. mem-cache: Fix RepeatedQwords compressor This compressor do

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Store BDI's encoding in tags

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33381 ) Change subject: mem-cache: Store BDI's encoding in tags .. mem-cache: Store BDI's encoding in tags According to the ori

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Allow inheriting from DitionaryCompressor's comp data

2020-08-31 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33378 ) Change subject: mem-cache: Allow inheriting from DitionaryCompressor's comp data .. mem-cache: Allow inheriting from

[gem5-dev] Change in gem5/gem5[develop]: misc: Use VPtr in hsa_driver.cc

2020-08-31 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33655 ) Change subject: misc: Use VPtr in hsa_driver.cc .. misc: Use VPtr in hsa_driver.cc This change updates HSADriver::alloc

[gem5-dev] Change in gem5/gem5[develop]: mem: convert base prefetcher and queued to new style stats

2020-08-31 Thread Eden Avivi (Gerrit) via gem5-dev
Eden Avivi has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33475 ) Change subject: mem: convert base prefetcher and queued to new style stats .. mem: convert base prefetcher and queued to new

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

2020-08-31 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has uploaded this change for review. ( 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

[gem5-dev] Change in gem5/gem5[develop]: scons: Avoid the unsupported option -Wno-c99-designator in MacOS

2020-08-31 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33775 ) Change subject: scons: Avoid the unsupported option -Wno-c99-designator in MacOS .. scons: Avoid the unsup

[gem5-dev] Change in gem5/gem5[develop]: arch: Remove unused variable pcbb from ThreadInfo

2020-08-31 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33776 ) Change subject: arch: Remove unused variable pcbb from ThreadInfo .. arch: Remove unused variable pcbb from T

[gem5-dev] Change in gem5/gem5[develop]: base: avoid recreating socket at each call to listen()

2020-08-31 Thread Nathanael Premillieu (Gerrit) via gem5-dev
Nathanael Premillieu has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/32994 ) Change subject: base: avoid recreating socket at each call to listen() .. base: avoid recreating socket at each cal

[gem5-dev] Change in gem5/gem5[develop]: gpu-compute:Change request to response in MOESI_AMD_Base-dir.sm

2020-08-31 Thread Sampad Mohapatra (Gerrit) via gem5-dev
Sampad Mohapatra has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33755 ) Change subject: gpu-compute:Change request to response in MOESI_AMD_Base-dir.sm .. gpu-compute:Change req