Skip to content

Commit e1ab703

Browse files
committed
use typos to add examples
1 parent 324cf8b commit e1ab703

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides/flags/cudnn_en.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FLAGS_conv_workspace_size_limit
77
*******************************************
88
(since 0.13.0)
99

10-
The workspace limit size in MB unit for choosing cuDNN convolution algorithms. The inner funciton of cuDNN obtain the fastest suited algorithm that fits within this memory limit. Usually, large workspace size may lead to choose faster algorithms, but significant increasing memory workspace. Users need to trade-off between memory and speed.
10+
The workspace limit size in MB unit for choosing cuDNN convolution algorithms. The inner function of cuDNN obtain the fastest suited algorithm that fits within this memory limit. Usually, large workspace size may lead to choose faster algorithms, but significant increasing memory workspace. Users need to trade-off between memory and speed.
1111

1212
Values accepted
1313
---------------
@@ -60,7 +60,7 @@ FLAGS_cudnn_exhaustive_search
6060
*******************************************
6161
(since 1.2.0)
6262

63-
Whether to use exhaustive search method to choose convolution algorithms. There are two search methods, heuristic search and exhaustive search in cuDNN. The exhaustive search attempts all cuDNN algorithms to choose the fastest algorithm. This method is time-consuming, the choosed algorithm will be cached for the given layer specifications. Once the layer specifications (like batch size, feature map size) are changed, it will search again.
63+
Whether to use exhaustive search method to choose convolution algorithms. There are two search methods, heuristic search and exhaustive search in cuDNN. The exhaustive search attempts all cuDNN algorithms to choose the fastest algorithm. This method is time-consuming, the chosen algorithm will be cached for the given layer specifications. Once the layer specifications (like batch size, feature map size) are changed, it will search again.
6464

6565
Values accepted
6666
---------------

docs/guides/performance_improving/profiling_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Time Unit: s, IPS Unit: steps/s
575575

576576
### 3.3 Benchmark 信息展示
577577

578-
Benckmark 信息用于展示模型的吞吐量以及时间开销。
578+
Benchmark 信息用于展示模型的吞吐量以及时间开销。
579579

580580
```plain
581581
============================================Perf Summary============================================

0 commit comments

Comments
 (0)