SWDEV-475244 - Memory Usage and Bandwidth: max mem and current mem
Implemented max memory bandwith and current memory bandwidth. Added two
new field ids: RDC_FI_GPU_MEMORY_MAX_BANDWIDTH, RDC_FI_GPU_MEMORY_CUR_BANDWIDTH
Signed-off-by: Li Ma <li.ma@amd.com>
Change-Id: I453e49937a84777146575f4f5bdd69fd4fe53bfc
[ROCm/rdc commit: 30f9b2ac2f]
This commit is contained in:
@@ -8,6 +8,8 @@ default_field_ids = [
|
||||
rdc_field_t.RDC_FI_GPU_MM_ENC_UTIL,
|
||||
rdc_field_t.RDC_FI_GPU_MM_DEC_UTIL,
|
||||
rdc_field_t.RDC_FI_GPU_MEMORY_ACTIVITY,
|
||||
rdc_field_t.RDC_FI_GPU_MEMORY_MAX_BANDWIDTH,
|
||||
rdc_field_t.RDC_FI_GPU_MEMORY_CUR_BANDWIDTH,
|
||||
rdc_field_t.RDC_FI_OAM_ID,
|
||||
rdc_field_t.RDC_FI_POWER_USAGE,
|
||||
rdc_field_t.RDC_FI_GPU_CLOCK,
|
||||
|
||||
@@ -90,6 +90,8 @@ class rdc_field_t(c_int):
|
||||
RDC_FI_GPU_MM_ENC_UTIL = 503
|
||||
RDC_FI_GPU_MM_DEC_UTIL = 504
|
||||
RDC_FI_GPU_MEMORY_ACTIVITY = 505
|
||||
RDC_FI_GPU_MEMORY_MAX_BANDWIDTH = 506
|
||||
RDC_FI_GPU_MEMORY_CUR_BANDWIDTH = 507
|
||||
RDC_FI_ECC_CORRECT_TOTAL = 600
|
||||
RDC_FI_ECC_UNCORRECT_TOTAL = 601
|
||||
RDC_FI_ECC_SDMA_SEC = 602
|
||||
|
||||
مرجع در شماره جدید
Block a user