From 033c4e8fc598b42e23ca78c9dd3682c5ea86dabb Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Tue, 26 Mar 2024 07:41:00 -0500 Subject: [PATCH] Correct typo in Mi100 metric defs for missing SQ_INSTS_VMEM Signed-off-by: colramos-amd [ROCm/rocprofiler-compute commit: 6cfdca93b93728e59547d8e9fdf3321633458adb] --- .../gfx908/1000_compute-unit-instruction-mix.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/src/omniperf_soc/analysis_configs/gfx908/1000_compute-unit-instruction-mix.yaml b/projects/rocprofiler-compute/src/omniperf_soc/analysis_configs/gfx908/1000_compute-unit-instruction-mix.yaml index 3ad3ffa3e6..b9e3b75aa8 100644 --- a/projects/rocprofiler-compute/src/omniperf_soc/analysis_configs/gfx908/1000_compute-unit-instruction-mix.yaml +++ b/projects/rocprofiler-compute/src/omniperf_soc/analysis_configs/gfx908/1000_compute-unit-instruction-mix.yaml @@ -26,9 +26,9 @@ Panel Config: unit: (instr + $normUnit) tips: VMEM: - avg: AVG(((SQ_INSTS_VMEM - SQ_INSTS_FLAT_LDS_ONLY) / $denom)) - min: MIN(((SQ_INSTS_VMEM - SQ_INSTS_FLAT_LDS_ONLY) / $denom)) - max: MAX(((SQ_INSTS_VMEM - SQ_INSTS_FLAT_LDS_ONLY) / $denom)) + avg: None # No HW module + min: None # No HW module + max: None # No HW module unit: (instr + $normUnit) tips: LDS: