版本:v2.5.1
Enable MetaX GPU sharing
HAMi now supports metax.com/gpu by implementing most device-sharing features as NVIDIA GPUs, device-sharing features include the following:
-
GPU Sharing: Tasks can request a fraction of a GPU rather than the entire GPU card, allowing multiple tasks to share the same GPU.
-
Device Memory Control: Tasks can be allocated a specific amount of GPU memory, with strict enforcement to ensure usage does not exceed the assigned limit.
-
Compute Core Limiting: Tasks can be allocated a specific percentage of GPU compute cores (e.g.,
60means the container can use 60% of the GPU’s compute cores).
Prerequisites
- MetaX Driver >= 2.31.0
- MetaX GPU Operator >= 0.10.1
- Kubernetes >= 1.23