From 3248e093fd1b07e89f23b665032902cd7f8443e7 Mon Sep 17 00:00:00 2001 From: JoseSantosAMD Date: Mon, 7 Aug 2023 12:41:15 -0500 Subject: [PATCH] Fixing yaml syntax errors Signed-off-by: JoseSantosAMD [ROCm/rocprofiler-compute commit: d6fb0183a486c9884c06d84b9734a92388811750] --- .../configs/gfx90a/1000_compute-unit-instruction-mix.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1000_compute-unit-instruction-mix.yaml b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1000_compute-unit-instruction-mix.yaml index 67d3ad7293..811ebca112 100644 --- a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1000_compute-unit-instruction-mix.yaml +++ b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1000_compute-unit-instruction-mix.yaml @@ -29,9 +29,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: 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)) unit: (instr + $normUnit) tips: LDS: