Sobre el proyecto

Device Config Manager (DCM) is a component of the GPU Operator designed to handle the configuration of AMD devices, primarily GPUs. Initially focused on GPU partitioning configurations, the architecture is flexible enough to support other types of GPU or AINIC configurations in the future. Users define GPU configurations using a Kubernetes config-map, which is associated with the DCM daemonset. The project provides a quick start guide using `make default` to build a Docker container image (`docker.io/rocm/device-config-manager:rocm_dcm`) suitable for deployment in a Kubernetes environment. Supported platforms include Ubuntu 22.04 and 24.04, with compatibility for RDC versions from ROCM 6.3 through 7.2.1. Detailed documentation, including installation guides and partition descriptions, is available on the AMD Instinct documentation site. The project is licensed under Apache 2.0.