* 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

[ROCm/rocprofiler-systems commit: 77703ef4f1]
Этот коммит содержится в:
Jonathan R. Madsen
2022-04-21 22:59:50 -05:00
коммит произвёл GitHub
родитель b4b5acf0a6
Коммит 55fb69a57c
14 изменённых файлов: 221 добавлений и 55 удалений
+1
Просмотреть файл
@@ -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}
+1
Просмотреть файл
@@ -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')