From 38ea503518364caead1067bbb1c2d9dd870ef22d Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Mon, 10 Apr 2023 15:03:32 -0500 Subject: [PATCH] Fix typo in LDS section (#107) Signed-off-by: coleramos425 [ROCm/rocprofiler-compute commit: c6912708d5b0a4c81b421cbc4e90592d0bcc3007] --- .../src/omniperf_analyze/configs/gfx906/1200_lds.yaml | 2 +- .../src/omniperf_analyze/configs/gfx908/1200_lds.yaml | 2 +- .../src/omniperf_analyze/configs/gfx90a/1200_lds.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx906/1200_lds.yaml b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx906/1200_lds.yaml index dc39db11df..253b2fc230 100644 --- a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx906/1200_lds.yaml +++ b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx906/1200_lds.yaml @@ -22,7 +22,7 @@ Panel Config: Access Rate: value: AVG(((200 * SQ_ACTIVE_INST_LDS) / (GRBM_GUI_ACTIVE * $numCU))) tips: - Bandwith (Pct-of-Peak): + Bandwidth (Pct-of-Peak): value: AVG((((((SQ_LDS_IDX_ACTIVE - SQ_LDS_BANK_CONFLICT) * 4) * TO_INT($L2Banks)) / (EndNs - BeginNs)) / (($sclk * $numCU) * 0.00128))) tips: diff --git a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1200_lds.yaml b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1200_lds.yaml index dc39db11df..253b2fc230 100644 --- a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1200_lds.yaml +++ b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx908/1200_lds.yaml @@ -22,7 +22,7 @@ Panel Config: Access Rate: value: AVG(((200 * SQ_ACTIVE_INST_LDS) / (GRBM_GUI_ACTIVE * $numCU))) tips: - Bandwith (Pct-of-Peak): + Bandwidth (Pct-of-Peak): value: AVG((((((SQ_LDS_IDX_ACTIVE - SQ_LDS_BANK_CONFLICT) * 4) * TO_INT($L2Banks)) / (EndNs - BeginNs)) / (($sclk * $numCU) * 0.00128))) tips: diff --git a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1200_lds.yaml b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1200_lds.yaml index dc39db11df..253b2fc230 100644 --- a/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1200_lds.yaml +++ b/projects/rocprofiler-compute/src/omniperf_analyze/configs/gfx90a/1200_lds.yaml @@ -22,7 +22,7 @@ Panel Config: Access Rate: value: AVG(((200 * SQ_ACTIVE_INST_LDS) / (GRBM_GUI_ACTIVE * $numCU))) tips: - Bandwith (Pct-of-Peak): + Bandwidth (Pct-of-Peak): value: AVG((((((SQ_LDS_IDX_ACTIVE - SQ_LDS_BANK_CONFLICT) * 4) * TO_INT($L2Banks)) / (EndNs - BeginNs)) / (($sclk * $numCU) * 0.00128))) tips: