Skip to content

Commit 2bb853d

Browse files
authored
Update 2021-10-26-accelerating-pytorch-with-cuda-graphs.md
1 parent c313020 commit 2bb853d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-10-26-accelerating-pytorch-with-cuda-graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Similarly, by graph capturing the model, we eliminate CPU overhead and accompany
208208

209209

210210
<p align="center">
211-
<img src="{{ site.url }}/assets/images/cuda-image-6.png" alt="Synchronization free training eliminates CPU synchronization">
211+
<img src="{{ site.url }}/assets/images/cuda-image-6.png" width="100%" alt="Synchronization free training eliminates CPU synchronization">
212212
<br>
213213
Figure 5. By using a fixed size tensor and a boolean mask as described in the text, we are able to eliminate CPU synchronizations needed for dynamic sized tensors
214214
</p>

0 commit comments

Comments
 (0)