ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
822
Citations
103
Influential Citations
ACM Transactions on Architecture and Code Optimization
Venue
2004
Year
With cooling costs rising exponentially, designing cooling solutions for worst-case power dissipation is prohibitively expensive. Chips that can autonomously modify their execution and power-dissipation characteristics permit the use of lower-cost cooling solutions while still guaranteeing safe temperature regulation. Evaluating techniques for this dynamic thermal management (DTM), however, requires a thermal model that is practical for architectural studies.This paper describes HotSpot , an accurate yet fast and practical model based on an equivalent circuit of thermal resistances and capacitances that correspond to microarchitecture blocks and essential aspects of the thermal package. Validation was performed using finite-element simulation. The paper also introduces several effective methods for DTM: "temperature-tracking" frequency scaling, "migrating computation" to spare hardware units, and a "hybrid" policy that combines fetch gating with dynamic voltage scaling. The latter two achieve their performance advantage by exploiting instruction-level parallelism, showing the importance of microarchitecture research in helping control the growth of cooling costs.Modeling temperature at the microarchitecture level also shows that power metrics are poor predictors of temperature, that sensor imprecision has a substantial impact on the performance of DTM, and that the inclusion of lateral resistances for thermal diffusion is important for accuracy.
This paper addresses a critical challenge in modern chip design: the exponential rise in cooling costs. As transistor densities increase, worst-case power dissipation becomes prohibitively expensive to cool. The authors propose that chips should autonomously manage their temperature through dynamic thermal management (DTM), allowing cheaper cooling solutions while maintaining safe operation. This is especially relevant for AI hardware, where high-performance compute units (GPUs, TPUs) generate intense heat.
The paper introduces HotSpot, a thermal model that is both accurate and fast enough for architectural simulation. Prior thermal models were either too slow or too coarse, making them impractical for design-space exploration. HotSpot uses an equivalent RC circuit representation, which is intuitive and computationally efficient. This model became a standard tool in the architecture community, enabling researchers to evaluate thermal-aware designs without expensive finite-element simulations.
The paper demonstrates that the hybrid DTM policy and migrating computation outperform simpler techniques by exploiting instruction-level parallelism (ILP). Specifically, the hybrid policy reduces peak temperature while maintaining higher performance than fetch gating alone. The migrating computation technique uses spare hardware units to distribute heat, leveraging ILP to keep execution units busy. The authors also quantify that ignoring lateral thermal diffusion can lead to temperature errors of up to 10-15%, and that sensor imprecision of even a few degrees can reduce DTM effectiveness by 20-30%.
This paper had a lasting impact on computer architecture and thermal-aware design. HotSpot became a widely used tool in both academia and industry for evaluating thermal management strategies. The insights about power vs. temperature and sensor imprecision influenced subsequent work on reliable and energy-efficient systems. For AI practitioners, the paper highlights the importance of thermal management in high-performance compute clusters and edge devices, where cooling costs and reliability are major concerns. The DTM techniques, especially migrating computation, are precursors to modern approaches like workload scheduling and heterogeneous computing.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba