gem5-dev@gem5.org

The gem5 Developer List

View all threads

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

BB
Bobby Bruce (Gerrit)
Mon, Jul 10, 2023 10:52 PM

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 hotfix

Change-Id: Ieced7f693a8cbef586324dfe7ce826da16d9a3c3

M RELEASE-NOTES.md
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
Bobby Bruce: Looks good to me, approved

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 0c158ee..1a72428 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,15 @@
+# Version 23.0.0.1
+
+[HOTFIX] Fixes compilation of GCN3_X86 and VEGA_X85.
+
+This hotfix release:
+
+* Removes the use of 'std::random_shuffle'.
+This is a deprecated function in C++17 and has been removed in C++20.
+* Adds missing 'overrides' in "src/arch/amdgpu/vega/insts/instructions.hh".
+* Fixes Linux specific includes, allowing for compilation on non-linux
systems.
+* Adds a missing include in "src/gpu-compute/dispatcher.cc".
+

Version 23.0

This release has approximately 500 contributions from 50 unique
contributors.

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/72228?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: public/gem5
Gerrit-Branch: hotfix-v23-0-0-1
Gerrit-Change-Id: Ieced7f693a8cbef586324dfe7ce826da16d9a3c3
Gerrit-Change-Number: 72228
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power jason@lowepower.com
Gerrit-CC: kokoro noreply+kokoro@google.com

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 hotfix Change-Id: Ieced7f693a8cbef586324dfe7ce826da16d9a3c3 --- M RELEASE-NOTES.md 1 file changed, 12 insertions(+), 0 deletions(-) Approvals: Bobby Bruce: Looks good to me, approved diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0c158ee..1a72428 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,15 @@ +# Version 23.0.0.1 + +**[HOTFIX]** Fixes compilation of `GCN3_X86` and `VEGA_X85`. + +This hotfix release: + +* Removes the use of 'std::random_shuffle'. +This is a deprecated function in C++17 and has been removed in C++20. +* Adds missing 'overrides' in "src/arch/amdgpu/vega/insts/instructions.hh". +* Fixes Linux specific includes, allowing for compilation on non-linux systems. +* Adds a missing include in "src/gpu-compute/dispatcher.cc". + # Version 23.0 This release has approximately 500 contributions from 50 unique contributors. -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/72228?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: public/gem5 Gerrit-Branch: hotfix-v23-0-0-1 Gerrit-Change-Id: Ieced7f693a8cbef586324dfe7ce826da16d9a3c3 Gerrit-Change-Number: 72228 Gerrit-PatchSet: 2 Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <jason@lowepower.com> Gerrit-CC: kokoro <noreply+kokoro@google.com>