Skip to content

Commit

Permalink
Fixing more typos...
Browse files Browse the repository at this point in the history
Signed-off-by: colramos-amd <colramos@amd.com>
  • Loading branch information
coleramos425 committed Dec 1, 2023
1 parent bc2d4b3 commit f822a56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/docs/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
╒═════════╤═════════════════════════════╕
Expand Down
2 changes: 1 addition & 1 deletion src/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/docs/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f822a56

Please sign in to comment.