From 809aa7075cc3aaebe13cf017f1ff70b211ebb5f9 Mon Sep 17 00:00:00 2001 From: JoseSantosAMD <87447437+JoseSantosAMD@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:15:42 -0500 Subject: [PATCH] Update 1000_compute-unit-instruction-mix.yaml Signed-off-by: JoseSantosAMD <87447437+JoseSantosAMD@users.noreply.github.com> [ROCm/rocprofiler-compute commit: 5dac9042e051a704489ec0819e4897852a080a88] --- .../configs/gfx908/1000_compute-unit-instruction-mix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1000_compute-unit-instruction-mix.yaml b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1000_compute-unit-instruction-mix.yaml index 75eca82b83..1a05a80427 100644 --- a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1000_compute-unit-instruction-mix.yaml +++ b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1000_compute-unit-instruction-mix.yaml @@ -30,8 +30,8 @@ Panel Config: 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) + 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: