From ecf0d32644982ea263c9abb3cf0ead4e9a8dc72b Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Wed, 15 Oct 2025 15:25:34 -0400 Subject: [PATCH] Update CHANGELOG.md for ROCm 7.1.0 release (#1362) --- projects/rocprofiler-compute/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/projects/rocprofiler-compute/CHANGELOG.md b/projects/rocprofiler-compute/CHANGELOG.md index 2c9c211701..cdd362d2cb 100644 --- a/projects/rocprofiler-compute/CHANGELOG.md +++ b/projects/rocprofiler-compute/CHANGELOG.md @@ -4,6 +4,22 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. ## Unreleased +### Added + +### Changed + +### Removed + +### Optimized + +### Resolved issues + +### Known issues + +### Upcoming changes + +## ROCm Compute Profiler 3.3.0 for ROCm 7.1.0 + ### Added * Live attach/detach feature that allows coupling with a workload process, without controlling its start or end. * Use '--attach-pid' to specify the target process ID.