diff --git a/projects/rocprofiler-compute/CHANGELOG.md b/projects/rocprofiler-compute/CHANGELOG.md index c671e81a87..e4d1648c36 100644 --- a/projects/rocprofiler-compute/CHANGELOG.md +++ b/projects/rocprofiler-compute/CHANGELOG.md @@ -180,9 +180,7 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * Support for Roofline plot on CLI (single run) analysis. -* Roofline support for RHEL 10 OS. - -* FP4 and FP6 data types have been added for roofline profiling on AMD Instinct MI350 series. +* `FP4` and `FP6` data types have been added for roofline profiling on AMD Instinct MI350 series. #### rocprofv3 support @@ -214,9 +212,11 @@ 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 8, 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 + +### Removed + +* Roofline support for Ubuntu 20.04 and SLES below 15.6 +* Removed support for AMD Instinct MI50 and MI60. ### Optimized @@ -226,7 +226,10 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * Fixed kernel name and kernel dispatch filtering when using ``rocprofv3``. * Fixed an issue of TCC channel counters collection in ``rocprofv3``. -* Fixed peak FLOPS of F8, I8, F16, and BF16 on AMD Instinct MI 300. +* Fixed peak FLOPS of `F8`, `I8`, `F16`, and `BF16` on AMD Instinct MI300. +* Fixed not detecting memory clock issue when using amd-smi +* Fixed standalone GUI crashing +* Fixed L2 read/write/atomic bandwidths on AMD Instinct MI350 series. ### Known issues @@ -245,10 +248,7 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * Memory chart on ROCm Compute Profiler CLI might look corrupted if the CLI width is too narrow. -### Removed - -* Roofline support for Ubuntu 20.04 and SLES below 15.6 -* Removed support for AMD Instinct MI50 and MI60. +* Roofline feature is currently not functional on Azure Linux 3.0 and Debian 12. ### Upcoming changes @@ -258,7 +258,6 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * 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 ### Added diff --git a/projects/rocprofiler-compute/docs/how-to/profile/mode.rst b/projects/rocprofiler-compute/docs/how-to/profile/mode.rst index e2d2758934..c6f774d5f0 100644 --- a/projects/rocprofiler-compute/docs/how-to/profile/mode.rst +++ b/projects/rocprofiler-compute/docs/how-to/profile/mode.rst @@ -544,7 +544,6 @@ successfully. .. note:: * ROCm Compute Profiler currently captures roofline profiling for all data types, and you can reduce the clutter in the PDF outputs by filtering the data type(s). Selecting multiple data types will overlay the results into the same PDF. To generate results in separate PDFs for each data type from the same workload run, you can re-run the profiling command with each data type as long as the ``roofline.csv`` file still exists in the workload folder. - * Roofline feature is currently not enabled on AMD Instinct MI350. The following image is a sample ``empirRoof_gpu-0_FP32.pdf`` roofline plot.