Update changelog to reflect 7.2 cherry-pick (#2137)

Этот коммит содержится в:
vedithal-amd
2025-12-02 17:26:17 -05:00
коммит произвёл GitHub
родитель d75d0bc1c9
Коммит 2700ca0287
+4 -4
Просмотреть файл
@@ -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