Add rocDecode API support (#4)

* Add rocDecode API support

* Update CI

* CI update: Sanitizers run on ubuntu 22.04

---------

Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>

[ROCm/rocprofiler-register commit: de3a874b1a]
This commit is contained in:
Trowbridge, Ian
2025-01-21 21:00:43 -06:00
committed by GitHub
parent 047f6edc90
commit 515f4957f4
10 changed files with 313 additions and 23 deletions
@@ -13,7 +13,7 @@ import multiprocessing
# this constant is used to define CTEST_PROJECT_NAME
# and default value for CTEST_SUBMIT_URL
_PROJECT_NAME = "rocprofiler-register"
_BASE_URL = "10.194.116.31/cdash"
_BASE_URL = "cdash.rocprofiler.amd.com"
def which(cmd, require):