REVIEW 3 major objections 6 minor 20 references
AI Application Benchmarking: Power-Aware Performance Analysis for Vision and Language Models
T0 review · 3 major / 6 minor · reviewed 2026-07-13 · grok-4.5
Pith's one-line read No single power limit optimizes energy efficiency across modern AI vision and language workloads on H100, H200, and MI300X GPUs.
desk verdict Solid empirical systems paper: no universal AI power cap, and H100 vs H200 (HBM) really do trade off differently; useful for operators if you keep the single-node caveats. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
A modular, containerized throughput benchmark (images/s or tokens/s) that preloads randomized inputs, discards warm-up, samples GPU power and performance every 100 ms, and sweeps power caps from 200 W to TDP on H100, H200 and MI300X; efficiency is then plotted as work units per joule (with a fixed 100 W node overhead) against throughput to expose the Pareto front for each workload–GPU pair.
What would settle it
Repeat the same power-cap sweeps on multi-node jobs that include realistic data pipelines and interconnect traffic, then check whether the efficiency peaks and H100-versus-H200 ordering still match the single-node, preloaded-input curves reported here.
Extended reading notes
Core claim
Across the tested computer-vision and large-language-model workloads, energy efficiency (work units per joule) versus power-cap curves are hill-shaped, and the efficiency peak moves with both application type and GPU architecture. Consequently no single power limit is optimal. The H100 typically peaks near 300–400 W, the H200 peaks slightly higher and loses less efficiency at high power, and the MI300X is flatter but lower overall; the two NVIDIA cards, which differ mainly in HBM configuration, produce qualitatively different performance–energy trade-offs.
Load-bearing premise
GPU-only power samples plus a fixed 100 W node overhead, taken on single-node multi-GPU runs with I/O removed and the highest stable batch size, are enough to rank energy-efficient operating points for real HPC AI systems.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents an open-source, throughput-oriented benchmarking framework for representative modern AI workloads (ResNet-50 and ViT-L/16 classification training, Stable Diffusion v2 training, LLaMA 3 8B continued pre-training with LitGPT, and LLaMA 3 8B inference with SGLang). It measures per-GPU samples/tokens per second and energy efficiency under systematic GPU power caps (200–700/750 W) on NVIDIA H100, H200, and AMD MI300X, using containerized stacks, warm-up discard, 100 ms sampling, preloaded random inputs, and highest stable batch sizes. Tables 3–4 and Fig. 1 show that efficiency peaks and performance–energy trade-offs are workload- and architecture-dependent, with no universal optimal power limit, and that H100 vs H200 (primarily HBM capacity/bandwidth differences) exhibit qualitatively different scaling and efficiency curves. The authors release code and discuss software-stack maturity issues on AMD.
Significance. If the reported non-universality of power-cap optima holds under the stated single-node, GPU-centric protocol, the work is a useful empirical contribution for HPC operators and GreenAI practice: it supplies concrete Pareto-style operating points for five current workloads on three current accelerators, and it correctly emphasizes throughput over time-to-convergence. Strengths include public code (Zenodo/GitHub), modular containerized workloads, explicit disclosure of AMD power-cap non-enforcement and software-stack limitations (§3.3, §6), and a clear H100/H200 contrast that isolates HBM configuration as a first-order factor. The result is incremental rather than foundational, but it is actionable for power-capping policy and for motivating multi-node and precision follow-ups listed in the Outlook.
major comments (3)
- §5 and Fig. 1: Energy efficiency is defined with an ad-hoc constant +100 W per node on top of GPU-only power samples. The paper does not report measured node-level power, sensitivity of the hill-shaped peaks to that constant, or justification that 100 W is representative across the three server platforms (Table 2). Because peak location is a central claim, either measure full-node power or show that peak positions are robust under a plausible overhead range.
- Tables 3–4 and §3.1: Throughput and efficiency values are reported without run-to-run variance, error bars, or number of independent trials. With stochastic training dynamics and multi-GPU runs, the ranking of efficiency peaks (e.g., H100 300 W vs 400 W for different workloads) cannot be assessed for statistical reliability. At minimum, report standard deviations over repeated runs or confidence intervals for the key operating points that support the non-universality claim.
- §3.3 and §6: On MI300X, power caps below 400 W were not reliably enforced and low-power points are parenthesized, yet they still appear in Table 3–4 and Fig. 1 and are used in qualitative comparisons (e.g., low-power inference lead). Either exclude non-enforced points from efficiency analysis or quantify actual vs requested power so that AMD curves do not overstate the cross-architecture comparison that the abstract highlights.
minor comments (6)
- Abstract vs body: Abstract says “power-limit settings” and “power capping”; body mixes “power cap,” “power limit,” and “power-capping scenarios.” Pick one term consistently.
- Table 2: Peak FP32/TF32 numbers and TDP for H200/MI300X look incomplete or misaligned (H200 TDP blank in the text layout; MI300X peak FP32 listed under H200 column in places). Verify the table against vendor specs.
- Fig. 1 caption and axis labels: “token/s” appears on CV panels in the text description; ensure figure axes match workload units (imgs/s vs tokens/s).
- §3.2: Container tags (e.g., pytorch:25.05-py3, ROCm 7.1.1) should be pinned with full digests or commit hashes for long-term reproducibility beyond the Zenodo snapshot.
- Typographical: “gnerations” (§1 contributions), “flatterand show lesspronouncedefficiencylossathigher” (§5), and inconsistent spacing around “HBM”/“TF32”.
- Related Work: Power-capping literature is covered; a brief pointer to recent LLM-serving energy studies (beyond SGLang) would better situate the inference results.
Circularity Check
Empirical measurement paper with no derivation chain that reduces claims to their inputs by construction.
full rationale
The paper is a throughput- and power-measurement study of CV and LLM workloads under GPU power caps on H100, H200, and MI300X. Its central claim—that no universal optimal power limit exists and that efficiency peaks and H100/H200 trade-offs vary by workload and architecture—is an observation from measured samples/s or tokens/s and GPU power (Tables 3–4, Fig. 1, §4–§5), not a first-principles derivation. Energy efficiency is defined as work units per joule from those measurements (with an explicit fixed +100 W node overhead), so the hill-shaped curves are data, not tautologies forced by normalization or by fitting a parameter then re-predicting a closely related quantity. There is no self-definitional loop, no fitted input labeled as prediction, no uniqueness theorem imported from overlapping authors, and no ansatz smuggled in via self-citation. Related-work citations are contextual; the results stand on the reported runs. Score 0 is appropriate: the work is self-contained empirical benchmarking with no circular reduction of claim to input.
Assumptions & free parameters
free parameters (3)
- constant node overhead for efficiency
- power-cap grid
- highest stable batch size per workload/platform
assumptions (4)
- domain assumption Application-level throughput (images/s or tokens/s) is the appropriate primary performance metric for these AI workloads, rather than time-to-convergence.
- domain assumption GPU power draw (plus a simple fixed node overhead) is an adequate proxy for energy-efficiency comparisons under power capping.
- domain assumption Eliminating host I/O by preloading randomized inputs isolates hardware-limited execution behavior relevant to efficiency ranking.
- domain assumption Vendor power-cap interfaces and reported GPU power samples correctly reflect enforced operating points when the software stack claims enforcement.
Cite this review
Pith. "Pith review of AI Application Benchmarking: Power-Aware Performance Analysis for Vision and Language Models." pith.science (2026). https://pith.science/paper/VAO664GT
@misc{pith2026260316164,
author = {Pith},
title = {Pith review of: AI Application Benchmarking: Power-Aware Performance Analysis for Vision and Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/VAO664GT}},
note = {Machine review of arXiv:2603.16164}
}
read the original abstract
Artificial Intelligence (AI) workloads drive a rapid expansion of high-performance computing (HPC) infrastructures and increase their power and energy demands towards a critical level. AI benchmarks representing state-of-the-art workloads and their understanding in the context of performance-energy trade-offs are critical to deploy efficient infrastructures and can guide energy efficiency measures, such as power limiting. We introduce a benchmarking framework with popular deep learning applications from computer vision (image classification and generation) and large language models (continued pre-training and inference) implementing modern methods. Our performance analysis focuses on throughput rather than ``time to completion'', which is the standard metric in HPC. We analyse performance and energy efficiency under various power-limit settings on NVIDIA H100, NVIDIA H200, and AMD MI300X GPUs. Our results reveal that no universal optimal power limit exists, as the efficiency peak varies across application types and GPU architectures. Interestingly, the two NVIDIA GPUs which mainly differ in their high-bandwidth memory (HBM) configuration show qualitatively different performance-energy trade-offs. Code is available on Zenodo (https://zenodo.org/records/20083679) and GitHub (https://github.com/RRZE-HPC/hpc-ai-perf-bench).
Figures
Reference graph
Works this paper leans on
-
[1]
Allen, T., Feng, X., Ge, R.: Performance optimization in power-capped GPU computing (2020), SC20 poster
2020
-
[2]
Chen, S.: Data centres will use twice as much energy by 2030 — driven by AI. Nature (Apr 2025). https://doi.org/10.1038/d41586-025-01113-z, news
-
[3]
Costa, M.T., Georgiadou, A., White, James B., I., Alvarez, B.V., Polo, J., Shin, W., Navaux, P.O.A., Messer, B., Lorenzon, A.F.: Characterizing the impact of gpu power management on an exascale system. In: Proceedings of the SC ’25 Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis. p. 1524–1533. SC ...
-
[4]
In: International Conference on Learning Representations (ICLR) (2021)
Dosovitskiy, A., Beyer, L., Kolesnikov, A., Weissenborn, D., Zhai, X., Unterthiner, T., Dehghani, M., Minderer, M., Heigold, G., Gelly, S., Uszkoreit, J., Houlsby, N.: An image is worth 16x16 words: Transformers for image recognition at scale. In: International Conference on Learning Representations (ICLR) (2021)
2021
-
[5]
Grattafiori, A., Dubey, A., Jauhri, A., Pandey, A., Kadian, A., Al-Dahle, A., Letman, A., Mathur, A., Schelten, A., et al.: The llama 3 herd of models (2024), https://arxiv.org/abs/2407.21783
arXiv 2024
-
[6]
In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) (June 2016)
He, K., Zhang, X., Ren, S., Sun, J.: Deep residual learning for image recognition. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) (June 2016)
2016
-
[7]
Huber, P., Li, D., Muriedas, J.P.G.H., Kieckhefen, D., Götz, M., Streit, A., De- bus, C.: Energy Consumption in Parallel Neural Network Training, pp. 46–59. https://doi.org/10.1137/1.9781611979022.4 12 M. Mayr et al
-
[8]
Mattson, P., Cheng, C., Coleman, C., Diamos, G., Micikevicius, P., Patterson, D., Tang, H., Wei, G.Y., Bailis, P., Bittorf, V., Brooks, D., Chen, D., Dutta, D., Gupta, U., Hazelwood, K., Hock, A., Huang, X., Ike, A., Jia, B., Kang, D., Kanter, D., Kumar, N., Liao, J., Ma, G., Narayanan, D., Oguntebi, T., Pekhimenko, G., Pentecost, L., Reddi, V.J., Robie, ...
2019
Show all 20 references
-
[9]
Mehlin, V., Schacht, S., Lanquillon, C.: Towards energy-efficient deep learning: An overview of energy-efficient approaches along the deep learning lifecycle (2023), https://arxiv.org/abs/2303.01980
2023 arXiv
-
[10]
ACM Comput
Menghani, G.: Efficient deep learning: A survey on making deep learning models smaller, faster, and better. ACM Comput. Surv.55(12) (Mar 2023). https://doi.org/10.1145/3578938
2023 doi
-
[11]
In: 2019 IEEE/ACM Workflows in Support of Large-Scale Science (WORKS)
Patki, T., Frye, Z., Bhatia, H., Di Natale, F., Glosli, J., Ingolfsson, H., Rountree, B.: Comparing GPU power and frequency capping: A case study with the MuMMI work- flow. In: 2019 IEEE/ACM Workflows in Support of Large-Scale Science (WORKS). pp. 31–39 (2019). https://doi.org...
2019 doi
-
[12]
In: Neuwirth, S., Paul, A.K., Weinzierl, T., Carson, E.C
Patrou, M., Wang, T., Elwasif, W., Eisenbach, M., Miller, R., Godoy, W., Hernan- dez, O.: Power-capping metric evaluation for improving energy efficiency in hpc applications. In: Neuwirth, S., Paul, A.K., Weinzierl, T., Carson, E.C. (eds.) High Performance Computing. pp. 231–2...
2026
-
[13]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Rombach, R., Blattmann, A., Lorenz, D., Esser, P., Ommer, B.: High-resolution image synthesis with latent diffusion models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 10684–10695 (June 2022)
2022
-
[14]
Touvron, H., Lavril, T., Izacard, G., Martinet, X., Lachaux, M.A., Lacroix, T., Rozière, B., Goyal, N., Hambro, E., Azhar, F., Rodriguez, A., Joulin, A., Grave, E., Lample, G.: Llama: Open and efficient foundation language models (2023), https://arxiv.org/abs/2302.13971
2023 arXiv
-
[15]
Tripp, C.E., Perr-Sauer, J., Gafur, J., Nag, A., Purkayastha, A., Zisman, S., Bensen, E.A.: Measuring the energy consumption and efficiency of deep neural networks: An empirical analysis and design recommendations (2024), https://arxiv.org/abs/2403.08151
2024 arXiv
-
[16]
Xu, J., Zhou, W., Fu, Z., Zhou, H., Li, L.: A survey on green deep learning (2021), https://arxiv.org/abs/2111.05193
2021 arXiv
-
[17]
In: Proceedings of the 56th Hawaii International Conference on System Sciences
Xu, Y., Martínez-Fernández, S., Martinez, M., Franch, X.: Energy efficiency of training neural network architectures: An empirical study. In: Proceedings of the 56th Hawaii International Conference on System Sciences. pp. 781–790 (2023). https://doi.org/10.24251/HICSS.2023.098
2023 doi
-
[18]
You, Y., Gitman, I., Ginsburg, B.: Large batch training of convolutional networks (2017), https://arxiv.org/abs/1708.03888
2017 arXiv
-
[19]
In: International Conference on Learning Representations (2020), https://openreview.net/forum?id=Syx4wnEtvH
You, Y., Li, J., Reddi, S., Hseu, J., Kumar, S., Bhojanapalli, S., Song, X., Demmel, J., Keutzer, K., Hsieh, C.J.: Large batch optimization for deep learning: Training BERT in 76 minutes. In: International Conference on Learning Representations (2020), https://openreview.net/f...
2020
-
[20]
In: Globerson, A., Mackey, L., Belgrave, D., Fan, A., Paquet, U., Tomczak, J., Zhang, C
Zheng, L., Yin, L., Xie, Z., Sun, C., Huang, J., Yu, C.H., Cao, S., Kozyrakis, C., Stoica, I., Gonzalez, J.E., Barrett, C., Sheng, Y.: Sglang: Efficient execution of structured language model programs. In: Globerson, A., Mackey, L., Belgrave, D., Fan, A., Paquet, U., Tomczak, ...
2024 doi
Reviewed July 13, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.