diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index e202beb5..7204112a 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf5ebab..72a0d510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 1d0ba9ea..8f0916f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0