[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-announce] gem5 v25.0 staging branch: To be created on May 27th

2025-05-17 Thread Bobby Bruce
Hi all, I’m writing to let you know that I’ll be creating the staging branch for the upcoming gem5 v25.0 release on May 27th. The staging branch is created from develop, meaning any pull requests merged into develop before the staging branch is created will be included in the release. Therefore

[gem5-announce] gem5 v20 released!

2020-05-28 Thread Bobby Bruce via gem5-announce
Dear all, gem5 v20.0.0.0 has officially been released! In keeping with our master-as-stable policy, the latest version of gem5 can be obtained by pulling the code from the master branch: https://gem5.googlesource.com/public/gem5. There have been a lot of changes since gem5 19, which we have highl

[gem5-announce] gem5 Users' Workshop Presentations!

2020-05-29 Thread Bobby Bruce via gem5-announce
Dear all, As some of you may be aware, we're running a special virtual gem5 Users' Workshop next Wednesday (June 3rd). As part of this virtual workshop,presenters have been asked to upload their presentations for attendees to view in advance. The session next Wednesday shall consist mainly of an i

[gem5-announce] gem5 Users' Workshop Presentations! [Part 2]

2020-06-02 Thread Bobby Bruce via gem5-announce
ca-2020#workshop-schedule-june-3rd Kind regards, Bobby -- Dr. Bobby R. Bruce Room 2235, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net gem5 Virtual Workshop open for registration!! [Free to join, June 3rd -- 4th] <http://www.gem5.org/events/isca-2020> On Fri, May 29,

[gem5-announce] gem5 Town Hall Meeting Youtube LiveFeed

2020-06-03 Thread Bobby Bruce via gem5-announce
Dear all, As with our meeting today, you can join tomorrow's town hall meeting (June 4th 1400 UTC) via Youtube. To do so, please use the following link: https://youtu.be/fvCXmMBblZY We will be monitoring the chat in this feed for questions and comments. We will try our best to ensure everyone is

[gem5-announce] gem5 v20.1 released!

2020-09-30 Thread Bobby Bruce via gem5-announce
Dear all, gem5 v20.1.0.0 has officially been released! Using `git clone https://gem5.googlesource.com/public/gem5` will get you the latest version. Please note that HEAD now points towards our new `stable` branch, where gem5 v20.2 exists. The old master branch will be fully removed soon. There h

[gem5-announce] gem5 v20.1.0.1 Hotfix Release [Garnet Network Model]

2020-11-06 Thread Bobby Bruce via gem5-announce
Dear all, In the gem5 v20.1.0.0 release there was a bug in the Garnet Network Stats, which adversely affected the overall behavior of the Garnet Network Model. The bug, and related fix, are discussed here: https://gem5-review.googlesource.com/c/public/gem5/+/36416. On November 6th, we applied this

[gem5-announce] gem5 v20.1.0.2 Hotfix Release

2020-11-16 Thread Bobby Bruce via gem5-announce
Dear all, We've fixed two bugs as part of a hotfix release for gem5 v20.1. A "ValueError: invalid literal for int() with base..." error was being thrown in certain circumstances due to a non-integer being passed to "MemorySize" via a division. This has been fixed. An assertion in Stats was being

[gem5-announce] Invitation to complete the gem5 Survey 2020!

2020-12-04 Thread Bobby Bruce via gem5-announce
Dear all, To all those willing, I wish to extend an invitation to participate in this year's gem5 survey. The purpose of this survey is to provide valuable feedback to the gem5 community as to which areas of the project we should focus on over the next year and beyond. This survey may be completed

[gem5-announce] Re: Invitation to complete the gem5 Survey 2020!

2020-12-21 Thread Bobby Bruce via gem5-announce
e.com/gi2021icse.html On Fri, Dec 4, 2020 at 5:56 PM Bobby Bruce wrote: > Dear all, > > To all those willing, I wish to extend an invitation to participate in > this year's gem5 survey. The purpose of this survey is to provide valuable > feedback to the gem5 community as to whic

[gem5-announce] gem5 v20.1.0.3 Hotfix Release

2021-02-03 Thread Bobby Bruce via gem5-announce
Dear all, Last month a bug was identified where booting Linux stalled under certain circumstances when using the ARM ISA: https://gem5.atlassian.net/browse/GEM5-901. A fix was found and has been applied as a new hotfix release to v20.1. We would advise users to pull the latest gem5 release to avoi

[gem5-announce] gem5 v20.1.0.4 Hotfix Release

