From 1ac805cb35061ec1fa30e89c754fbdab14c91899 Mon Sep 17 00:00:00 2001 From: Gopesh Bhardwaj Date: Sat, 17 Jan 2026 14:55:55 +0530 Subject: [PATCH] [rocprofiler-sdk][Documentation] Updating CHANGELOG for 7.2 (#2573) * Updating CHANGELOG for 7.2 * Updated CHANGELOG * Addressed feedback * Addressed Feedback * Updated based on review comments * Update installation steps and documentation links Updated installation documentation and links to latest repository. * Addressed Feedback * Updated CHANGELOG * Addressed feedback * updated CHANGELOG * Apply suggestion from @prbasyal-amd Co-authored-by: Pratik Basyal --------- Co-authored-by: Swati Rawat <120587655+SwRaw@users.noreply.github.com> Co-authored-by: Pratik Basyal --- projects/rocprofiler-sdk/CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/CHANGELOG.md b/projects/rocprofiler-sdk/CHANGELOG.md index 59a41f593b..c128e1ed80 100644 --- a/projects/rocprofiler-sdk/CHANGELOG.md +++ b/projects/rocprofiler-sdk/CHANGELOG.md @@ -242,6 +242,19 @@ Full documentation for ROCprofiler-SDK is available at [rocm.docs.amd.com/projec ## ROCprofiler-SDK 1.1.0 for ROCm release 7.2 ### Added -- Strix halo support for counter collection. +- Counter collection support for `gfx1150` and `gfx1151` (Strix Halo). +- HSA Extension API v8 support. +- `hipStreamCopyAttributes` API implementation. +### Optimized +- Improved process attachment and updated the corresponding [documentation](https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/how-to/using-rocprofv3-process-attachment.html). +- Improved [Quick reference guide for rocprofv3] (https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/quick_guide.html). +- Updated installation documentation with links to the latest repository (https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/install/installation.html). + +### Resolved issues +- Fixed multi-GPU dimension mismatch. +- Fixed device lock issue for dispatch counters. +- Addressed OpenMP Tools task scheduling null pointer exception. +- Fixed stream ID errors arising during process attachment. +- Fixed issues arising during dynamic code object loading.