OMNITRACE_ROCM_SMI_METRICS (#331)
* OMNITRACE_ROCM_SMI_METRICS
- configuration variable OMNITRACE_ROCM_SMI_METRICS for specifying which rocm-smi metrics to collect
- auto-disable metric collection when rsmi_dev_X_get returns RSMI_STATUS_NOT_SUPPORTED
* Bump version to 1.11.1
* Python formatting
* Update python/libpyomnitrace.cpp
- fix usage of substr (ignored return value)
* Update python/gui/source/gui.py
- Fix E721
- do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
[ROCm/rocprofiler-systems commit: 15127c0d43]
This commit is contained in:
committed by
GitHub
parent
8c8caaa1d9
commit
25ff5e3891
@@ -186,7 +186,7 @@ def get_header(dropDownMenuItems, input_filters):
|
||||
ul = html.Div(
|
||||
id="nav-center",
|
||||
className="nav-center",
|
||||
children=filter_children
|
||||
children=filter_children,
|
||||
# [
|
||||
# html.Li(className="filter", children=filter_children),
|
||||
# refresh(),
|
||||
|
||||
Reference in New Issue
Block a user