Fixing more typos...

Signed-off-by: colramos-amd <colramos@amd.com>
このコミットが含まれているのは:
colramos-amd
2023-12-01 13:43:07 -06:00
コミット f822a56b7c
5個のファイルの変更5行の追加5行の削除
+1 -1
ファイルの表示
@@ -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",
+1 -1
ファイルの表示
@@ -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
╒═════════╤═════════════════════════════╕
+1 -1
ファイルの表示
@@ -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)
+1 -1
ファイルの表示
@@ -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
+1 -1
ファイルの表示
@@ -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"