[gem5-dev] [S] Change in gem5/gem5[develop]: fastmodel: Add handler to catch DMI warnings

2023-01-07 Thread Nicolas Boichat (Gerrit) via gem5-dev
Nicolas Boichat has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67235?usp=email ) Change subject: fastmodel: Add handler to catch DMI warnings .. fastmodel: Add handler to catch DMI warnings

[gem5-dev] [M] Change in gem5/gem5[develop]: systemc: Add facilities to add extra SystemC message handlers

2023-01-07 Thread Nicolas Boichat (Gerrit) via gem5-dev
Nicolas Boichat has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67234?usp=email ) Change subject: systemc: Add facilities to add extra SystemC message handlers .. systemc: Add facilities

[gem5-dev] Jenkins build is back to normal : nightly #480

2023-01-07 Thread jenkins-no-reply--- via gem5-dev
See ___ gem5-dev mailing list -- gem5-dev@gem5.org To unsubscribe send an email to gem5-dev-le...@gem5.org

[gem5-dev] Re: Build failed in Jenkins: weekly #99

2023-01-07 Thread Matt Sinclair via gem5-dev
The chain for the fixes for weekly is here: https://gem5-review.googlesource.com/c/public/gem5/+/67199/1 I have tested that BC gets past the current failure with these 3 fixes (previously BC failed in an initialization kernel before the first iteration started, so far with the change it completes

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby, gpu-compute: fix TCP GLC cache bypassing

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67199?usp=email ) Change subject: mem-ruby, gpu-compute: fix TCP GLC cache bypassing .. mem-ruby, gpu-compute: fix TCP

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: fix TCP spacing/spelling

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67200?usp=email ) Change subject: mem-ruby: fix TCP spacing/spelling .. mem-ruby: fix TCP spacing/spelling Change-Id:

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: add GPU cache bypass I->I transition

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67201?usp=email ) Change subject: mem-ruby: add GPU cache bypass I->I transition .. mem-ruby: add GPU cache bypass

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: cleanup m5out directly in weekly

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67198?usp=email ) Change subject: tests: cleanup m5out directly in weekly .. tests: cleanup m5out directly in weekly

[gem5-dev] Re: Build failed in Jenkins: weekly #99

2023-01-07 Thread Jason Lowe-Power via gem5-dev
Thanks for quickly digging into this, Matt! On Sat, Jan 7, 2023 at 1:41 PM Matt Sinclair via gem5-dev wrote: > I have confirmed that the Pannotia benchmarks (to my surprise) are using > AMD's cache bypassing flags for some memory accesses, which Vishnu added > support for this week. Good thing

[gem5-dev] Re: Build failed in Jenkins: weekly #99

2023-01-07 Thread Matt Sinclair via gem5-dev
I have confirmed that the Pannotia benchmarks (to my surprise) are using AMD's cache bypassing flags for some memory accesses, which Vishnu added support for this week. Good thing the support is added now! But that is why they are failing here -- they hit a corner case Vishnu and I had