What is MIG
Multi-Instance GPU (MIG) is a feature on NVIDIA A100 and later GPUs that partitions a single physical GPU into multiple isolated instances, each with its own dedicated compute resources and memory.
Supported GPUs: A100, A30, H100, H200, and newer.
Benefits:
- Run multiple workloads on one GPU with strong isolation
- Right-size GPU resources per workload
- Improve overall GPU utilization
- Each instance behaves like an independent GPU
