You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,17 +134,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
134
134
*``-b`` option in profile mode also accepts hardware IP block for filtering; however, this filter support will be deprecated soon.
135
135
*``--list-metrics`` option added in profile mode to list possible metric id(s), similar to analyze mode.
136
136
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
-
142
137
* Support MEM chart on CLI (single run)
143
138
144
-
* Deprecation warning for MongoDB database update mode.
145
-
146
-
* Deprecation warning for ``rocm-smi``
147
-
148
139
*``--specs-correction`` option to provide missing system specifications for analysis.
149
140
150
141
### Changed
@@ -157,6 +148,9 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
157
148
* Updated Roofline binaries:
158
149
* Rebuild using latest ROCm stack
159
150
* 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
160
154
161
155
### Optimized
162
156
@@ -192,12 +186,11 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
192
186
193
187
### Upcoming changes
194
188
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.
197
191
* 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.
0 commit comments