diff --git a/projects/rocprofiler-compute/CHANGELOG.md b/projects/rocprofiler-compute/CHANGELOG.md index 9c2a3075fe..0d868bdaf1 100644 --- a/projects/rocprofiler-compute/CHANGELOG.md +++ b/projects/rocprofiler-compute/CHANGELOG.md @@ -134,17 +134,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * ``-b`` option in profile mode also accepts hardware IP block for filtering; however, this filter support will be deprecated soon. * ``--list-metrics`` option added in profile mode to list possible metric id(s), similar to analyze mode. -* Interface to ROCprofiler-SDK. - * Setting the environment variable ``ROCPROF=rocprofiler-sdk`` will use ROCprofiler-SDK C++ library instead of ``rocprofv3`` python script. - * Add --rocprofiler-sdk-library-path runtime option to choose the path to rocprofiler-sdk library to be used - * Using rocprof v1 / v2 / v3 interfaces will trigger a deprecation warning to use rocprofiler-sdk interface - * Support MEM chart on CLI (single run) -* Deprecation warning for MongoDB database update mode. - -* Deprecation warning for ``rocm-smi`` - * ``--specs-correction`` option to provide missing system specifications for analysis. ### Changed @@ -157,6 +148,9 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * Updated Roofline binaries: * Rebuild using latest ROCm stack * Minimum OS distribution support minimum for roofline feature is now Ubuntu 22.04, RHEL 9, and SLES15 SP6. +* Fixed not detecting memory clock issue when using amd-smi +* Fixed standalone GUI crashing +* Fixed L2 read/write/atomic bandwidths on MI350 ### Optimized @@ -192,12 +186,11 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. ### Upcoming changes -* ``rocprof v1/v2/v3`` interfaces will be removed in favor of the ROCprofiler-SDK interface, which directly accesses ``rocprofv3`` C++ tool. - * 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`` +* ``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. + * 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. * 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. -* Using rocprof v1 / v2 / v3 interfaces will trigger a deprecation warning to use rocprofiler-sdk interface -* MongoDB database support will be removed. -* Usage of ``rocm-smi`` will be removed in favor of ``amd-smi``. +* MongoDB database support will be removed, and a deprecation warning has been added to the application interface. +* Usage of ``rocm-smi`` is deprecated in favor of ``amd-smi``, and a deprecation warning has been added to the application interface. ## ROCm Compute Profiler 3.1.1 for ROCm 6.4.2