[CI] Miscellaneous Testing Updates (#305)

* 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>
This commit is contained in:
Madsen, Jonathan
2025-03-22 18:51:42 -05:00
committed by GitHub
parent b01465303b
commit 2d072f9217
69 changed files with 163 additions and 81 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#
# Tests for the common library
#
project(rocprofiler-tests-common LANGUAGES C CXX)
project(rocprofiler-sdk-tests-common LANGUAGES C CXX)
include(GoogleTest)