[gem5-announce] Call for Presentations: gem5 Workshop at ISCA 2025

2025-04-07 Thread Bobby Bruce
Call for Presentations: gem5 Workshop at ISCA 2025 📅 Date: June 22, 2025 📍 Location: ISCA 2025, Tokyo, Japan ⏰ Time: 8:30 AM – 3:00 PM (All-day event) 💻 Event Webpage: https://www.gem5.org/events/isca-2025 💻 HotCRP Webpage: https://gem5workshop25.hotcrp.com

[gem5-dev] gem5 Workshop @ISCA 2025: Announcement and call-for-presentations

2025-03-11 Thread Bobby Bruce via gem5-dev
Dear all, I'm happy to announce the upcoming gem5 Workshop, scheduled to take place on June 22, 2025, in conjunction with ISCA 2025 in Tokyo, Japan. This full-day event offers a platform for researchers, developers, and users to share insights, present their work, and engage in discussions that

[gem5-dev] v24.1 staging branch scheduled for Nov 6th; release on Nov 22nd

2024-10-29 Thread Bobby Bruce via gem5-dev
Dear all, In order to release v24.1 of gem5 on November 22nd, we are planning to create the v24.1 `staging` branch on November 6th (next Wednesday). As a reminder of our release procedures, the `staging` branch is created from the gem5 `develop` branch two weeks before a gem5 release. This two

[gem5-dev] gem5 Tutorial at HPCA '24

2024-01-18 Thread Bobby Bruce via gem5-dev
Hey all, On March 2nd we will be holding the 6th gem5 Tutorial at HPCA '24 in Edinburgh, Scotland. This will be a full-day event and will focus on teaching those new to gem5 how to use the latest version. It will be a day-long “crash course” in gem5 and assume no prior knowledge of using compu

[gem5-dev] Re: gem5 Developers' Meeting: December 14th, 5pm (UTC)

2023-12-13 Thread Bobby Bruce via gem5-dev
3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Dec 7, 2023, at 3:54 PM, Bobby Bruce wrote: Dear all, https://github.com/orgs/gem5/discussions/661 The gem5 Developers' Meeting is scheduled for December 14th at 5pm (UTC). Zoom link details and meeting a

[gem5-dev] gem5 Developers' Meeting: December 14th, 5pm (UTC)

2023-12-07 Thread Bobby Bruce via gem5-dev
Dear all, https://github.com/orgs/gem5/discussions/661 The gem5 Developers' Meeting is scheduled for December 14th at 5pm (UTC). Zoom link details and meeting agenda information can be found in the above link to the GitHub Discussions page. Anyone who wishes to attend may attend. Kind regards,

[gem5-dev] Creation of gem5 v23.1.0.0 staging branch scheduled for December 1st

