[gem5-dev] Change in gem5/gem5[develop]: arch-gcn3: Read registers in execute instead of initiateAcc

2021-05-11 Thread Kyle Roarty (Gerrit) via gem5-dev
Kyle Roarty has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45345 ) Change subject: arch-gcn3: Read registers in execute instead of initiateAcc .. arch-gcn3: Read registers in execu

[gem5-dev] Change in gem5/gem5[develop]: arch-gcn3,gpu-compute: Set gpuDynInst exec_mask before use

2021-05-11 Thread Kyle Roarty (Gerrit) via gem5-dev
Kyle Roarty has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45346 ) Change subject: arch-gcn3,gpu-compute: Set gpuDynInst exec_mask before use .. arch-gcn3,gpu-compute: Set gpuDynIn

[gem5-dev] Change in gem5/gem5[develop]: arch-gcn3,arch-vega,gpu-compute: Move request counters

2021-05-11 Thread Kyle Roarty (Gerrit) via gem5-dev
Kyle Roarty has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45347 ) Change subject: arch-gcn3,arch-vega,gpu-compute: Move request counters .. arch-gcn3,arch-vega,gpu-compute: Move r

[gem5-dev] Re: Build failed in Jenkins: nightly #307

2021-05-11 Thread Bobby Bruce via gem5-dev
Hey Daniel and Gabe, I'm looking into this test failure (reproducible with `scons build/NULL/unittests.fast`). I'm a little confused about how these tests ever passed. This patchet introduces the error (or at least, if this patch is reverted, the tests pass): https://gem5-review.googlesource.com/c

[gem5-dev] Change in gem5/gem5[develop]: dev: Overload swap_bytes, don't specialize the template.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45285 ) Change subject: dev: Overload swap_bytes, don't specialize the template. .. dev: Overload swap_bytes, don't specialize the te

[gem5-dev] Change in gem5/gem5[develop]: sim: Use type_traits to steer swap_bytes.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45286 ) Change subject: sim: Use type_traits to steer swap_bytes. .. sim: Use type_traits to steer swap_bytes. Rather than have a fu

[gem5-dev] Change in gem5/gem5[develop]: arch-sparc: Replace M5_NO_INLINE with GEM5_NO_INLINE.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45235 ) Change subject: arch-sparc: Replace M5_NO_INLINE with GEM5_NO_INLINE. .. arch-sparc: Replace M5_NO_INLINE with GEM5_NO_INLINE

[gem5-dev] Change in gem5/gem5[develop]: base: Replace M5_UNLIKELY with GEM5_UNLIKELY.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45239 ) Change subject: base: Replace M5_UNLIKELY with GEM5_UNLIKELY. .. base: Replace M5_UNLIKELY with GEM5_UNLIKELY. Change-Id: Id

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_LOCAL and M5_WEAK with GEM5_LOCAL and GEM5_WEAK.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45236 ) Change subject: misc: Replace M5_LOCAL and M5_WEAK with GEM5_LOCAL and GEM5_WEAK. .. misc: Replace M5_LOCAL and M5_WEAK wi

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_ATTR_PACKED with GEM5_PACKED.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45234 ) Change subject: misc: Replace M5_ATTR_PACKED with GEM5_PACKED. .. misc: Replace M5_ATTR_PACKED with GEM5_PACKED. Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_ALIGNED with GEM5_ALIGNED.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45237 ) Change subject: misc: Replace M5_ALIGNED with GEM5_ALIGNED. .. misc: Replace M5_ALIGNED with GEM5_ALIGNED. Change-Id: Ia06bc

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_NODISCARD with GEM5_NO_DISCARD.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45232 ) Change subject: misc: Replace M5_NODISCARD with GEM5_NO_DISCARD. .. misc: Replace M5_NODISCARD with GEM5_NO_DISCARD. Change-

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_UNREACHABLE with GEM5_UNREACHABLE.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45238 ) Change subject: misc: Replace M5_UNREACHABLE with GEM5_UNREACHABLE. .. misc: Replace M5_UNREACHABLE with GEM5_UNREACHABLE. C

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_FALLTHROUGH with GEM5_FALLTHROUGH.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45233 ) Change subject: misc: Replace M5_FALLTHROUGH with GEM5_FALLTHROUGH. .. misc: Replace M5_FALLTHROUGH with GEM5_FALLTHROUGH. C

[gem5-dev] Change in gem5/gem5[develop]: base: Move the macros in compiler.hh to a GEM5_ prefix.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45230 ) Change subject: base: Move the macros in compiler.hh to a GEM5_ prefix. .. base: Move the macros in compiler.hh to a GEM5_ pr

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_CLASS_VAR_USED with GEM5_CLASS_VAR_USED.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45241 ) Change subject: misc: Replace M5_CLASS_VAR_USED with GEM5_CLASS_VAR_USED. .. misc: Replace M5_CLASS_VAR_USED with GEM5_CLASS_

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace M5_FOR_EACH_IN_PACK with GEM5_FOR_EACH_IN_PACK.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45240 ) Change subject: misc: Replace M5_FOR_EACH_IN_PACK with GEM5_FOR_EACH_IN_PACK. .. misc: Replace M5_FOR_EACH_IN_PACK with GE

[gem5-dev] Change in gem5/gem5[develop]: sim: Deprecate M5_AT_* constants.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45242 ) Change subject: sim: Deprecate M5_AT_* constants. .. sim: Deprecate M5_AT_* constants. These are formatted as #defines, but

[gem5-dev] Change in gem5/gem5[develop]: arch: Stop using deprecated M5_AT_* constants.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/45243 ) Change subject: arch: Stop using deprecated M5_AT_* constants. .. arch: Stop using deprecated M5_AT_* constants. Also stop u

[gem5-dev] Re: Build failed in Jenkins: nightly #307

2021-05-11 Thread Daniel Carvalho via gem5-dev
Hi, Bobby, Previous to that patch, enabled() (now tracing()) checked if the flag was globally enabled and if it had been individually enabled, and the tracing check was done elsewhere (DTRACE(flag) did that). Now tracing() is checking both conditions AND if tracing is on, which is likely a much

[gem5-dev] Re: Build failed in Jenkins: nightly #307

2021-05-11 Thread Gabe Black via gem5-dev
Yes, I think Daniel has the right diagnosis. Gabe On Tue, May 11, 2021 at 1:47 PM Daniel Carvalho wrote: > Hi, Bobby, > > Previous to that patch, enabled() (now tracing()) checked if the flag was > globally enabled and if it had been individually enabled, and the tracing > check was done elsewh

[gem5-dev] Change in gem5/gem5[develop]: base: Stop using macros to handle nan in stats/text.cc.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45366 ) Change subject: base: Stop using macros to handle nan in stats/text.cc. .. base: Stop using macros to handle nan i

[gem5-dev] Change in gem5/gem5[develop]: mem: Get rid of the SET* macros in packet.cc.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45367 ) Change subject: mem: Get rid of the SET* macros in packet.cc. .. mem: Get rid of the SET* macros in packet.cc. Re

[gem5-dev] Change in gem5/gem5[develop]: base: Stop both conditionally and unconditionally including cmath.

2021-05-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45365 ) Change subject: base: Stop both conditionally and unconditionally including cmath. .. base: Stop both condition

[gem5-dev] Build failed in Jenkins: nightly #308

2021-05-11 Thread jenkins-no-reply--- via gem5-dev
See Changes: [gabe.black] dev: Overload swap_bytes, don't specialize the template. [gabe.black] sim: Use type_traits to steer swap_bytes. [gabe.black] base: Move the macros in compiler.hh to a GEM5_ prefix. [gabe.black] m

[gem5-dev] Build failed in Jenkins: compiler-checks #72

2021-05-11 Thread jenkins-no-reply--- via gem5-dev
See Changes: [shingarov] arch-power: Fix precedence of register operands [shingarov] arch-power: Add fields for DS form instructions [m] arch-x86: Implement ACPI root tables [m] arch-x86: Add ACPI support for MADT