Skip to content

Commit 439266b

Browse files
Backport ROCm 7.0 changelog
* Backport changelog from ROCm 7.0 RC3 cherry-pick PR * ROCm/rocm-systems#93 [rocm-systems] ROCm/rocm-systems#116 (commit 448e5df)
1 parent 1bea167 commit 439266b

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
134134
* ``-b`` option in profile mode also accepts hardware IP block for filtering; however, this filter support will be deprecated soon.
135135
* ``--list-metrics`` option added in profile mode to list possible metric id(s), similar to analyze mode.
136136

137-
* Interface to ROCprofiler-SDK.
138-
* Setting the environment variable ``ROCPROF=rocprofiler-sdk`` will use ROCprofiler-SDK C++ library instead of ``rocprofv3`` python script.
139-
* Add --rocprofiler-sdk-library-path runtime option to choose the path to rocprofiler-sdk library to be used
140-
* Using rocprof v1 / v2 / v3 interfaces will trigger a deprecation warning to use rocprofiler-sdk interface
141-
142137
* Support MEM chart on CLI (single run)
143138

144-
* Deprecation warning for MongoDB database update mode.
145-
146-
* Deprecation warning for ``rocm-smi``
147-
148139
* ``--specs-correction`` option to provide missing system specifications for analysis.
149140

150141
### Changed
@@ -157,6 +148,9 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
157148
* Updated Roofline binaries:
158149
* Rebuild using latest ROCm stack
159150
* Minimum OS distribution support minimum for roofline feature is now Ubuntu 22.04, RHEL 9, and SLES15 SP6.
151+
* Fixed not detecting memory clock issue when using amd-smi
152+
* Fixed standalone GUI crashing
153+
* Fixed L2 read/write/atomic bandwidths on MI350
160154

161155
### Optimized
162156

@@ -192,12 +186,11 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
192186

193187
### Upcoming changes
194188

195-
* ``rocprof v1/v2/v3`` interfaces will be removed in favor of the ROCprofiler-SDK interface, which directly accesses ``rocprofv3`` C++ tool.
196-
* To use ROCprofiler-SDK interface, set environment variable `ROCPROF=rocprofiler-sdk` and optionally provide profile mode option ``--rocprofiler-sdk-library-path /path/to/librocprofiler-sdk.so``
189+
* ``rocprof v1/v2/v3`` interfaces will be removed in favor of the ROCprofiler-SDK interface, which directly accesses ``rocprofv3`` C++ tool. Using ``rocprof v1/v2/v3`` interfaces will trigger a deprecation warning.
190+
* To use ROCprofiler-SDK interface, set environment variable `ROCPROF=rocprofiler-sdk` and optionally provide profile mode option ``--rocprofiler-sdk-library-path /path/to/librocprofiler-sdk.so``. Add ``--rocprofiler-sdk-library-path`` runtime option to choose the path to ROCprofiler-SDK library to be used.
197191
* Hardware IP block based filtering using ``-b`` option in profile mode will be removed in favor of analysis report block based filtering using ``-b`` option in profile mode.
198-
* Using rocprof v1 / v2 / v3 interfaces will trigger a deprecation warning to use rocprofiler-sdk interface
199-
* MongoDB database support will be removed.
200-
* Usage of ``rocm-smi`` will be removed in favor of ``amd-smi``.
192+
* MongoDB database support will be removed, and a deprecation warning has been added to the application interface.
193+
* Usage of ``rocm-smi`` is deprecated in favor of ``amd-smi``, and a deprecation warning has been added to the application interface.
201194

202195

203196
## ROCm Compute Profiler 3.1.1 for ROCm 6.4.2

0 commit comments

Comments
 (0)