2023-11-13 Thread Bobby Bruce via gem5-dev
Hey all, As discussed and agreed upon during our November Developer meeting (https://github.com/orgs/gem5/discussions/482), we have scheduled the creation of our staging branch from `develop` for December 1st. This means **gem5 developers have until December 1st to have their contributions merg

[gem5-users] Re: Error: Can't find a working Python installation with Python-3.11 version

2023-09-29 Thread Bobby Bruce via gem5-users
-- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net > On Sep 29, 2023, at 5:19 AM, Bobby Bruce wrote: > > What version of gem5 are you using? In the latest version, v23.0 (`git clone > https://github.com/gem5/gem5.git` <htt

[gem5-users] Re: Error: Can't find a working Python installation with Python-3.11 version

2023-09-29 Thread Bobby Bruce via gem5-users
Python 11 should work fine as far as i know. Try removing your build directory and recompiling from scratch (`rm -rf build && scons build/ALL/gem5.opt`). gem5 can get confused if you've moved the build directory across different machines or changed stuff in the machines environment. This may no

[gem5-dev] GitHub Discussion about dropping Gerrit Change-ID requirement

2023-09-15 Thread Bobby Bruce via gem5-dev
https://github.com/orgs/gem5/discussions/324 (Note: I won't act on this without good buy-in from the community. I'd like to know what works best for everyone). -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net

[gem5-users] Re: How to check content of Cache block

2023-09-12 Thread Bobby Bruce via gem5-users
Hey Sadhana, First of i'll i'd read over the replacement policy documentation: https://www.gem5.org/documentation/general_docs/memory_system/replacement_policies/. There are lot of options to get information on a cache blog. Generally I think this Stackoverflow gives the most comprehensive opt

[gem5-dev] Re: Make m5 internals available to Python interpreter (for syntax highlighting in vscode)

2023-09-12 Thread Bobby Bruce via gem5-dev
I've created a pull request here which should help: https://github.com/gem5/gem5/pull/307. From playing around with this mypy.stubgen fix, it helps the Pylance IntelliSence but it isn't complete. What's notably lacking are doc-strings (so methods, classes, etc don't have documentation on argume

[gem5-dev] Join th discussion on gem5's PR Merge policy

2023-09-05 Thread Bobby Bruce via gem5-dev
I've started a discussion on GitHub Discussions regarding the gem5 PR Merge Policy and possible improvements: https://github.com/orgs/gem5/discussions/261 Please feel free to join and give input or feedback. -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://ww

[gem5-users] Re: Why the se.py has been deprecated?

2023-08-27 Thread Bobby Bruce via gem5-users
It's not maintained properly, nor tested, and the engineering of these files has, frankly, become rather messy. se.py (and fs.py) are in the "configs/example" directory because they were intended to be examples of how to configure a gem5 simulation. Overtime they have been extended and used as a

[gem5-users] Re: can't run riscv simulation with any CPU model except Atomic

2023-08-24 Thread Bobby Bruce via gem5-users
If you are referring to the RISC-V Full System simulations. Yes, they are very slow. 2 hours seems normal to me. I've seen them take longer. -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net > On Aug 24, 2023, at 5:23 AM, Eliot Moss via gem

[gem5-users] Re: Question about changing PrivilegeMode

2023-08-14 Thread Bobby Bruce via gem5-users
Hey, SE mode runs things in user space, you cannot run privileged instructions in it. If you wish to support privilege levels then you'll need to build an FS mode simulation. Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbyb

[gem5-users] Re: Problems upgrading to latest version

2023-07-24 Thread Bobby Bruce via gem5-users
I think there are a few things going on here causing problems. 1. The pre-commit hooks aren't being installed correctly. i think this is due to some directory permission error. The '/.cache' directory appears to not have the right permissions here. Perhaps this you did something here with sudo?

[gem5-users] Re: Exception when running libtorch simulation in SE mode

2023-07-19 Thread Bobby Bruce via gem5-users
ening on develop right now with SE mode.MattOn Tue, Jul 18, 2023 at 7:58 PM Bobby Bruce via gem5-users <gem5-users@gem5.org> wrote:I’m afraid I don’t know exactly what’s causing this error, but just to make sure, the binary you built and as a `CustomResource` executes on your host? This looks li

[gem5-users] Re: Exception when running libtorch simulation in SE mode

2023-07-18 Thread Bobby Bruce via gem5-users
I’m afraid I don’t know exactly what’s causing this error, but just to make sure, the binary you built and as a `CustomResource` executes on your host? This looks like an error coming from PyTorch, not the simulator. That being said, I don’t understand why "build/X86/sim/faults.cc:61: panic: pan

[gem5-users] Re: Possible bug in cache/base.cc

2023-07-18 Thread Bobby Bruce via gem5-users
Thanks for reporting this Elliot. I’ve logged the issue here: https://github.com/gem5/gem5/issues/100. If possible, do you know the configuration you were running that triggered this issue? If so, it would be appreciated if you could share on the GitHub Issue page. -- Dr. Bobby R. Bruce Room

[gem5-dev] Re: Hotfix v23.0.0.1: To fix GCN3_X86 compilation

2023-07-10 Thread Bobby Bruce via gem5-dev
023, at 1:58 PM, Bobby Bruce wrote: > > Dear all, > > I’m planning a hot fix to the v23.0.0 release to address an error found. > > The issue was highlighted here https://gem5.atlassian.net/browse/GEM5-1332. > In short, the v23.0.0.0 release can’t compile the “build/GCN3

[gem5-users] [Important Notice] Migration to GitHub completed. Gerrit now readonly.

2023-07-10 Thread Bobby Bruce via gem5-users
Dear all, As of today, we have put Gerrit into a read-only state, and the gem5 project will be hosted at the following repositories: gem5: https://github.com/gem5/gem5 gem5-website: https://github.com/gem5/website gem5-resources: https://github.com/gem5/gem5-resources Moving forward, any change

[gem5-dev] [L] Change in gem5/gem5[develop]: base: Provide stl_helpers::operator<< for more types

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67666?usp=email ) Change subject: base: Provide stl_helpers::operator<< for more types .. base: Provide stl_helpers::operator

[gem5-dev] [S] Change in gem5/gem5[develop]: sim,python: follow the new CPython startup sequence

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/70898?usp=email ) Change subject: sim,python: follow the new CPython startup sequence .. sim,python: follow the new CPython startup

