Skip to content

Commit

Permalink
Bump up version to 0.5.0 for AFAR VI (#998)
Browse files Browse the repository at this point in the history
* Bump up version to 0.5.0 for AFAR VI

* updating changlog

* updating CI
  • Loading branch information
bgopesh authored Jul 31, 2024
1 parent 4d7b8ec commit 018f3ce
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
timeout-minutes: 10
shell: bash
run: |
python3 -m pip install -r requirements.txt
sudo python3 -m pip install -r requirements.txt
- name: List Files
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,22 @@ Full documentation for ROCprofiler-SDK is available at [Click Here](source/docs/
## Changes

- rocprofv3 tool now needs `--` in front of application. For detailed uses, please [Click Here](source/docs/rocprofv3.md)

## ROCprofiler-SDK for AFAR VI

## Additions

- OTF2 Tool Support
- Kernel and Range Filtering
- Counter Collection Definitions in YAML
- Documentation updates (SQ Block, Counter Collection, Tracing, Tool Usage)
- Added rocprofv3 option --kernel-rename
- Added rocprofv3 options for perfetto settings (buffer size, etc.)
- Added CSV columns for kernel trace
- Thread_Id
- Dispatch_Id
- Added CSV column for counter_collection

## Fixes

- Miscellaneous bug fixes
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit 018f3ce

Please sign in to comment.