From f822a56b7cc253129c621cd7507fc37242992541 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Fri, 1 Dec 2023 13:43:07 -0600 Subject: [PATCH] Fixing more typos... Signed-off-by: colramos-amd --- src/argparser.py | 2 +- src/docs/analysis.md | 2 +- src/docs/installation.md | 2 +- src/docs/profiling.md | 2 +- utils/build.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/argparser.py b/src/argparser.py index 9ff5ad70f1..438b49273f 100644 --- a/src/argparser.py +++ b/src/argparser.py @@ -390,7 +390,7 @@ def omniarg_parser(parser, omniperf_home, omniperf_version): "--list-metrics", metavar="", choices=["gfx906", "gfx908", "gfx90a"], - help="\t\tList all availible metrics for analysis on specified arch:\n\t\t gfx906\n\t\t gfx908\n\t\t gfx90a", + help="\t\tList all available metrics for analysis on specified arch:\n\t\t gfx906\n\t\t gfx908\n\t\t gfx90a", ) analyze_group.add_argument( "-k", diff --git a/src/docs/analysis.md b/src/docs/analysis.md index 477ce1a4ff..8d2a88cc5b 100644 --- a/src/docs/analysis.md +++ b/src/docs/analysis.md @@ -107,7 +107,7 @@ Analyze 2. System Speed-of-Light .... ``` - 2. Use `--list-metrics` to generate a list of availible metrics for inspection + 2. Use `--list-metrics` to generate a list of available metrics for inspection ```shell-session $ omniperf analyze -p workloads/vcopy/mi200/ --list-metrics gfx90a ╒═════════╤═════════════════════════════╕ diff --git a/src/docs/installation.md b/src/docs/installation.md index af8c21bac1..db18ab040a 100644 --- a/src/docs/installation.md +++ b/src/docs/installation.md @@ -229,7 +229,7 @@ Edit both the Dashboard Name and the Unique Identifier (UID) to uniquely identif Using your dashboard -Once you've imported a dashboard you're ready to begin! Start by browsing availible dashboards and selecting the dashboard you've just imported. +Once you've imported a dashboard you're ready to begin! Start by browsing available dashboards and selecting the dashboard you've just imported. ![Opening your dashboard](images/opening_dashboard.png) diff --git a/src/docs/profiling.md b/src/docs/profiling.md index 066ebace0d..ab677147f9 100644 --- a/src/docs/profiling.md +++ b/src/docs/profiling.md @@ -37,7 +37,7 @@ Releasing CPU memory ``` ## Omniperf Profiling -The *omniperf* script, availible through the [Omniperf](https://github.com/AMDResearch/omniperf) repository, is used to aquire all necessary perfmon data through analysis of compute workloads. +The *omniperf* script, available through the [Omniperf](https://github.com/AMDResearch/omniperf) repository, is used to aquire all necessary perfmon data through analysis of compute workloads. **omniperf help:** ```shell-session diff --git a/utils/build.sh b/utils/build.sh index e980aff882..5aebc0f9b3 100755 --- a/utils/build.sh +++ b/utils/build.sh @@ -34,7 +34,7 @@ done echo "distpath=$distpath" echo "(build.sh) Checking for submodules" -# Check to se if submodules are availible +# Check to se if submodules are available if [ -d "src/waveparser/" ] && [ -d "src/multevent/" ] then echo "Found submodules"