[gem5-dev] [XS] Change in gem5/gem5[develop]: arch: Add setRegOperand in VecRegOperand

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67292?usp=email ) Change subject: arch: Add setRegOperand in VecRegOperand .. arch: Add setRegOperand in VecRegOperand

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: update gem5 links

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71719?usp=email ) Change subject: misc: update gem5 links .. misc: update gem5 links This change updates all of the gerrit links

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: Update documentation and links for GitHub

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71878?usp=email ) Change subject: misc: Update documentation and links for GitHub .. misc: Update documentation and links for

[gem5-dev] [M] Change in gem5/gem5[develop]: stdlib: Allow passing of func list as exit_event generator

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/62691?usp=email ) Change subject: stdlib: Allow passing of func list as exit_event generator .. stdlib: Allow passing of func list

[gem5-dev] [M] Change in gem5/gem5[develop]: stdlib,tests: Add Simulator Exit Event handler tests

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/62751?usp=email ) ( 10 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: stdlib,tests: Add Simulator Exit

[gem5-dev] [S] Change in gem5/gem5[hotfix-v23-0-0-1]: misc: Update RELEASE-NOTES.md for v23.0.0.1 hotfix

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72228?usp=email ) Change subject: misc: Update RELEASE-NOTES.md for v23.0.0.1 hotfix .. misc: Update RELEASE-NOTES.md for v23.0.0.1

[gem5-dev] [S] Change in gem5/gem5[hotfix-v23-0-0-1]: gpu-compute: Remove use of 'std::random_shuffle'

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72223?usp=email ) Change subject: gpu-compute: Remove use of 'std::random_shuffle' .. gpu-compute: Remove u

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: gpu-compute: Add missing include in dispatcher.cc

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72226?usp=email ) Change subject: gpu-compute: Add missing include in dispatcher.cc .. gpu-compute: Add missing include in

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: dev: Fix Linux specific includes to be portable

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72225?usp=email ) Change subject: dev: Fix Linux specific includes to be portable .. dev: Fix Linux specific includes to be

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: dev-amdgpu: Add missing 'overrides'

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72224?usp=email ) Change subject: dev-amdgpu: Add missing 'overrides' .. dev-amdgpu: Add missing 'overrides'

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: misc: Update version to v23.0.0.1

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72227?usp=email ) Change subject: misc: Update version to v23.0.0.1 .. misc: Update version to v23.0.0.1 Change-Id

[gem5-dev] [XS] Change in gem5/gem5[develop]: misc: Include body in check for Change-Id

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72229?usp=email ) Change subject: misc: Include body in check for Change-Id .. misc: Include body in check for Change-Id Updates

[gem5-dev] [S] Change in gem5/gem5[hotfix-v23-0-0-1]: misc: Update RELEASE-NOTESmd for v23.0.0.1 hotfix

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72228?usp=email ) Change subject: misc: Update RELEASE-NOTESmd for v23.0.0.1 hotfix .. misc: Update RELEASE-NOTESmd for

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: misc: Update version to v23.0.0.1

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72227?usp=email ) Change subject: misc: Update version to v23.0.0.1 .. misc: Update version to v23.0.0.1 Change-Id

[gem5-dev] Hotfix v23.0.0.1: To fix GCN3_X86 compilation

2023-07-10 Thread Bobby Bruce via gem5-dev
Dear all, I’m planning a hot fix to the v23.0.0 release to address an error found. The issue was highlighted here https://gem5.atlassian.net/browse/GEM5-1332. In short, the v23.0.0.0 release can’t compile the “build/GCN3_X86/gem5.opt” binary. This came about as we cherry-picked some GPU patches

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: gpu-compute: Add missing include in dispatcher.cc

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72226?usp=email ) Change subject: gpu-compute: Add missing include in dispatcher.cc .. gpu-compute: Add missing include

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: dev-amdgpu: Add missing 'overrides'

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72224?usp=email ) Change subject: dev-amdgpu: Add missing 'overrides' .. dev-amdgpu: Add missing 'o

[gem5-dev] [S] Change in gem5/gem5[hotfix-v23-0-0-1]: gpu-compute: Remove use of 'std::random_shuffle'

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72223?usp=email ) Change subject: gpu-compute: Remove use of 'std::random_shuffle' .. gpu-compute: Remove u

[gem5-dev] [XS] Change in gem5/gem5[hotfix-v23-0-0-1]: dev: Fix Linux specific includes to be portable

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72225?usp=email ) Change subject: dev: Fix Linux specific includes to be portable .. dev: Fix Linux specific includes to

[gem5-dev] [XS] Change in gem5/gem5[develop]: tests: Add 'GCN3_X86' build target to compiler-tests.sh

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/7?usp=email ) Change subject: tests: Add 'GCN3_X86' build target to compiler-tests.sh .. tests: Add '

[gem5-dev] [S] Change in gem5/gem5[develop]: misc: Update CI tests to only require 1 Change-Id

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72221?usp=email ) Change subject: misc: Update CI tests to only require 1 Change-Id .. misc: Update CI tests to only require 1

[gem5-dev] [XS] Change in gem5/gem5[develop]: misc: Add runs-on line to CI tests

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72220?usp=email ) Change subject: misc: Add runs-on line to CI tests .. misc: Add runs-on line to CI tests Adds missing line to CI

[gem5-dev] [S] Change in gem5/gem5[develop]: misc: Update Change-Id Check

2023-07-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72219?usp=email ) Change subject: misc: Update Change-Id Check .. misc: Update Change-Id Check This updates the change-id code to

[gem5-users] gem5 v23.0 released!

2023-07-07 Thread Bobby Bruce via gem5-users
Dear all, v23.0 gem5 has officially been released! You can use `git clone https://gem5.googlesource.com/public/gem5` to obtain the latest release and consult the RELEASE-NOTES.md for a high-level overview of significant changes. Please note that on

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: misc: Update gem5 version to v23.0.0.0

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71724?usp=email ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: misc: Update gem5 version to v23.0.0.0

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: gpu-compute,configs: Make sim exits conditional

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72138?usp=email ) Change subject: gpu-compute,configs: Make sim exits conditional .. gpu-compute,configs: Make sim exits

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: dev-amdgpu: Perform frame writes atomically

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72079?usp=email ) Change subject: dev-amdgpu: Perform frame writes atomically .. dev-amdgpu: Perform frame writes atomically The

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: scons: Remove -Werror for the gem5 v23.0 release

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72178?usp=email ) Change subject: scons: Remove -Werror for the gem5 v23.0 release .. scons: Remove -Werror for the gem5 v23.0

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: stdlib,tests: Fix download_check.py

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72159?usp=email ) Change subject: stdlib,tests: Fix download_check.py .. stdlib,tests: Fix download_check.py This was causing the

[gem5-dev] [L] Change in gem5/gem5[release-staging-v23-0]: configs: Create base GPUFS vega config and atomic config

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72078?usp=email ) Change subject: configs: Create base GPUFS vega config and atomic config .. configs: Create base GPUFS vega

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: stdlib: Change default gem5-resources DB collection

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72158?usp=email ) Change subject: stdlib: Change default gem5-resources DB collection .. stdlib: Change default gem5-resources DB

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

2023-07-07 Thread Bobby Bruce via gem5-dev
This appears to be a Docker failure of some kind. Both the compiler and nightly tests dropped at the same time. I think the Docker daemon crashed for some reason No tests failed here. The patches submitted yesterday don’t interact with any tests so they should all still pass. I’ll re-run these

[gem5-dev] [XS] Change in gem5/gem5[develop]: stdlib,tests: Fix download_check.py

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72019?usp=email ) Change subject: stdlib,tests: Fix download_check.py .. stdlib,tests: Fix download_check.py This was causing the

[gem5-dev] [XS] Change in gem5/gem5[develop]: stdlib: Change default gem5-resources DB collection

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72018?usp=email ) Change subject: stdlib: Change default gem5-resources DB collection .. stdlib: Change default gem5-resources DB

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: scons: Remove -Werror for the gem5 v23.0 release

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72178?usp=email ) Change subject: scons: Remove -Werror for the gem5 v23.0 release .. scons: Remove -Werror for the gem5

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: stdlib,tests: Fix download_check.py

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72159?usp=email ) Change subject: stdlib,tests: Fix download_check.py .. stdlib,tests: Fix download_check.py This was

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: stdlib: Change default gem5-resources DB collection

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72158?usp=email ) Change subject: stdlib: Change default gem5-resources DB collection .. stdlib: Change default gem5

[gem5-dev] [S] Change in gem5/gem5[stable]: misc: Check for Change-Id in GitHub Actions

2023-07-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72118?usp=email ) Change subject: misc: Check for Change-Id in GitHub Actions .. misc: Check for Change-Id in GitHub Actions This

[gem5-dev] [XS] Change in gem5/gem5[develop]: util: '-eq' -> '-ge' for if in vm_manager.sh

2023-07-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71499?usp=email ) Change subject: util: '-eq' -> '-ge' for if in vm_manager.sh .. util: '-eq' -&

[gem5-dev] [XS] Change in gem5/gem5[develop]: util: Add 'shutdown' argument option to vm_manager.sh

2023-07-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71500?usp=email ) Change subject: util: Add 'shutdown' argument option to vm_manager.sh .. util: Add 'shutdown'

[gem5-dev] [XS] Change in gem5/gem5[develop]: util: Add 'swapspace' daemon to runner VM.

2023-07-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71680?usp=email ) Change subject: util: Add 'swapspace' daemon to runner VM. .. util: Add 'swapspace' daem

[gem5-dev] [S] Change in gem5/gem5[develop]: util: Update GitHub Runners Vagrant to overcommit memory

2023-07-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71498?usp=email ) Change subject: util: Update GitHub Runners Vagrant to overcommit memory .. util: Update GitHub Runners Vagrant

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: dev-amdgpu: Perform frame writes atomically

2023-07-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72079?usp=email ) Change subject: dev-amdgpu: Perform frame writes atomically .. dev-amdgpu: Perform frame writes

[gem5-dev] [L] Change in gem5/gem5[release-staging-v23-0]: configs: Create base GPUFS vega config and atomic config

2023-07-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72078?usp=email ) Change subject: configs: Create base GPUFS vega config and atomic config .. configs: Create base GPUFS

[gem5-dev] [XS] Change in gem5/gem5[develop]: stdlib: Change default gem5-resources DB collection

2023-07-03 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72018?usp=email ) Change subject: stdlib: Change default gem5-resources DB collection .. stdlib: Change default gem5

[gem5-dev] [XS] Change in gem5/gem5[develop]: stdlib,tests: Fix download_check.py

2023-07-03 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/72019?usp=email ) Change subject: stdlib,tests: Fix download_check.py .. stdlib,tests: Fix download_check.py This was

[gem5-dev] [S] Change in gem5/gem5[stable]: misc: Adjust compiler tests and CI tests

