Enable tuned performance counters for gfx950 (#652)

* Enable non-functional performance counters for gfx950.

* Update changelog.

* Add none value metrics for non-gfx950 socs

* Remove rocprofv3 missing metrics.

[ROCm/rocprofiler-compute commit: dce75f4afa]
This commit is contained in:
xuchen-amd
2025-04-02 14:43:12 -04:00
committed by GitHub
parent 7bfc49e9f8
commit b21384ca60
8 changed files with 1738 additions and 1 deletions
@@ -26,9 +26,9 @@
# SOFTWARE.
##############################################################################el
import os
import re
import sys
import os
# import logging
from pathlib import Path
@@ -48,12 +48,14 @@ except ImportError as e:
sys.path.append(os.path.abspath(additional_path))
from importlib import metadata
from rocprof_compute_base import RocProfCompute
from utils.utils import console_error
except ImportError as e:
# print("Failed to import required modules: " + str(e))
pass
def verify_deps_version(localVer, desiredVer, operator):
"""Check package version strings with simple operators used in companion
requirements.txt file"""