benchmark icon indicating copy to clipboard operation
benchmark copied to clipboard

bug for DCGM fp32 metric collection

Open FindHao opened this issue 2 years ago • 0 comments

When there are multiple metrics, the DCGM API may return -1 values for some metrics. In general, most metrics use max as the default aggregator function while our FP32 metric use mean. It will introduce wrong values when DCGM returns -1. Update the FP32 aggregator function to fix this.

FindHao avatar Nov 07 '22 14:11 FindHao