Update transpose-rocprofiler-* tests (#210)

- Updating counters collected and tested for on Navi-based machines
- Update add CMake function to query GPU architectures
- Update decode tests to use new functions
This commit is contained in:
anujshuk-amd
2025-05-22 23:34:33 +05:30
committed by GitHub
parent dfbcbee55f
commit 4c24975626
3 changed files with 90 additions and 36 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ set(_jpeg_decode_environment
"ROCPROFSYS_AMD_SMI_METRICS=busy,temp,power,jpeg_activity,mem_usage"
"ROCPROFSYS_SAMPLING_CPUS=none")
check_gpu("MI300" MI300_DETECTED)
rocprofiler_systems_get_gfx_archs(MI300_DETECTED GFX_MATCH "gfx9[4-9][A-Fa-f0-9]" ECHO)
if(MI300_DETECTED)
list(APPEND VCN_COUNTER_NAMES_ARG --counter-names "VCN Activity")
list(APPEND JPEG_COUNTER_NAMES_ARG --counter-names "JPEG Activity")