2021-02-22 Thread Bobby Bruce via gem5-announce
Dear all, A bug was identified in gem5 v20.1 that resulted in gem5 failing to compile with scons 4.0.1 and 4.1.0: https://gem5.atlassian.net/browse/GEM5-916 As such a hotfix (v20.1.0.4) has been released. This fix can be obtained by pulling the latest version of gem5 via the git stable branch. Th

[gem5-announce] gem5 v20.1.0.5 Hotfix Release

2021-03-17 Thread Bobby Bruce via gem5-announce
Dear all, The gem5 v20.1.0.5 hotfix release is now available on the stable branch: https://gem5.googlesource.com/public/gem5/. This fixes a number of bugs identified over recent weeks. As always, we advise gem5 users pull the latest version from the stable branch to keep up-to-date with the latest

[gem5-announce] gem5 v21.0 released!

2021-03-26 Thread Bobby Bruce via gem5-announce
Dear all, gem5 v21.0.0.0 has officially been released. Using `git clone https://gem5.googlesource.com/public/gem5` will get you the latest version. There have been a lot of changes since v20.1, which we have highlighted in our release-notes: https://gem5.googlesource.com/public/gem5/+/refs/heads

[gem5-announce] gem5 Minor release: v21.0.1

2021-06-23 Thread Bobby Bruce via gem5-announce
Dear all. We're happy to announce our first minor release: version 21.0.1! This release consists entirely of bug fixes for v21.0 users. More information on exactly what has been fixed can be found here: https://gem5.googlesource.com/public/gem5/+/refs/tags/v21.0.1.0/RELEASE-NOTES.md#version-21_0_

[gem5-announce] gem5 v21.1 released!

2021-07-28 Thread Bobby Bruce via gem5-announce
Dear all, gem5 v21.1.0.0 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: https://gem5.google

[gem5-announce] gem5 v21.2 released!

2021-12-27 Thread Bobby Bruce via gem5-announce
Dear all, gem5 v21.2.0.0 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: https://gem5.google

[gem5-announce] gem5 v21.2.1 released!

2022-02-08 Thread Bobby Bruce via gem5-announce
Dear all, A minor release, consisting of bug fixes and small improvements to v21.2 of gem5, is now available. Users can obtain this release by pulling the latest changes from the "stable" branch of the gem5 repository: https://gem5.googlesource.com/public/gem5. A short list outlining the changes

[gem5-announce] Upcoming gem5 events! Tutorial, Workshop, and Boot Camp!

2022-03-29 Thread Bobby Bruce via gem5-announce
Dear all, We wish to make the computer architecture research community aware of several gem5 events occurring over the next 6 months. There will be two events co-located at ISCA 2022 (held in New York, June 18th) -- a 3 hour tutorial, and a 3 hour workshop. In July, there will be a "gem5 Boot Camp

[gem5-announce] Re: Upcoming gem5 events! Tutorial, Workshop, and Boot Camp!

2022-04-21 Thread Bobby Bruce via gem5-announce
-4th-gem5-users-workshop Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Tue, Mar 29, 2022 at 6:30 PM Bobby Bruce wrote: > Dear all, > > We wish to make the computer architecture research community aware

[gem5-users] gem5 Tutorial at HPCA 2023 (Feb 25th, Montreal)

2022-11-28 Thread Bobby Bruce via gem5-users
Dear all, We wish to make the computer architecture research community aware of a gem5 tutorial to be held at HPCA 2023 (Montreal, February 25th). This gem5 tutorial is designed to give computer architecture researchers a "crash course" in using gem5. No prior experience is required and the event

[gem5-dev] gem5 v22.1 released!

2022-12-30 Thread Bobby Bruce via gem5-dev
Dear all, v22.1 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. I'll be working on a b

[gem5-users] gem5 Workshop @ISCA '23: Call for Presentations

2023-03-21 Thread Bobby Bruce via gem5-users
Dear all, The gem5 simulator is an open-source platform that enables the modeling and simulation of computer systems at different levels of abstraction, including processor, memory hierarchy, and interconnects. It is widely used in academia and industry for research, education, and design space

[gem5-dev] Re: gem5 Workshop @ISCA '23: Call for Presentations

2023-04-17 Thread Bobby Bruce via gem5-dev
given the proposal abstracts. More information can be found on the event webpage: https://www.gem5.org/events/isca-2023. Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Tue, Mar 21, 2023 at 12:35 PM Bobby Bruce

[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-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] 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] 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 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