Skip to content

Commit d316233

Browse files
Yang Yang(Tony)abhinavarora
authored andcommitted
Update parallel_do.md (#8498)
1 parent d50016b commit d316233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/design/parallel_do.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A vanilla implementation of parallel_do can be shown as the following (`|` means
2424
```
2525
In the forward pass
2626
| Split input onto different devices
27-
| Copy parameter to onto different devices
27+
| Copy parameter onto different devices
2828
|||| Compute forward pass in parallel
2929
| Merge output from different devices
3030

@@ -87,7 +87,7 @@ block2 {
8787
}
8888
```
8989

90-
## Proformance Imporvement
90+
## Performance Imporvement
9191

9292
There are serial places we can make this parallel_do faster.
9393

0 commit comments

Comments
 (0)