From 2785dc21ecf9a780eeb82912d9235b6f1477581e Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Tue, 5 Aug 2025 20:07:23 -0500 Subject: [PATCH] Update changelog for 7.0 release Co-authored-by: Rawat, Swati [ROCm/rdc commit: 394c634e42357ddf628c3373ed734c5121d918ee] --- projects/rdc/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/projects/rdc/CHANGELOG.md b/projects/rdc/CHANGELOG.md index 29774b623d..0aff35ad64 100644 --- a/projects/rdc/CHANGELOG.md +++ b/projects/rdc/CHANGELOG.md @@ -2,6 +2,25 @@ Full documentation for RDC is available at [ROCm DataCenter Tool User Guide](https://rocm.docs.amd.com/projects/rdc/en/latest/). +## RDC for ROCm 7.0.0 + +### Added + +- More profiling and monitoring metrics, especially for AMD Instinct MI300 and newer GPUs. +- Advanced logging and debugging options, including new log levels and troubleshooting guidance. + +### Changed + +- Completed migration from legacy [ROCProfiler](https://rocm.docs.amd.com/projects/rocprofiler/en/latest/) to [ROCprofiler-SDK](https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/). +- Reorganized the configuration files internally and improved [README/installation](https://github.com/ROCm/rdc/blob/amd-staging/README.md) instructions. +- Updated metrics and monitoring support for the latest AMD data center GPUs. + +### Optimized + +- Integration with [ROCprofiler-SDK](https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/) for performance metrics collection. +- Standalone and embedded operating modes, including streamlined authentication and configuration options. +- Support and documentation for diagnostic commands and GPU group management. +- [RVS](https://rocm.docs.amd.com/projects/ROCmValidationSuite/en/latest/) test integration and reporting. ## RDC for ROCm 6.4.0 ### Added