diff --git a/CHANGELOG.md b/CHANGELOG.md index a085d079a..defad30c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2191,7 +2191,7 @@ Topology arguments: -o, --hops Displays the number of hops between GPUs -t, --link-type Displays the link type between GPUs -b, --numa-bw Display max and min bandwidth between nodes - -c, --coherent Display cache coherant (or non-coherant) link capability between nodes + -c, --coherent Display cache coherent (or non-coherent) link capability between nodes -n, --atomics Display 32 and 64-bit atomic io link capability between nodes -d, --dma Display P2P direct memory access (DMA) link capability between nodes -z, --bi-dir Display P2P bi-directional link capability between nodes diff --git a/amdsmi_cli/amdsmi_parser.py b/amdsmi_cli/amdsmi_parser.py index 98370bbd7..fd582e2e4 100644 --- a/amdsmi_cli/amdsmi_parser.py +++ b/amdsmi_cli/amdsmi_parser.py @@ -1205,7 +1205,7 @@ def _add_topology_parser(self, subparsers: argparse._SubParsersAction, func): hops_help = "Displays the number of hops between GPUs" link_type_help = "Displays the link type between GPUs" numa_bw_help = "Display max and min bandwidth between nodes" - coherent_help = "Display cache coherant (or non-coherant) link capability between nodes" + coherent_help = "Display cache coherent (or non-coherent) link capability between nodes" atomics_help = "Display 32 and 64-bit atomic io link capability between nodes" dma_help = "Display P2P direct memory access (DMA) link capability between nodes" bi_dir_help = "Display P2P bi-directional link capability between nodes" diff --git a/docs/how-to/amdsmi-cli-tool.md b/docs/how-to/amdsmi-cli-tool.md index 9e82502e3..6bdb9f1ef 100644 --- a/docs/how-to/amdsmi-cli-tool.md +++ b/docs/how-to/amdsmi-cli-tool.md @@ -504,7 +504,7 @@ Topology arguments: -o, --hops Displays the number of hops between GPUs -t, --link-type Displays the link type between GPUs -b, --numa-bw Display max and min bandwidth between nodes - -c, --coherent Display cache coherant (or non-coherant) link capability between nodes + -c, --coherent Display cache coherent (or non-coherent) link capability between nodes -n, --atomics Display 32 and 64-bit atomic io link capability between nodes -d, --dma Display P2P direct memory access (DMA) link capability between nodes -z, --bi-dir Display P2P bi-directional link capability between nodes