diff --git a/projects/rocprofiler-compute/CHANGELOG.md b/projects/rocprofiler-compute/CHANGELOG.md index c5414a1768..0a52be3fdf 100644 --- a/projects/rocprofiler-compute/CHANGELOG.md +++ b/projects/rocprofiler-compute/CHANGELOG.md @@ -19,8 +19,6 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * kernel: Counters are collected in a round robin fashion for unique kernels. * kernel_launch_params: Counters are collected in a round robin fashion for unique kernels having the exact same launch parameters. -* Implement AMDGPU driver info and GPU VRAM attributes in system info. section of analysis report. - ### Changed * Default output format for the underlying ROCprofiler-SDK tool has been changed from ``csv`` to ``rocpd``. @@ -38,8 +36,6 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * Corrected peak VALU Roofline profiling and analysis by removing `FP8` VALU and `BF16` VALU benchmarking. -* Fixed sL1D metric values showing up as N/A in memory chart diagram - ## ROCm Compute Profiler 3.4.0 for ROCm 7.2.0 ### Added @@ -53,6 +49,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. * Adds support for dispatch timeline analysis. * Shows duration as median in addition to mean in kernel view. +* Implement AMDGPU driver info and GPU VRAM attributes in system info. section of analysis report. + * Added `CU Utilization` metric to display the percentage of CUs utilized during kernel execution. ### Changed @@ -80,6 +78,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. ### Resolved issues +* Fixed sL1D metric values showing up as N/A in memory chart diagram + ### Known issues ### Upcoming changes