From 6a381d8966b51d56d420c0dafca26d9668fd4715 Mon Sep 17 00:00:00 2001 From: Peter Park Date: Mon, 4 Nov 2024 16:45:16 -0500 Subject: [PATCH] Fix changelog heading Signed-off-by: Peter Park --- CHANGELOG.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c18aeb8c1..7200a39a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,37 +2,37 @@ 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/). -## Omniperf 2.1.0 for ROCm 6.2.2 +## Omniperf 2.0.1 for ROCm 6.2.1 -### Changes +### Changed - * enable rocprofv1 for MI300 hardware (#391) - * refactoring and updating documemtation (#362, #394, #398, #414, #420) - * branch renaming and workflow updates (#389, #404, #409) - * bug fix for analysis output - * add dependency checks on application launch (#393) - * patch for profiling multi-process/multi-GPU applications (#376, #396) - * packaging updates (#386) - * rename CHANGES to CHANGELOG.md (#410) - * rollback Grafana version in Dockerfile for Angular plugin compatibility (#416) - * enable CI triggers for Azure CI (#426) - * add GPU model distinction for MI300 systems (#423) - * new MAINTAINERS.md guide for omniperf publishing procedures (#402) +* enable rocprofv1 for MI300 hardware (#391) +* refactoring and updating documemtation (#362, #394, #398, #414, #420) +* branch renaming and workflow updates (#389, #404, #409) +* bug fix for analysis output +* add dependency checks on application launch (#393) +* patch for profiling multi-process/multi-GPU applications (#376, #396) +* packaging updates (#386) +* rename CHANGES to CHANGELOG.md (#410) +* rollback Grafana version in Dockerfile for Angular plugin compatibility (#416) +* enable CI triggers for Azure CI (#426) +* add GPU model distinction for MI300 systems (#423) +* new MAINTAINERS.md guide for omniperf publishing procedures (#402) -### Optimizations +### Optimized - * reduced running time of Omniperf when profiling (#384) - * console logging improvements +* reduced running time of Omniperf when profiling (#384) +* console logging improvements ## Omniperf 2.0.1 for ROCm 6.2.0 -### Changes +### Added * new option to force hardware target via `OMNIPERF_ARCH_OVERRIDE` global (#370) * CI/CD support for MI300 hardware (#373) * support for MI308X hardware (#375) -### Optimizations +### Optimized * cmake build improvements (#374)