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
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/](https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/).
4
4
5
-
## ROCm Compute Profiler 3.2.1 for ROCm 7.0.0
5
+
## ROCm Compute Profiler 3.2.2 for ROCm 7.0.0
6
6
7
7
### Added
8
8
@@ -69,17 +69,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
69
69
*``-b`` option in profile mode also accepts hardware IP block for filtering; however, this filter support will be deprecated soon.
70
70
*``--list-metrics`` option added in profile mode to list possible metric id(s), similar to analyze mode.
71
71
72
-
* Interface to ROCprofiler-SDK.
73
-
* Setting the environment variable ``ROCPROF=rocprofiler-sdk`` will use ROCprofiler-SDK C++ library instead of ``rocprofv3`` python script.
74
-
* Add --rocprofiler-sdk-library-path runtime option to choose the path to rocprofiler-sdk library to be used
75
-
* Using rocprof v1 / v2 / v3 interfaces will trigger a deprecation warning to use rocprofiler-sdk interface
76
-
77
72
* Support MEM chart on CLI (single run)
78
73
79
-
* Deprecation warning for MongoDB database update mode.
80
-
81
-
* Deprecation warning for ``rocm-smi``
82
-
83
74
*``--specs-correction`` option to provide missing system specifications for analysis.
84
75
85
76
### Changed
@@ -102,6 +93,9 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
102
93
* Fixed kernel name and kernel dispatch filtering when using ``rocprofv3``.
103
94
* Fixed an issue of TCC channel counters collection in ``rocprofv3``.
104
95
* Fixed peak FLOPS of F8, I8, F16, and BF16 on AMD Instinct MI 300.
96
+
* Fixed not detecting memory clock issue when using amd-smi
97
+
* Fixed standalone GUI crashing
98
+
* Fixed L2 read/write/atomic bandwidths on MI350
105
99
106
100
### Known issues
107
101
@@ -127,12 +121,11 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
127
121
128
122
### Upcoming changes
129
123
130
-
*``rocprof v1/v2/v3`` interfaces will be removed in favor of the ROCprofiler-SDK interface, which directly accesses ``rocprofv3`` C++ tool.
131
-
* 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``
124
+
*``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.
125
+
* 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.
132
126
* 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.
133
-
* Using rocprof v1 / v2 / v3 interfaces will trigger a deprecation warning to use rocprofiler-sdk interface
134
-
* MongoDB database support will be removed.
135
-
* Usage of ``rocm-smi`` will be removed in favor of ``amd-smi``.
127
+
* MongoDB database support will be removed, and a deprecation warning has been added to the application interface.
128
+
* 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