From 2be29452280cf744feb9e286c5c35a9b9342965e Mon Sep 17 00:00:00 2001 From: Gopesh Bhardwaj Date: Tue, 28 Oct 2025 21:23:32 +0530 Subject: [PATCH] Version bump and CHANGELOG update for 7.1 (#1563) --- projects/rocprofiler-sdk/CHANGELOG.md | 14 ++++++++++++++ projects/rocprofiler-sdk/VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/CHANGELOG.md b/projects/rocprofiler-sdk/CHANGELOG.md index af0f98614d..2660a4aa9b 100644 --- a/projects/rocprofiler-sdk/CHANGELOG.md +++ b/projects/rocprofiler-sdk/CHANGELOG.md @@ -224,3 +224,17 @@ Full documentation for ROCprofiler-SDK is available at [rocm.docs.amd.com/projec ### Removed - Support for compilation of gfx940 and gfx941 targets. + + +## ROCprofiler-SDK 1.1.0 for ROCm release 7.1 + +### Added +- Dynamic process attachment- ROCprofiler-sdk and `rocprofv3` now facilitate dynamic profiling of a running GPU applications by attaching to its process ID (PID), rather than launching the application through the profiler itself. +- Scratch-memory trace information to the Perfetto output in `rocprofv3`. +- New capabilities to the thread trace support in `rocprofv3`, including real-time clock support for thread trace alignment on gfx9 architecture. This enables high-resolution clock computation and better synchronization across shader engines. Additionally, `MultiKernelDispatch` thread trace support is now available across all ASICs. +- Documentation for dynamic process attachment. +- Documentation for `rocpd` summaries. + + +### Optimized +- Improved the stability and robustness of the `rocpd` output. \ No newline at end of file diff --git a/projects/rocprofiler-sdk/VERSION b/projects/rocprofiler-sdk/VERSION index 3eefcb9dd5..9084fa2f71 100644 --- a/projects/rocprofiler-sdk/VERSION +++ b/projects/rocprofiler-sdk/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0