Skip to content

Commit

Permalink
Update VERSION, CHANGELOG, and README citation for next release (#433)
Browse files Browse the repository at this point in the history
Signed-off-by: Carrie Fallows <[email protected]>
  • Loading branch information
cfallows-amd authored and coleramos425 committed Sep 27, 2024
1 parent d2e806d commit cf1b699
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@

Full documentation for Omniperf is available at [https://rocm.docs.amd.com/projects/omniperf/en/latest/](https://rocm.docs.amd.com/projects/omniperf/en/latest/).

## (Unreleased) Omniperf 2.0.1 for ROCm 6.2.0
## (Unreleased) 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.0.1 for ROCm 6.2.0

### Changes

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ style reference is provided below for convenience:
Keith Lowery and
Nicholas Curtis and
Cristian Di Pietrantonio},
title = {AMDResearch/omniperf: v2.0.1 (03 June 2024)},
month = june,
title = {AMDResearch/omniperf: v2.1.0 (27 Sept 2024)},
month = sept,
year = 2024,
publisher = {Zenodo},
version = {v2.0.1},
version = {v2.1.0},
doi = {10.5281/zenodo.7314631},
url = {https://doi.org/10.5281/zenodo.7314631}
}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1.0

0 comments on commit cf1b699

Please sign in to comment.