Profiling and inspecting memory in pytorch
-
Updated
Aug 12, 2026 - Python
Profiling and inspecting memory in pytorch
Hardware-accelerated Linux kernel block driver and multi-tier memory cascade (ZRAM ➔ PCIe VRAM ➔ NVMe). Opportunistically leases idle GPU memory as a zero-allocation, revocable swap cache with sub-millisecond latency, zero SSD wear, and crash-safety on Linux & WSL2.
This is a code that helps preallocate memory for PyTorch, used for competing for computational resources with others.
Arena-style GPU memory allocator for CUDA
To associate your repository with the cuda-memory topic, visit your repo's landing page and select "manage topics."