Expand description
Advanced GPU memory management for OxiGDAL.
This module provides sophisticated memory management strategies including memory pooling, staging buffer management, defragmentation, and VRAM budget tracking.
Structsยง
- Memory
Allocation - A suballocation from the memory pool.
- Memory
Pool - GPU memory pool for efficient buffer reuse.
- Memory
Pool Config - Memory pool configuration.
- Memory
Stats - Memory allocation statistics.
- Staging
Buffer Manager - Staging buffer manager for efficient CPU-GPU transfers.
- Vram
Budget Manager - VRAM budget manager to prevent out-of-memory errors.