From 6769f64ba00c4422bdb8dcbdb88b77ceacff6aca Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Tue, 4 Mar 2025 01:48:53 +0000 Subject: [PATCH] CHANGELOG - Add 6.4.0 updates Change-Id: Ia788b1b51d6ef93c5d065c70a31a029d76fdab98 Signed-off-by: Galantsev, Dmitrii Co-authored-by: Rawat, Swati --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6af54948..29774b623d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Full documentation for RDC is available at [ROCm DataCenter Tool User Guide](https://rocm.docs.amd.com/projects/rdc/en/latest/). +## RDC for ROCm 6.4.0 + +### Added + +- RDC policy feature +- Power and thermal throttling metrics +- RVS [IET](https://github.com/ROCm/ROCmValidationSuite/tree/a6177fc5e3f2679f98bbbc80dc536d535a43fb69/iet.so), [PEBB](https://github.com/ROCm/ROCmValidationSuite/tree/a6177fc5e3f2679f98bbbc80dc536d535a43fb69/pebb.so), and [memory bandwidth tests](https://github.com/ROCm/ROCmValidationSuite/tree/a6177fc5e3f2679f98bbbc80dc536d535a43fb69/babel.so) +- Link status +- RDC_FI_PROF_SM_ACTIVE metric + +### Changed + +- Migrated from [rocprofiler v1](https://github.com/ROCm/rocprofiler) to [rocprofiler-sdk](https://github.com/ROCm/rocprofiler-sdk) +- Improved README.md for better usability +- Moved `rdc_options` into `share/rdc/conf/` +- Fixed ABSL in clang18+ + ## RDC for ROCm 6.3.0 ### Added