Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion intermediate_source/pinmem_nonblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
# 1. The device must have at least one free DMA (Direct Memory Access) engine. Modern GPU architectures such as Volterra,
# Tesla, or H100 devices have more than one DMA engine.
#
# 2. The transfer must be done on a separate, non-default cuda stream. In PyTorch, cuda streams can be handles using
# 2. The transfer must be done on a separate, non-default cuda stream. In PyTorch, cuda streams can be handled using
# :class:`~torch.cuda.Stream`.
#
# 3. The source data must be in pinned memory.
Expand Down
Loading