Skip to main content

Module gpu_memory

Module gpu_memory 

Source
Expand description

GPU memory management utilities

This module provides advanced GPU memory management including:

  • Memory pools for efficient allocation/deallocation
  • Unified memory management for CUDA
  • Multi-GPU memory distribution
  • Memory bandwidth optimization

Structs§

BandwidthConfig
Memory bandwidth optimization settings
GpuMemoryBlock
GPU memory block descriptor
GpuMemoryPool
Memory pool for GPU allocations
MemoryStats
Memory usage statistics
MultiGpuMemoryManager
Multi-GPU memory manager
UnifiedMemoryBuffer
Unified memory buffer for CUDA

Enums§

AllocationStrategy
Memory allocation strategy