2023-06-27 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71725?usp=email ) Change subject: misc: Adjust compiler tests and CI tests .. misc: Adjust compiler tests and CI tests This adds a

[gem5-dev] Re: [Important Announcement] gem5 Migration from Gerrit to GitHub

2023-06-16 Thread Bobby Bruce via gem5-dev
requirements. As such, we wish to re-schedule the transfer to June 27th. Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net > On Jun 6, 2023, at 6:50 AM, Bobby Bruce wrote: > > Dear all, > > We are excited to

[gem5-dev] Re: v23.0 staging branch to be created on May 24th

2023-06-16 Thread Bobby Bruce via gem5-dev
:55 PM, Bobby Bruce wrote: > > Dear all, > > As of this afternoon, the gem5 v23.0 staging branch has been created. This > branch will be intensely tested over the next couple of weeks to ensure it's > ready to be merged into the stable branch. The release of gem5 v23.0

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: arch-riscv: fix load reserved store conditional

2023-06-16 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71520?usp=email ) Change subject: arch-riscv: fix load reserved store conditional .. arch-riscv: fix load reserved store

[gem5-dev] [S] Change in gem5/gem5[develop]: python: Remove Python 'pipes' module

2023-06-16 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71740?usp=email ) Change subject: python: Remove Python 'pipes' module .. python: Remove Python 'pipes' modul

[gem5-dev] [S] Change in gem5/gem5[develop]: scons,stdlib: Remove deprecated 'distutils' module

2023-06-16 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71741?usp=email ) Change subject: scons,stdlib: Remove deprecated 'distutils' module .. scons,stdlib: Remove deprecated

[gem5-dev] [S] Change in gem5/gem5[develop]: scons,stdlib: Remove deprecated 'distutils' module

2023-06-15 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71741?usp=email ) Change subject: scons,stdlib: Remove deprecated 'distutils' module .. scons,stdlib: Remove

[gem5-dev] [S] Change in gem5/gem5[develop]: python: Remove Python 'pipes' module

2023-06-15 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71740?usp=email ) Change subject: python: Remove Python 'pipes' module .. python: Remove Python 'pipes&#

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: python: Remove Python 'pipes' module

2023-06-15 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71678?usp=email ) Change subject: python: Remove Python 'pipes' module .. python: Remove Python 'pipes' modul

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: scons,stdlib: Remove deprecated 'distutils' module

2023-06-15 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71679?usp=email ) Change subject: scons,stdlib: Remove deprecated 'distutils' module .. scons,stdlib: Remove deprecated

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: arch-riscv: Fix unexpected behavior of float operations in Mac OS

2023-06-15 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71519?usp=email ) Change subject: arch-riscv: Fix unexpected behavior of float operations in Mac OS .. arch-riscv: Fix

[gem5-users] Re: Running the PARSEC benchmark with RAM > 3GB

2023-06-15 Thread Bobby Bruce via gem5-users
On Jun 15, 2023, at 12:19 PM, Vincent Abraham via gem5-users > wrote: > > Thank you, I'll try it. Is there also a way to run the PARSEC benchmark > through fs.py if I have a disk image loaded with the benchmark? > > On Thu, Jun 15, 2023 at 12:11 PM Bobby Bruce via gem5-

[gem5-users] Re: Running the PARSEC benchmark with RAM > 3GB

2023-06-15 Thread Bobby Bruce via gem5-users
In the standard library the X86 Board currently doesn’t support memory sizes >3GB. The reason for this is due to restrictions in how we setup the memory ranges of the system. If you look at the code here: https://github.com/gem5/gem5/blob/55cecfc3e8fb2bdddfd96a850b0fdaca9bcdd0b3/src/python/gem

