From e8fae1399fb16dce839e2302b374ba04e6433a15 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Thu, 20 Mar 2025 12:33:48 -0400 Subject: [PATCH] Update CHANGELOG.md (#142) * Update CHANGELOG.md [ROCm/rocprofiler-systems commit: 9c6be7433a9aad16e0be449781f59846bbf44856] --- projects/rocprofiler-systems/CHANGELOG.md | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/projects/rocprofiler-systems/CHANGELOG.md b/projects/rocprofiler-systems/CHANGELOG.md index df413bd1c8..259b832b7c 100644 --- a/projects/rocprofiler-systems/CHANGELOG.md +++ b/projects/rocprofiler-systems/CHANGELOG.md @@ -8,6 +8,30 @@ Full documentation for ROCm Systems Profiler is available at [https://rocm.docs. - Added profiling and metric collection capabilities for VCN engine activity, JPEG engine activity and API tracing for rocDecode, rocJPEG and VA-APIs. +### Resolved issues + +- Fixed application hang when enabling the RCCL backend + +## ROCm Systems Profiler 1.0.0 for ROCm 6.4 + +### Added + +- Support for VA-API and rocDecode tracing. + +### Changed + +- 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 interruption in config file generation. + +- Fixed segmentation fault while running rocprof-sys-instrument. + ## ROCm Systems Profiler 0.1.1 for ROCm 6.3.2 ### Resolved issues