From 1b1744b1b03c1cf26a48f8944d8e765a142e84cd Mon Sep 17 00:00:00 2001 From: Peter Park Date: Fri, 10 Jan 2025 11:05:25 -0500 Subject: [PATCH] [6.3.2] Update changelog for 0.1.1 (#80) [ROCm/rocprofiler-systems commit: 3b8c75cf4772a61dceab7e02e8ae75f56cb4a387] --- projects/rocprofiler-systems/CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/projects/rocprofiler-systems/CHANGELOG.md b/projects/rocprofiler-systems/CHANGELOG.md index 9453dd51a9..bb56075c76 100644 --- a/projects/rocprofiler-systems/CHANGELOG.md +++ b/projects/rocprofiler-systems/CHANGELOG.md @@ -2,6 +2,28 @@ Full documentation for ROCm Systems Profiler is available at [https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/](https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/). +## ROCm Systems Profiler 0.1.1 for ROCm 6.3.2 + +### Resolved issues + +- Fixed an error when building from source on some SUSE and RHEL systems when using the `ROCPROFSYS_BUILD_DYNINST` option. + +## ROCm Systems Profiler 0.1.0 for ROCm 6.3.1 + +### Added + +- Improvements to support OMPT target offload. + +### Resolved issues + +- Fixed an issue with generated Perfetto files. + +- Fixed an issue with merging multiple `.proto` files. + +- Fixed an issue causing GPU resource data to be missing from traces of Instinct MI300A systems. + +- Fixed a minor issue for users upgrading to ROCm 6.3 from 6.2 post-rename from `omnitrace`. + ## ROCm Systems Profiler 0.1.0 for ROCm 6.3.0 ### Changed