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 33236ec commit 2fd193aCopy full SHA for 2fd193a
intermediate_source/pinmem_nonblock.py
@@ -103,7 +103,7 @@
103
# before making the transfer.
104
#
105
# Asynchronous vs. Synchronous Operations with ``non_blocking=True`` (CUDA ``cudaMemcpyAsync``)
106
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107
108
# .. _pinned_memory_async_sync:
109
@@ -131,7 +131,7 @@
131
132
# 3. The source data must be in pinned memory.
133
134
-# We demonstrate this by running profiles on the following script.
+# We demonstrate this by running profiles on the following script.
135
136
137
import contextlib
0 commit comments