rocprofiler: add valu utilization
SWDEV-475242 For the description of "FP32 Engine Activity" and "FP64 Engine Activity" in dcgm, It seems that we do not have an equivalent to these pipe-utilizations on our hardware. In rocprofiler, I think VALU Utilization is the closest to what we want. Change-Id: Ibce8835ef4757084cdfd73258de6fc1606ca0158 Signed-off-by: Chen Gong <curry.gong@amd.com>
This commit is contained in:
committed by
Gong, Curry
orang tua
853d3b0cc5
melakukan
251fcbe49d
@@ -258,6 +258,7 @@ RdcRocpBase::RdcRocpBase() {
|
||||
{RDC_FI_PROF_EVAL_FLOPS_16, "TOTAL_16_OPS"},
|
||||
{RDC_FI_PROF_EVAL_FLOPS_32, "TOTAL_32_OPS"},
|
||||
{RDC_FI_PROF_EVAL_FLOPS_64, "FP64_ACTIVE"},
|
||||
{RDC_FI_PROF_VALU_PIPE_ISSUE_UTIL, "ValuPipeIssueUtil"},
|
||||
};
|
||||
|
||||
std::vector<std::string> all_fields;
|
||||
|
||||
Reference in New Issue
Block a user