We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b0230 commit 6984b23Copy full SHA for 6984b23
recipes_source/recipes/tuning_guide.py
@@ -343,7 +343,7 @@ def gelu(x):
343
# Use CUDA Graphs
344
# ~~~~~~~~~~~~~~~~~~~~~~~
345
# 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
+# in some cases the context switch between CPU and GPU can lead to bad resource
347
# utilization. CUDA graphs are a way to keep computation within the GPU without
348
# paying the extra cost of kernel launches and host synchronization.
349
0 commit comments