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:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user