36f4788ad5
* Add rocprofiler-sdk-utilities.cmake
- contains cmake function rocprofiler_sdk_get_gfx_architectures
* Update perfetto_reader.py
- fix hash collision
* Update project names in tests folders
- rocprofiler-tests -> rocprofiler-sdk-tests
* Fix incorrect allocation-error handling
* [CI] Disable openmp tests for navi2, navi3, and navi4
* Suppress leaks by omptarget and llvm
---------
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
[ROCm/rocprofiler-sdk commit: 2d072f9217]
13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
#
|
|
# LeakSanitizer suppressions file for rocprofiler project.
|
|
#
|
|
|
|
leak:amd_comgr
|
|
leak:hsa-runtime
|
|
leak:amdhip
|
|
leak:python
|
|
leak:hsa-amd-aqlprofile
|
|
leak:__new_exitfn
|
|
leak:omptarget
|
|
leak:llvm
|