Skip to content

Commit 2fd193a

Browse files
author
Vincent Moens
committed
amend
1 parent 33236ec commit 2fd193a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/pinmem_nonblock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
# before making the transfer.
104104
#
105105
# Asynchronous vs. Synchronous Operations with ``non_blocking=True`` (CUDA ``cudaMemcpyAsync``)
106-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107107
#
108108
# .. _pinned_memory_async_sync:
109109
#
@@ -131,7 +131,7 @@
131131
#
132132
# 3. The source data must be in pinned memory.
133133
#
134-
# We demonstrate this by running profiles on the following script.
134+
# We demonstrate this by running profiles on the following script.
135135
#
136136

137137
import contextlib

0 commit comments

Comments
 (0)