Pinned Memory
Learned through PyTorch.
Pinned memory (or page-locked memory) is host (CPU) memory that the operating system cannot swap out to disk, keeping it in physical RAM.
I wrote a lot about this in PyTorch Performance Tuning.
Learned through PyTorch.
Pinned memory (or page-locked memory) is host (CPU) memory that the operating system cannot swap out to disk, keeping it in physical RAM.
I wrote a lot about this in PyTorch Performance Tuning.