[gem5-dev] Change in gem5/gem5[develop]: scons: Introduce a version of reverseBits for 8 bit types.

2021-02-17 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/41593 ) Change subject: scons: Introduce a version of reverseBits for 8 bit types. .. scons: Introduce a version of

[gem5-dev] minor bug in bitfield.hh

2021-02-17 Thread Gabe Black via gem5-dev
Hey folks. I just found out that certain versions of clang get upset with the new version of reverseBits I just checked in when reversing the bits in an 8 bit data type. It doesn't like shifting an 8 bit value by 8, since that's technically undefined behavior, even though we'll never use the

[gem5-dev] Change in gem5/gem5[develop]: scons: Enable LTO for opt, perf and prof builds.

2021-02-17 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/40815 ) Change subject: scons: Enable LTO for opt, perf and prof builds. .. scons: Enable LTO for opt, perf and prof builds. The

[gem5-dev] Change in gem5/gem5[develop]: gpu-compute: Fix accidental execution when stopped at barrier

2021-02-17 Thread Kyle Roarty (Gerrit) via gem5-dev
Kyle Roarty has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/41573 ) Change subject: gpu-compute: Fix accidental execution when stopped at barrier .. gpu-compute: Fix accidental

[gem5-dev] Change in gem5/gem5[develop]: base: Add some operators to the BitUnion types.

2021-02-17 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/41515 ) Change subject: base: Add some operators to the BitUnion types. .. base: Add some operators to the BitUnion types. The

[gem5-dev] Change in gem5/gem5[develop]: base: Clean up style in bitfield.(hh|cc|test.cc).

2021-02-17 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/41434 ) Change subject: base: Clean up style in bitfield.(hh|cc|test.cc). .. base: Clean up style in bitfield.(hh|cc|test.cc). Fix

[gem5-dev] Change in gem5/gem5[develop]: util: Delete the build_cross_gcc utility.

2021-02-17 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/41454 ) Change subject: util: Delete the build_cross_gcc utility. .. util: Delete the build_cross_gcc utility. Now that

[gem5-dev] Change in gem5/gem5[develop]: util: Add a crosstool-ng defconfig for RISCV.

2021-02-17 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/41453 ) Change subject: util: Add a crosstool-ng defconfig for RISCV. .. util: Add a crosstool-ng defconfig for RISCV. This may

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: add TBEStorage structure

2021-02-17 Thread Gerrit
Tiago Mück has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/41157 ) Change subject: mem-ruby: add TBEStorage structure .. mem-ruby: add TBEStorage structure The TBEStorage is used to track

[gem5-dev] Re: gem5 21.0 Release blockers

2021-02-17 Thread Bobby Bruce via gem5-dev
Sure Giacomo, I'll add these to our 21.0 list. -- Dr. Bobby R. Bruce Room 2235, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Wed, Feb 17, 2021 at 5:37 AM Giacomo Travaglini < giacomo.travagl...@arm.com> wrote: > Hi Bobby, > > It would be nice if we could get this

[gem5-dev] breakdown of time running kokoro?

2021-02-17 Thread Gabe Black via gem5-dev
Hey folks, I was just wondering if any of the people that work on kokoro and our testing setup know how the time it takes is spent? For instance, how much of a typical run is spent on compiling? How much on running unit tests? How much on running larger regressions? Depending on where that time is

[gem5-dev] Change in gem5/gem5[develop]: base: Remove duplicate isPow2 helper

2021-02-17 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/41533 ) Change subject: base: Remove duplicate isPow2 helper .. base: Remove duplicate isPow2 helper This is

[gem5-dev] Re: gem5 21.0 Release blockers

2021-02-17 Thread Giacomo Travaglini via gem5-dev
Hi Bobby, It would be nice if we could get this in as well: https://gem5-review.googlesource.com/c/public/gem5/+/39898/2 Kind Regards Giacomo > -Original Message- > From: Bobby Bruce via gem5-dev > Sent: 17 February 2021 08:12 > To: gem5 Developer List > Cc: Bobby Bruce > Subject:

[gem5-dev] Change in gem5/gem5[develop]: sim: Fix initialization of ticksClkGated distribution

2021-02-17 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/41413 ) Change subject: sim: Fix initialization of ticksClkGated distribution .. sim: Fix initialization of ticksClkGated

[gem5-dev] Change in gem5/gem5[develop]: scons: Work around very long command lines and arg size limits.

2021-02-17 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/41273 ) Change subject: scons: Work around very long command lines and arg size limits. .. scons: Work around very long command

[gem5-dev] gem5 21.0 Release blockers

2021-02-17 Thread Bobby Bruce via gem5-dev
Dear all, We hope to soon create the staging branch for the gem5 21.0 release soon, with the goal of releasing in early March. However, we will not do so until the following items are fully reviewed, and incorporated into the gem5 develop branch. * Changes to the Ruby memory system: