Miscellaneous fixes (#44)

* Miscellaneous fixes

- handle HSA OnLoad called during omnitrace-avail
- disable setting HSA_ENABLE_INTERRUPT when roctracer not used
- sampler max verbose
- fix roctracer get_clock_skew
- cleanup roctracer debug output
- update timemory submodule with fence
- simplify min-instructions vs. min-address-range specification
- exclude cxx regex updates
- disable HSA_TOOLS_LIB and HSA_ENABLE_INTERRUPT when no roctracer

* git safe.directory
This commit is contained in:
Jonathan R. Madsen
2022-04-21 22:59:50 -05:00
committed by GitHub
parent cc9ce3a871
commit 77703ef4f1
14 changed files with 221 additions and 55 deletions
@@ -50,6 +50,7 @@ jobs:
- name: Configure CMake
timeout-minutes: 5
run:
git config --global --add safe.directory ${PWD} &&
cmake --version &&
cmake -B build
-DCMAKE_C_COMPILER=${CC}
@@ -44,6 +44,7 @@ jobs:
- name: Configure CMake
timeout-minutes: 5
run:
git config --global --add safe.directory ${PWD} &&
cmake --version &&
cmake -B build
-DCMAKE_C_COMPILER=$(echo '${{ matrix.compiler }}' | sed 's/+/c/g')