From f9aeee3e15796dfdbe78dd5d563a7690765cf1b9 Mon Sep 17 00:00:00 2001
From: Saad Rahim <44449863+saadrahim@users.noreply.github.com>
Date: Wed, 28 Jun 2023 19:02:49 -0600
Subject: [PATCH] CLR manifest update and release note edit (#2299)
* removing deprecated libraries
* Release note fix
* manual updates
* Updating manifest for clr changes
---
CHANGELOG.md | 2 +-
RELEASE.md | 2 +-
default.xml | 4 +---
tools/autotag/templates/rocm_changes/5.6.0.md | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8f7208d5..0cfc8260c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,7 +24,7 @@ The release notes for the ROCm platform.
ROCm 5.6 consists of several AI software ecosystem improvements to our fast-growing user base. A few examples include:
- New documentation portal at https://rocm.docs.amd.com
-- Ongoing software enhancements for Large Language and other models, ensuring full compliance with the HuggingFace unit test suite
+- Ongoing software enhancements for LLMs, ensuring full compliance with the HuggingFace unit test suite
- OpenAI Triton, CuPy, HIP Graph support, and many other library performance enhancements
- Improved ROCm deployment and development tools, including CPU-GPU (rocGDB) debugger, profiler, and docker containers
- New pseudorandom generators are available in rocRAND. Added support for half-precision transforms in hipFFT/rocFFT. Added LU refactorization and linear system solver for sparse matrices in rocSOLVER.
diff --git a/RELEASE.md b/RELEASE.md
index 9ba920205..7827a85fa 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -24,7 +24,7 @@ The release notes for the ROCm platform.
ROCm 5.6 consists of several AI software ecosystem improvements to our fast-growing user base. A few examples include:
- New documentation portal at https://rocm.docs.amd.com
-- Ongoing software enhancements for Large Language and other models, ensuring full compliance with the HuggingFace unit test suite
+- Ongoing software enhancements for LLMs, ensuring full compliance with the HuggingFace unit test suite
- OpenAI Triton, CuPy, HIP Graph support, and many other library performance enhancements
- Improved ROCm deployment and development tools, including CPU-GPU (rocGDB) debugger, profiler, and docker containers
- New pseudorandom generators are available in rocRAND. Added support for half-precision transforms in hipFFT/rocFFT. Added LU refactorization and linear system solver for sparse matrices in rocSOLVER.
diff --git a/default.xml b/default.xml
index c65f632ea..6990ffb1e 100644
--- a/default.xml
+++ b/default.xml
@@ -26,14 +26,12 @@ fetch="https://github.com/KhronosGroup/" />
-
-
+
-
diff --git a/tools/autotag/templates/rocm_changes/5.6.0.md b/tools/autotag/templates/rocm_changes/5.6.0.md
index 6c0800471..6e7d8ea88 100644
--- a/tools/autotag/templates/rocm_changes/5.6.0.md
+++ b/tools/autotag/templates/rocm_changes/5.6.0.md
@@ -6,7 +6,7 @@
ROCm 5.6 consists of several AI software ecosystem improvements to our fast-growing user base. A few examples include:
- New documentation portal at https://rocm.docs.amd.com
-- Ongoing software enhancements for Large Language and other models, ensuring full compliance with the HuggingFace unit test suite
+- Ongoing software enhancements for LLMs, ensuring full compliance with the HuggingFace unit test suite
- OpenAI Triton, CuPy, HIP Graph support, and many other library performance enhancements
- Improved ROCm deployment and development tools, including CPU-GPU (rocGDB) debugger, profiler, and docker containers
- New pseudorandom generators are available in rocRAND. Added support for half-precision transforms in hipFFT/rocFFT. Added LU refactorization and linear system solver for sparse matrices in rocSOLVER.