
NVIDIA Exemplar Cloud: Lessons for Unlocking Full Performance on AI Infrastructure
Quick Answer
NVIDIA's analysis reveals that configuration choices can cause 8%-12% performance gaps in AI training on identical H100 and NVL72 systems.
Quick Take
Debugging four partner clusters identified issues in SMMU behavior, CPU power management, and NCCL settings, leading to actionable tuning changes for improved throughput.
Key Points
- Identical NVIDIA systems can show 8%-12% performance gaps due to configuration choices.
- Debugging revealed issues in SMMU, CPU placement, and NCCL settings affecting throughput.
- Performance gaps often arise under workload pressure, not from single failures.
- Enabling CMDQV/VCMDQ improved MoE iteration times to within reference architecture tolerance.
- Engineers can use these diagnostic patterns to optimize their own clusters.
DeepSignal Analysis
What happened
NVIDIA's analysis of AI training performance gaps revealed that configuration choices can lead to 8%-12% differences in throughput on identical systems. Debugging four partner clusters identified issues in SMMU behavior, CPU power management, and NCCL settings, resulting in actionable tuning changes that improved performance.
Key evidence
- NVIDIA observed 8% to 12% performance gaps between partner deployments and their reference architecture on identical workloads.
- Debugging revealed that SMMU overhead and CPU power management issues contributed to performance discrepancies in partner clusters.
- Specific tuning changes, such as enabling CMDQV/VCMDQ and adjusting C-states, helped reduce performance gaps significantly.
Why it matters
Understanding the causes of performance gaps in AI training is crucial for optimizing infrastructure. The findings highlight that even minor configuration details can significantly impact throughput. This knowledge allows engineers to make informed adjustments, ensuring that AI workloads run efficiently and meet performance benchmarks.
What to watch
Source Excerpt
Two AI computing clusters built from identical NVIDIA H100, GB200 NVL72, or GB300 NVL72 systems can deliver materially different training throughput.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from NVIDIA Developer Blog
See more →
Synthetic Data Generation for Financial AI Research with NVIDIA NeMo
NVIDIA's NeMo pipeline generates 502,536 unique financial news headlines in 82 iterations, addressing data imbalance in financial NLP. The iterative approach uses semantic deduplication and category-weighted sampling to enhance diversity and relevance in generated content.

