Correct RDC_FI_PCIE_BANDWIDTH unit
The unit should be mbps instead of GB/second
[ROCm/rdc commit: 5e3ebecf80]
This commit is contained in:
committed by
Liu, Shuzhou (Bill)
parent
f34e245ba1
commit
b813ae3426
@@ -44,7 +44,7 @@ FLD_DESC_ENT(RDC_FI_GPU_TEMP, "GPU temperature in millidegrees Celsiu
|
||||
FLD_DESC_ENT(RDC_FI_POWER_USAGE, "Power usage in microwatts", "POWER_USAGE", true)
|
||||
FLD_DESC_ENT(RDC_FI_PCIE_TX, "PCIe Tx utilization in bytes/second", "PCIE_TX", true)
|
||||
FLD_DESC_ENT(RDC_FI_PCIE_RX, "PCIe Rx utilization in bytes/second", "PCIE_RX", true)
|
||||
FLD_DESC_ENT(RDC_FI_PCIE_BANDWIDTH, "PCIe bandwidth in GB/sec", "PCIE_BANDWIDTH", true)
|
||||
FLD_DESC_ENT(RDC_FI_PCIE_BANDWIDTH, "PCIe bandwidth in Mbps", "PCIE_BANDWIDTH", true)
|
||||
|
||||
FLD_DESC_ENT(RDC_FI_GPU_UTIL, "GPU busy percentage", "GPU_UTIL", true)
|
||||
FLD_DESC_ENT(RDC_FI_GPU_MEMORY_USAGE, "Memory usage of the GPU instance in bytes", "GPU_MEMORY_USAGE", true)
|
||||
|
||||
@@ -177,7 +177,7 @@ typedef enum {
|
||||
RDC_FI_PCIE_RX, //!< PCIe Rx utilization information
|
||||
// RDC_FI_PCIE_TX, RDC_FI_PCIE_RX are not supported on new ASIC
|
||||
// The RDC_FI_PCIE_BANDWIDTH should be used
|
||||
RDC_FI_PCIE_BANDWIDTH, //!< PCIe bandwidth in GB/sec
|
||||
RDC_FI_PCIE_BANDWIDTH, //!< PCIe bandwidth in Mbps
|
||||
|
||||
/**
|
||||
* @brief GPU usage related fields
|
||||
|
||||
Reference in New Issue
Block a user