From 0bd6eebcfa0691f4040bde4339a4e67b658e4931 Mon Sep 17 00:00:00 2001 From: xuchen-amd Date: Wed, 23 Oct 2024 16:32:22 -0400 Subject: [PATCH] Fix duplication issues. --- .github/workflows/dependabot.yml | 2 +- .github/workflows/docs.yml | 2 - CHANGELOG.md | 66 -------------------------------- 3 files changed, 1 insertion(+), 69 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 48d6228ba..90f2d871e 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -10,7 +10,7 @@ updates: open-pull-requests-limit: 10 schedule: interval: "daily" - target-branch: "dev" + target-branch: "amd-staging" labels: - "documentation" - "dependencies" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 00f8736e4..876d89d97 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,8 +4,6 @@ on: push: branches: [ amd-mainline ] paths: - - 'docs/archive/docs-2.x/**' - - 'docs/archive/docs-1.x/**' - 'docs/archive/docs-2.x/**' - 'docs/archive/docs-1.x/**' - '.github/workflows/docs.yml' diff --git a/CHANGELOG.md b/CHANGELOG.md index 172016c3d..0ed3ec04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,72 +4,6 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs. ## Omniperf 2.1.0 for ROCm 6.2.2 -### Changes - - * 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 - - * reduced running time of Omniperf when profiling (#384) - * console logging improvements - -## Omniperf 2.1.0 for ROCm 6.2.2 - -### Changes - - * 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 - - * reduced running time of Omniperf when profiling (#384) - * console logging improvements - -## Omniperf 2.1.0 for ROCm 6.2.2 - -### Changes - - * 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 - - * reduced running time of Omniperf when profiling (#384) - * console logging improvements - -## Omniperf 2.1.0 for ROCm 6.2.2 - ### Changes * enable rocprofv1 for MI300 hardware (#391)