Fix metric type error output + re-align with ROCm SMI metrics
Changes: * [CLI] Provide fix for "/opt/rocm/bin/amd-smi metric TypeError: '>' not supported between instances of 'str' and 'i" --> Python API was updated, CLI needed to reflect these changes * [API] Updated amdsmi.h's with ROCm SMI --> Incorrectly added mem_bandwidth_acc & mem_max_bandwidth --> Realigned wrapper with updates * [Test] Added metrics not shown in gpu_metrics_read.cc Change-Id: Ia3a172377fd5a582254dd5a46d81dbec7e763cd9 Signed-off-by: Charis Poag <Charis.Poag@amd.com>
This commit is contained in:
@@ -2136,8 +2136,6 @@ Output: Dictionary with fields
|
||||
`current_socclks` | List of current soc clock frequencies | MHz
|
||||
`current_vclk0s` | List of current v0 clock frequencies | MHz
|
||||
`current_dclk0s` | List of current d0 clock frequencies | MHz
|
||||
`mem_bandwidth_acc` | Memory bandwidth usage accumulated | GB/s
|
||||
`mem_max_bandwidth` | Maximum memory bandwidth usage accumulated | GB/s
|
||||
`pcie_nak_sent_count_acc` | PCIe NAC sent count accumulated |
|
||||
`pcie_nak_rcvd_count_acc` | PCIe NAC received count accumulated |
|
||||
`jpeg_activity` | List of JPEG engine activity | %
|
||||
|
||||
Reference in New Issue
Block a user