Expand description
Multi-GPU support for distributed GPU computing.
This module provides infrastructure for managing multiple GPUs, distributing work across devices, and handling inter-GPU data transfers.
Structs§
- GpuAffinity
Manager - GPU affinity manager for NUMA-aware scheduling.
- GpuDevice
Info - Information about a GPU device.
- Inter
GpuTransfer - Inter-GPU data transfer manager.
- Multi
GpuConfig - Multi-GPU configuration.
- Multi
GpuManager - Multi-GPU manager for coordinating multiple devices.
- Work
Distributor - Work distributor for multi-GPU task scheduling.
Enums§
- Distribution
Strategy - Work distribution strategy for multi-GPU processing.