NVIDIA Unified Virtual Memory
Automatic memory management between CPU and GPU through page faulting and on-demand migration
12 min readConcept
Explore machine learning concepts related to virtual-memory. Clear explanations and practical insights.
Automatic memory management between CPU and GPU through page faulting and on-demand migration
Understanding virtual memory page migration, fault handling, and TLB management in CPU-GPU systems
Comprehensive guide to virtual memory and TLB with interactive visualizations. Explore page tables, address translation, TLB mechanics, page faults, and performance optimization.
Deep dive into Transparent Huge Pages (THP), a Linux kernel feature that automatically promotes 4KB pages to 2MB huge pages. Learn how THP reduces TLB misses, page table overhead, and improves performance—plus the hidden costs of memory bloat and latency spikes.