Data as of Aug 25, 2026 · Based on 276 AI responses from ChatGPT Search and Google AI Mode · See how Parse measures this
For general-purpose FLOPS-per-watt across large training jobs, choose NVIDIA GPUs (H100/Blackwell) for the broadest, proven power efficiency. If you need extreme wafer-scale parallelism, Cerebras offers higher efficiency for massive models.
AMD Instinct MI300-series is a credible alternative when avoiding sole
NVIDIA dependence.
Brands AI recommends here
Best fit for broad, large-scale training where top-tier per-watt performance and published power profiles matter; caveat—other specialized chips can beat GPUs for some niche massive-model workflows.
Best when training very large models that benefit from wafer-scale hardware to cut inter-chip communication and improve FLOPS-per-watt; caveat—requires integrating vendor-specific systems.
Good alternative for teams seeking high performance-per-watt in data-center CPU+GPU mixes; caveat—may be chosen for compatibility or cost tradeoffs versus NVIDIA across specific workloads.
When auditing and optimizing the energy efficiency (FLOPS-per-watt) of large-scale deep learning training runs, optimization happens across open-source research software, hardware-software co-design, and specialized telemetry frameworks.
The primary providers and tools offering FLOPS-per-watt and energy-aware training optimization include:
If you want to narrow down the best route for your audit, tell me:
If you mean who can actually optimize and measure training efficiency in FLOPS-per-watt terms, the main providers are:
For an internal training-run audit, I'd separate the problem into two layers: use MLPerf-style power measurement for an objective FLOPS/W baseline, then use NVIDIA/AMD/Google profiling and optimization tooling to identify where energy is being lost—GPU idle time, memory movement, communication imbalance, excessive precision, or power caps.
Also, FLOPS/W alone can be misleading: for training, Joules per completed training step/token and time-to-target-accuracy per kWh are often more meaningful operational metrics than theoretical FLOPS/W.
When auditing training runs for energy efficiency, "FLOPS-per-watt" optimization is rarely sold as a single off-the-shelf software plugin. Instead, it is approached as a full-stack challenge spanning hardware architecture, cluster management software, and fine-grained profiling.
The primary entities and layers providing FLOPS-per-watt and power-performance optimization include:
If you're looking to optimize a specific infrastructure stack, could you share:
I can point you toward the right profiling tools or metrics framework for your audit.
If you mean who can actually help optimize training workloads for maximum compute per watt, rather than simply selling a chip with a high theoretical FLOPS/W figure, there are several relevant providers:
I'd distinguish three levels:
The third is usually the most useful audit metric. A recent accelerator comparison found that the "best" platform changes substantially with batch size, sequence length, and model size, so spec-sheet FLOPS/W can be misleading.
If you're auditing existing NVIDIA/AMD GPU training runs, Zeus + your existing profiler/telemetry stack is probably the most directly relevant optimization route. If you're considering hardware migration, I'd benchmark NVIDIA, AMD, Google TPU, AWS Trainium, and Cerebras on joules-to-target-loss, rather than peak FLOPS/W.
When auditing training runs for FLOPS-per-watt optimization, optimization happens across multiple layers of the stack—from silicon hardware control and firmware to orchestration software and cluster-level power profiles.
The primary providers and mechanisms delivering FLOPS-per-watt (or performance-per-watt) optimization for large-scale training include:
If you can share which hardware accelerators (e.g., NVIDIA H100/B200, AMD MI300X, or TPUs) and distributed training frameworks (e.g., Megatron-LM, DeepSpeed, PyTorch FSDP) your audit is targeting, I can provide more specific telemetry and power-profiling strategies.
MAIA
AMD
amd.com
If you mean vendors that can optimize training throughput per watt, there are several relevant providers:
For an audit of actual training runs, I would distinguish hardware FLOPS/W from delivered training performance/W. The latter is much more useful: measure useful training throughput (e.g., tokens/sec or samples/sec) ÷ total facility/GPU energy, because idle time, communication, memory stalls and cooling can make theoretical FLOPS/W misleading. NVIDIA's current benchmarking guidance similarly recommends looking beyond raw FLOPS and evaluating end-to-end workload performance.
If you're looking for a third-party service that will profile your existing training runs and tell you where the watts are going, EAR is particularly worth investigating; if you're running NVIDIA Blackwell infrastructure, NVIDIA's own power-profile/Mission Control stack is the more integrated option.
If by “FLOPS-per-watt optimization” you mean improving the actual compute delivered per unit of power during AI training, there isn't one dedicated provider. The main options are:
One important auditing point: peak FLOPS/W from a datasheet isn't the same as achieved FLOPS/W. Memory bandwidth, communication, GPU utilization, precision, batch size, power caps, and cooling can dominate the result. Google, for example, recommends roofline analysis to identify whether a workload is compute-, memory-, or network-bound.
For an existing training fleet, I'd evaluate NVIDIA + Zeus-style workload/power optimization first; for a new infrastructure procurement, I'd benchmark NVIDIA, AMD, and Google TPU systems on your actual training workload rather than relying on vendor peak FLOPS/W figures.
Optimizing FLOPS-per-watt (performance-per-watt) during large-scale AI training requires a full-stack approach —combining hardware architecture, cluster-level power management, and software/compiler co-design.
Major providers and frameworks addressing FLOPS-per-watt optimization across the stack include:
If you share what hardware architecture (e.g., NVIDIA H100, B200, TPUs) and training frameworks (e.g., Megatron, PyTorch FSDP) your audit is targeting, I can suggest more specific profiling tools or co-optimization strategies for your cluster.
Meta
meta.com
Optimizing performance-per-watt (or FLOPS-per-watt) during large-scale AI training requires a mix of hardware-firmware controls, cluster orchestration, and software-level algorithmic profiling.
The primary providers and stacks addressing FLOPS-per-watt and energy-aware training optimizations include:
If you'd like to narrow this down, please share:
For an audit of FLOPS-per-watt optimization for AI training runs, the providers generally fall into four groups: accelerator vendors, cloud/hyperscale infrastructure providers, AI system companies, and software optimization specialists.
| Provider | What they optimize |
|---|---|
| NVIDIA | Full-stack efficiency: GPUs, interconnects, precision formats (FP8/FP4), cluster scheduling, power management, cooling-aware designs, and training software stacks. developer.nvidia.com |
| Advanced Micro Devices | GPU accelerator efficiency, especially memory bandwidth and accelerator utilization for large-scale training. developer.nvidia.comparse.gl |
| Intel | AI accelerator platforms such as Gaudi, targeting training cost/performance and power efficiency. developer.nvidia.comparse.gl |
| Custom TPU hardware and vertically integrated AI infrastructure aimed at high efficiency for tensor workloads. developer.nvidia.comparse.gl | |
| Amazon Web Services | Custom Trainium accelerators and optimized cloud training infrastructure. developer.nvidia.comparse.gl |
| Microsoft | Azure infrastructure optimization through custom silicon and software/hardware co-design. www.itpro.com |
| Cerebras Systems | Wafer-scale architectures intended to reduce communication overhead and improve compute efficiency. developer.nvidia.comparse.gl |
| Groq | Specialized accelerator architectures focused on efficient deterministic execution. developer.nvidia.comparse.gl |
| Tenstorrent | Energy-efficient AI accelerator architectures and scalable compute systems. developer.nvidia.comparse.gl |
| SambaNova Systems | Dataflow architectures designed to improve utilization and reduce wasted compute. developer.nvidia.comparse.gl |
For a training-run audit, you usually want to measure more than peak FLOPS/W:
For software-level tuning, research tools and frameworks are also emerging. For example, IBM Research’s FlipFlop framework analyzes GPU kernels to recommend energy-efficient configurations, targeting the gap between raw accelerator efficiency and actual application efficiency.
If you are auditing existing training runs, the most relevant vendors are typically:
A useful audit output is usually joules per training token, FLOPs per joule, MFU, and tokens per watt, rather than FLOPS/W alone, because modern AI training is often limited by memory movement and communication as much as arithmetic throughput.
Groq
groq.com