Documentation, sanitizers, and PTL submodule (#71)

* Update scripts/thread-sanitizer-suppr.txt

- ignore data race occasionally triggered by libamdhip64.so

* Update external/CMakeLists.txt

- configure PTL to use locks in task queues

* Update PTL submodule

- tweal to task queues to prevent data race from std::list next pointer

* Add scripts/setup-sanitizer-env.sh

- bash script that exports the {ASAN,LSAN,TSAN}_OPTIONS used by run-ci.py

* Update include/rocprofiler (doxygen)

- fix doxygen grouping

* Update docs workflow

- change concurrency group to be specific to workflow + ref
  - this prevents separate PRs triggering this workflow from cancelling each other
Este commit está contenido en:
Jonathan R. Madsen
2023-09-20 23:14:25 -05:00
cometido por GitHub
padre d3eaacd610
commit 5e4e7b41f1
Se han modificado 22 ficheros con 171 adiciones y 92 borrados
+1 -1
Ver fichero
@@ -22,7 +22,7 @@ on:
- '.github/workflows/docs.yml'
concurrency:
group: "pages"
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env: