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
[ROCm/rocprofiler-sdk commit: 5e4e7b41f1]
This commit is contained in:
committed by
GitHub
parent
18da0bd49d
commit
98d71852b7
@@ -27,7 +27,10 @@
|
||||
|
||||
ROCPROFILER_EXTERN_C_INIT
|
||||
|
||||
/** @defgroup BUFFER_HANDLING Buffer
|
||||
/**
|
||||
* @defgroup BUFFER_HANDLING Buffer Handling
|
||||
* @brief Creation, destruction, and flushing of buffers populated with data from rocprofiler
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* Every Buffer is associated with a specific service kind.
|
||||
|
||||
Reference in New Issue
Block a user