Skip to content

Commit 6984b23

Browse files
orion160svekars
andcommitted
Update recipes_source/recipes/tuning_guide.py
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent f2b0230 commit 6984b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/tuning_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def gelu(x):
343343
# Use CUDA Graphs
344344
# ~~~~~~~~~~~~~~~~~~~~~~~
345345
# At the time of using a GPU, work first must be launched from the CPU and
346-
# on some cases the context switch between CPU and GPU can lead to bad resource
346+
# in some cases the context switch between CPU and GPU can lead to bad resource
347347
# utilization. CUDA graphs are a way to keep computation within the GPU without
348348
# paying the extra cost of kernel launches and host synchronization.
349349

0 commit comments

Comments
 (0)