Update xgmi event counter documentation

Also:
* fix doxygen manual generation that was altered during
  OAM refactor
* quiet some compile warnings.

Change-Id: I548a3cf00eb887bea3dbf58e362ca6dfe90bde28
Tá an tiomantas seo le fáil i:
Chris Freehill
2020-06-26 23:33:56 -05:00
tuismitheoir 9d24fc9175
tiomantas 52514835f0
D'athraigh 5 comhad le 25 breiseanna agus 9 scriosta
+1 -1
Féach ar an gComhad
@@ -3008,7 +3008,7 @@ rsmi_topo_get_link_weight(uint32_t dv_ind_src, uint32_t dv_ind_dst,
}
} else {
*weight = kfd_node->numa_node_weight(); // from src GPU to it's CPU node
uint64_t numa_weight_dst;
uint64_t numa_weight_dst = 0;
status = topo_get_numa_node_weight(dv_ind_dst, &numa_weight_dst);
// from dst GPU to it's CPU node
if (status == RSMI_STATUS_SUCCESS) {