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>
This commit is contained in:
Trowbridge, Ian
2025-01-21 21:00:43 -06:00
committed by GitHub
parent 164eda5231
commit de3a874b1a
10 changed files with 313 additions and 23 deletions
+1 -1
View File
@@ -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):