From faa18576f26d9474f3e4d68005638ca30741ffeb Mon Sep 17 00:00:00 2001 From: Matthew Poremba Date: Tue, 25 Jun 2024 11:21:20 -0700 Subject: [PATCH] misc: Add high level GPU model release notes Change-Id: I73dfba5eeeffe1b812bc41a80b9d0901822e8062 --- RELEASE-NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 85d03b238a..dcbcce85cd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -92,7 +92,9 @@ This can be used to build and run gem5 in consistent environment and enables Git ### GPU Model -* Supporty for the MI200 GPU model. +* Support for MI300X and MI200 GPU models including their features and most instructions. +* ROCm 6.1 disk image and compile docker files have been added. ROCm 5.4.2 and 4.2 resources are removed. +* The deprecated GCN3 ISA has been removed. Use VEGA instead. ## Bug Fixes