Skip to content

Commit

Permalink
Fix duplication issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen-amd committed Oct 23, 2024
1 parent ecaf46a commit 0bd6eeb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
open-pull-requests-limit: 10
schedule:
interval: "daily"
target-branch: "dev"
target-branch: "amd-staging"
labels:
- "documentation"
- "dependencies"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
66 changes: 0 additions & 66 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0bd6eeb

Please sign in to comment.