ROCm environment fixes + workflow updates (#117)

* Improve dlopen of ROCm libraries + rocprofiler test

- Use PROJECT_BINARY_DIR in tests
- Added rocprofiler test

* Revert OMNITRACE_FORCE_ROCPROFILER_INIT

* omnitrace-avail --all test

* Fix ROCP_METRICS for ROCm 5.2.0

* Fix ROCP_METRICS for ROCm 5.2.0

* Restrict containers workflow to AMDResearch/omnitrace

* Bump version to 1.3.1

* Update cpack workflow

- generate release draft
- upload installers as release assets

* Test rocprofiler w/o roctracer enabled

* Fix formatting

* verbose message

[ROCm/rocprofiler-systems commit: 7e31d9f450]
This commit is contained in:
Jonathan R. Madsen
2022-07-27 06:36:52 -05:00
committed by GitHub
parent d2a39b9066
commit 81ec4f3fee
12 changed files with 253 additions and 65 deletions
@@ -14,6 +14,8 @@ env:
jobs:
omnitrace-ci:
if: github.repository == 'AMDResearch/omnitrace'
runs-on: ubuntu-20.04
strategy:
@@ -57,6 +59,8 @@ jobs:
popd
omnitrace-release-ubuntu:
if: github.repository == 'AMDResearch/omnitrace'
runs-on: ubuntu-20.04
strategy:
@@ -98,6 +102,8 @@ jobs:
popd
omnitrace-release-opensuse:
if: github.repository == 'AMDResearch/omnitrace'
runs-on: ubuntu-20.04
strategy: