From 8b09fb71d906e68dba95e94bffaca901addea5fc Mon Sep 17 00:00:00 2001 From: Pratik Basyal Date: Thu, 24 Apr 2025 16:19:13 -0400 Subject: [PATCH] Changelog edited to sync with release branch and clarity [amdstaging] (#182) * Changelog edited to sync with release-6.4 branch * Peer review feedback added Co-authored-by: Jeffrey Novotny --------- Co-authored-by: Jeffrey Novotny --- CHANGELOG.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bafe2328..b579d06682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,36 +6,47 @@ Full documentation for ROCm Systems Profiler is available at [https://rocm.docs. ### Added -- Added profiling and metric collection capabilities for VCN engine activity, JPEG engine activity and API tracing for rocDecode, rocJPEG and VA-APIs. -- Added a "how-to" document for network performance profiling for standard Network Interface Cards (NICs). +- Profiling and metric collection capabilities for VCN engine activity, JPEG engine activity, and API tracing for rocDecode, rocJPEG and VA-APIs. ### Changed -- Replaced ROCm-SMI backend with AMD-SMI backend for collecting GPU metrics. +- Replaced ROCm SMI backend with AMD SMI backend for collecting GPU metrics. ### Resolved issues -- Fixed application hang when enabling the RCCL backend +- Fixed an issue where enabling the RCCL backend caused the application to stop responding. -## ROCm Systems Profiler 1.0.0 for ROCm 6.4 +## ROCm Systems Profiler 1.0.0 for ROCm 6.4.1 + +### Added + +- "How-to" document for network performance profiling for standard Network Interface Cards (NICs). + +## ROCm Systems Profiler 1.0.0 for ROCm 6.4.0 ### Added - Support for VA-API and rocDecode tracing. +- Aggregation of MPI data collected across distributed nodes and ranks. The data is concatenated into a single proto file. + ### Changed -- Backend refactored to use rocprofiler-sdk rather than rocprofiler and roctracer. +- Backend refactored to use ROCprofiler-SDK rather than ROCProfiler and ROCTracer. ### Resolved issues - Fixed hardware counter summary files not being generated after profiling. -- Fixed an application crash when collecting performance counters with rocprofiler. +- Fixed an application crash when collecting performance counters with ROCProfiler. - Fixed interruption in config file generation. -- Fixed segmentation fault while running rocprof-sys-instrument. +- Fixed segmentation fault while running `rocprof-sys-instrument`. + +- Fixed an issue where running `rocprof-sys-causal` or using the `-I all` option with `rocprof-sys-sample` caused the system to become non-responsive. + +- Fixed an issue where sampling multi-GPU Python workloads caused the system to stop responding. ## ROCm Systems Profiler 0.1.1 for ROCm 6.3.2