[gem5-dev] [XS] Change in gem5/gem5[develop]: util: Add 'swapspace' daemon to runner VM.

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71680?usp=email ) Change subject: util: Add 'swapspace' daemon to runner VM. .. util: Add 'swapspace&#x

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: python: Remove Python 'pipes' module

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71678?usp=email ) Change subject: python: Remove Python 'pipes' module .. python: Remove Python 'pipes&#

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: scons,stdlib: Remove deprecated 'distutils' module

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71679?usp=email ) Change subject: scons,stdlib: Remove deprecated 'distutils' module .. scons,stdlib: Remove

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: python: Ignore -s as gem5 option

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71518?usp=email ) Change subject: python: Ignore -s as gem5 option .. python: Ignore -s as gem5 option This enables more

[gem5-dev] [S] Change in gem5/gem5[release-staging-v23-0]: arch-riscv: fix load reserved store conditional

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71520?usp=email ) Change subject: arch-riscv: fix load reserved store conditional .. arch-riscv: fix load reserved store

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: arch-riscv: Fix unexpected behavior of float operations in Mac OS

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71519?usp=email ) Change subject: arch-riscv: Fix unexpected behavior of float operations in Mac OS .. arch-riscv

[gem5-dev] [XS] Change in gem5/gem5[stable]: misc: Add 'synchronize' as CI Test action. Remove 'reopen'

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71503?usp=email ) Change subject: misc: Add 'synchronize' as CI Test action. Remove 'reopen' .. misc: Add 

[gem5-dev] [XS] Change in gem5/gem5[stable]: misc: Remove 'run-name' from workflow yaml files

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71505?usp=email ) Change subject: misc: Remove 'run-name' from workflow yaml files .. misc: Remove 'run-name'

[gem5-dev] [XS] Change in gem5/gem5[stable]: misc: Update GitHub Actions Workflow names

2023-06-13 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71504?usp=email ) Change subject: misc: Update GitHub Actions Workflow names .. misc: Update GitHub Actions Workflow names Change

[gem5-dev] [XS] Change in gem5/gem5[stable]: misc: Add 'synchronize' as CI Test action. Remove 'reopen'

2023-06-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71503?usp=email ) Change subject: misc: Add 'synchronize' as CI Test action. Remove 'reopen' .. mi

[gem5-dev] [XS] Change in gem5/gem5[stable]: misc: Remove 'run-name' from workflow yaml files

2023-06-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71505?usp=email ) Change subject: misc: Remove 'run-name' from workflow yaml files .. misc: Remove '

[gem5-dev] [XS] Change in gem5/gem5[stable]: misc: Update GitHub Actions Workflow names

2023-06-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71504?usp=email ) Change subject: misc: Update GitHub Actions Workflow names .. misc: Update GitHub Actions Workflow

[gem5-dev] [XS] Change in gem5/gem5[release-staging-v23-0]: python: Ignore -s as gem5 option

2023-06-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71518?usp=email ) Change subject: python: Ignore -s as gem5 option .. python: Ignore -s as gem5 option This enables

[gem5-dev] [XS] Change in gem5/gem5[develop]: util: '-eq' -> '-ge' for if in vm_manager.sh

2023-06-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71499?usp=email ) Change subject: util: '-eq' -> '-ge' for if in vm_manager.sh .. util: &

[gem5-dev] [S] Change in gem5/gem5[develop]: util: Update GitHub Runners Vagrant to overcommit memory

2023-06-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71498?usp=email ) Change subject: util: Update GitHub Runners Vagrant to overcommit memory .. util: Update GitHub

[gem5-dev] [S] Change in gem5/gem5[develop]: util: Add 'shutdown' argument option to vm_manager.sh

2023-06-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71500?usp=email ) Change subject: util: Add 'shutdown' argument option to vm_manager.sh .. util: Add 'shu

[gem5-users] Re: [EXT] Re: Question about running the hpca-2023 tutorial

2023-06-09 Thread Bobby Bruce via gem5-users
nly part of Gem5 that I could not get working was the GUI work. > I don’t think it has been updated. > > Nick > > From: Bobby Bruce mailto:bbr...@ucdavis.edu>> > Sent: Thursday, June 8, 2023 9:07 PM > To: The gem5 Users mailing list <mailto:gem5-users@gem5.org>&

  1   2   3   4   5   6   7   8   9   10   >