Coordinated Cooling and Compute Management for AI Datacenters
Nardos Belay Abera, Yize Chen
TL;DR
This paper tackles the energy efficiency and thermal sustainability of AI datacenters hosting LLM inference by introducing a hierarchical compute–thermal control framework that co-optimizes GPU parallelism, DVFS, and cooling settings. It combines an LSTM-based workload forecaster with a DistilBERT-based job classifier to drive MILP- and MPC-based optimization across TP selection, workload provisioning, and cooling control. Using real Azure inference traces and detailed GPU profiling, the approach achieves significant reductions in computing energy (~24%) and cooling energy (~31%), while maintaining end-to-end latency within SLOs and reducing GPU temperatures. The work demonstrates the importance and practicality of integrated management across compute and cooling for scalable, sustainable AI serving infrastructures and points to future extensions with more advanced cooling modalities.
Abstract
The AI datacenters are currently being deployed on a large scale to support the training and deployment of power-intensive large-language models (LLMs). Extensive amount of computation and cooling required in datacenters increase concerns about the energy use and carbon emissions of AI datacenters. Although current state-of-the-art has examined the energy efficiency of LLM inference, most prior research focused on optimizing compute-side scheduling without considering thermal objectives or constraints. Since GPU-intensive inference generates substantial heat that can degrade datacenter performance, ignoring thermal effects can increase total energy consumption and reduce the efficiency of LLM serving. To fill this gap, we profile the characteristics of GPU servers under varying cooling and AI jobs, and develop a joint cooling and computing modeling approach for AI datacenters. Built upon such workload and thermal dynamics models, a novel hierarchical control framework is proposed to co-optimize computing and thermal management by identifying the optimal GPU parallelism, frequency (DVFS), and cooling control knobs. Using real Azure inference traces and detailed GPU profiling, our model balances serving latency and thermal constraints in AI datacenters while significantly improving AI datacenters' energy efficiency.
