Skip to content

Commit 9eed6ab

Browse files
committed
fix typo
Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent fe826e0 commit 9eed6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/developer_guide/performance/optimization_and_tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ apt update && apt install wget gcc g++ libnuma-dev git vim -y
4949

5050
#### 1.1. Install optimized `python`
5151

52-
Python supports **LTO** and **PGO** optimization starting from version `3.6` and above, which can be enabled at compile time. And we have offered compilation optimized `python` packages direcctly to users for the sake of convenience. You can also reproduce the `python` build follow this [tutorial](https://www.hiascend.com/document/detail/zh/Pytorch/600/ptmoddevg/trainingmigrguide/performance_tuning_0063.html) according to your specific scenarios.
52+
Python supports **LTO** and **PGO** optimization starting from version `3.6` and above, which can be enabled at compile time. And we have offered compilation optimized `python` packages directly to users for the sake of convenience. You can also reproduce the `python` build follow this [tutorial](https://www.hiascend.com/document/detail/zh/Pytorch/600/ptmoddevg/trainingmigrguide/performance_tuning_0063.html) according to your specific scenarios.
5353

5454
```bash
5555
mkdir -p /workspace/tmp
@@ -141,7 +141,7 @@ export CPU_AFFINITY_CONF=1
141141

142142
#### 4.1. HCCL Optimization
143143

144-
There are some performance tuning features in HCCL, which are controled by environment variables.
144+
There are some performance tuning features in HCCL, which are controlled by environment variables.
145145

146146
You can configure HCCL to use "AIV" mode to optimize performance by setting the environment variable shown below. In "AIV" mode, the communication is scheduled by AI vector core directly with ROCE, instead of being scheduled by AI cpu.
147147

0 commit comments

Comments
 (0)