NVIDIA:GB200 NVL72 超节点与 CUDA 全栈生态
1. 介绍
1.1. 厂商定位
NVIDIA 是全球加速计算平台厂商,以「GPU + 网络 + 软件全栈」的软硬一体生态构成 AI 算力市场的事实标准。在本组的十个平台中,NVIDIA 是唯一一家同时满足以下三个条件的厂商:
- 数据规模全面公开:作为美股上市公司,其财报(SEC 文件)按季度披露数据中心业务收入、网络业务收入与大客户结构,是本组可信度最高的数据来源(A 级);
- 基准成绩可第三方验证:MLPerf Training / Inference 提交结果由 MLCommons 统一发布,NVIDIA 是提交最频繁、覆盖最全的厂商;
- 软件栈纵向贯穿 Harness 六层:从 KV Cache 管理(L1)到企业级支持服务(L6),每一层都有对应的一等公民产品。
本篇作为 06-AI-Infra 组的标杆篇,其余九篇的对比坐标系均以本篇为参照。
1.2. 基本信息卡
| 项目 | 内容 |
|---|---|
| 公司 | NVIDIA Corporation(NASDAQ:NVDA) |
| 定位 | 加速计算平台厂商(GPU + DPU/CPU + 网络 + 软件全栈) |
| 最新旗舰系统 | GB200 NVL72(2024-03 GTC 发布);GB300 NVL72(Blackwell Ultra,2025-06 起客户出货) |
| 下一代路线 | Vera Rubin NVL144(2026—2027 路线图,面向 Agentic AI 架构,加入存储加速器与 Vera CPU) |
| 核心软件 | CUDA、TensorRT-LLM、NIM 微服务、Dynamo 分布式推理框架、NVIDIA AI Enterprise |
| 商业模式 | 硬件销售 + 软件订阅(NVIDIA AI Enterprise)+ 认证体系(Exemplar Cloud) |
| 信息截止 | 2026-09-12 |
1.3. 财务与业务规模
NVIDIA 的财务数据全部来自 SEC 文件与官方 CFO Commentary(A 级),关键口径如下:
| 指标 | 数值 | 口径说明 |
|---|---|---|
| FY2026 全年营收 | 2159 亿美元(同比 +65%) | NVIDIA Q4 FY26 SEC 8-K / 财报点评 |
| FY26Q4 数据中心营收 | 623 亿美元(同比 +75%) | 主要由 Blackwell 与 Blackwell Ultra 驱动 |
| Q2 FY26 总营收 | 467.4 亿美元(同比 +56%) | 截至 2025-07 的季度 |
| Q2 FY26 数据中心营收 | 411 亿美元 | 其中网络业务 73 亿美元(同比 +98%) |
| 大云厂商收入占比 | 约占数据中心收入 50% | NVIDIA Q2 FY26 CFO Commentary |
| H20 出口管制影响 | FY26Q1 计提 45 亿美元损失,约 25 亿美元 H20 未能出货;Q2 又因 H20 销售减少 40 亿美元 | SEC 文件口径;Q2 compute 环比 -1% 的主因 |
两点结构性解读:
- 网络业务是超节点时代的第二条增长曲线:73 亿美元、+98% 的增速直接对应 NVLink / GB200 / GB300、XDR InfiniBand 与 Spectrum-X Ethernet 的放量——超节点把「买 GPU」变成了「买机柜级系统 + 互联」。
- 对华业务受出口管制刚性压制:FY26 财报 Outlook 明确「未计入对华 H20 出货」,中国特供路线无官方细节(缺口见信息缺口声明)。
1.4. 在 AI Harness 体系中的位置
按项目参数卡的六层模型,NVIDIA 的角色是为 Harness 六层提供底层算力与系统级运行时:它不生产智能体框架(L3 编排主要靠上层合作伙伴),但通过 Dynamo、NIM、TensorRT-LLM 把 L1(KV Cache)、L2(标准容器化工具)、L5(集群可观测)做成了「推理侧 Harness 基础件」。可以概括为:NVIDIA 是推理侧 Harness 的地基供应商,而非 Harness 本身。
2. 名词解释
| 术语 | 英文/缩写 | 释义 |
|---|---|---|
| CUDA | Compute Unified Device Architecture | NVIDIA 统一并行计算平台与编程模型,软件生态护城河的核心 |
| NVLink | NVLink | NVIDIA 私有高速 GPU 互联协议;GB200 为第五代 |
| NVLink 域 | NVLink Domain | 通过 NVLink 交换机全互连的一组 GPU,可共享内存地址空间协同计算 |
| GB200 NVL72 | GB200 NVL72 | 36 颗 Grace CPU + 72 颗 Blackwell GPU 组成的机柜级超节点,NVLink 域总带宽 130 TB/s |
| 超节点 | Super Node / NVL 系统 | 将数十至数百颗加速器以高带宽低时延互联为「单一逻辑算力单元」的机柜级系统形态 |
| Grace CPU | Grace | NVIDIA 基于 Arm 的自研服务器 CPU,与 GPU 通过 NVLink-C2C 紧耦合 |
| TensorRT-LLM | TensorRT-LLM | NVIDIA 官方 LLM 推理优化库,FP8/FP4 量化支持最深,MLPerf 提交的默认后端 |
| NIM | NVIDIA Inference Microservice | 将模型封装为标准容器(OpenAI 兼容 API)的推理微服务产品 |
| Dynamo | NVIDIA Dynamo | GTC 2025 发布的分布式推理框架(Triton 后继),含 GPU Planner、智能路由、KV Cache 管理 |
| KV Cache | Key-Value Cache | 推理时缓存的注意力键值张量;其显存占用与复用效率是 LLM 服务成本的核心变量 |
| PD 分离 | Prefill / Decode Disaggregation | 将预填充与解码阶段部署在不同 GPU 组上分别优化吞吐与时延的部署形态 |
| MFU | Model FLOPs Utilization | 模型浮点算力利用率,衡量训练/推理集群实际效率的核心指标 |
| MLPerf | MLPerf Training / Inference | MLCommons 维护的行业标准 AI 基准,结果第三方可验证 |
| NVFP4 | NVFP4 | NVIDIA 定义的 4-bit 浮点格式,Blackwell Ultra 原生支持 |
| Spectrum-X | Spectrum-X Ethernet | NVIDIA 面向 AI 的以太网网络方案(与 InfiniBand 并列的两条网络路线) |
3. 功能说明与产品线
3.1. 硬件产品线
NVIDIA 面向 AI 数据中心的产品线由三部分构成:
- GPU 与超级芯片:Hopper(H100/H200)→ Blackwell(B200/GB200)→ Blackwell Ultra(GB300)→ Vera Rubin(2026—2027 路线图);
- CPU:Grace(Arm 架构),在 GB200 中以「1 Grace + 2 Blackwell」的超级芯片形态与 GPU 紧耦合;
- 网络:NVLink/NVLink Switch(机柜内)、InfiniBand XDR 与 Spectrum-X Ethernet(机柜间),Q2 FY26 网络业务 73 亿美元(+98%)。
产品节奏(官方路线图口径):GB300 NVL72 于 2025-06 起客户出货;Vera Rubin NVL144 面向 Agentic AI 架构,加入存储加速器与 Vera CPU,规划于 2026—2027 年落地。
3.2. 超节点产品:GB200 / GB300 NVL72
GB200 NVL72 是超节点形态的标杆产品,关键规格(官方口径,经百度百科交叉):
| 项目 | 规格 |
|---|---|
| 组成 | 36 Grace CPU + 72 Blackwell GPU |
| NVLink 域总带宽 | 130 TB/s(第五代 NVLink) |
| 散热 | 机柜级液冷 |
| 单柜功率 | 约 120~130 kW |
| 官方性能口径 | LLM 推理较同数量 H100 最高 30 倍;训练 4 倍;成本能耗最低降至 1/25 |
| 发布时间 | 2024-03 GTC |
GB300 NVL72(Blackwell Ultra)在 MLPerf Inference v5.1 首秀中刷新全部新增基准:单 GPU DeepSeek-R1 离线吞吐较 GB200 NVL72 高 45%、较 Hopper 约 5 倍(A 级,MLCommons 结果)。
3.3. 软件栈与推理服务
- TensorRT-LLM:官方 LLM 推理优化库;MLPerf v5.0 中 FP4 精度经 TensorRT-LLM + TensorRT Model Optimizer 实现,吞吐为 FP8 的 2 倍且满足精度门限;2025-09 v1.0 转向 PyTorch-first 架构并提供 trtllm-serve OpenAI 兼容服务器(详见 09-inference-serving.md,本文不重复展开);
- NIM 微服务:模型容器化封装 + OpenAI 兼容 API + LoRA 热加载(不重启服务加载微调适配器);请求级结构化 JSON 日志(request ID / token 数 / 时延 / 推理档位),可转发 Elasticsearch / Splunk;
- Dynamo:分布式推理框架(详见 5.4 节);
- NVIDIA Mission Control:集群管理与可观测平台;
- NVIDIA AI Enterprise:上述组件的企业级安全、支持与稳定版订阅,是 NVIDIA 软件货币化的载体。
4. 平台架构
4.1. 芯片—整机—集群—框架四层栈
图 1-1|NVIDIA 全栈架构:从 GB200 NVL72 超节点到 AI 软件生态
数据来源:NVIDIA GTC 2024 官方资料、Q2 FY26 CFO Commentary(SEC)、NVIDIA 官方路线图;示意图基于本文分析。
4.2. GB200 NVL72 超节点架构
超节点的本质是把「72 颗 GPU 的集合」在软件视角上呈现为「一个 130 TB/s 互联带宽的单一计算单元」。这带来三个架构后果:
- 内存池化:NVLink 域内 72 GPU 可共享 30 TB 快速内存,使超大 KV Cache 得以驻留(与 L1 直接相关,见 5.2 节);
- 系统级交付:液冷、供电、互联成为整机厂与云厂商的集成能力门槛——早期机柜过热问题(见 6.4 节)正源于此;
- 网络收入内生化:NVLink Switch、InfiniBand、Spectrum-X 随超节点放量,构成网络业务 98% 增速的来源。
5. Harness 设计
5.1. 六层能力总览
NVIDIA 不直接提供智能体 Harness,但其软件栈覆盖了推理侧 Harness 的全部底层原语。下表为六层映射(评级口径:对上层智能体负载的支撑深度):
| 层 | 支撑产品/机制 | 成熟度 |
|---|---|---|
| L1 上下文工程 | NVLink 域共享内存 / Dynamo KV Cache Manager / TensorRT-LLM NVL72-aware 分片 | 强 |
| L2 工具与执行 | NIM 标准容器 + OpenAI 兼容 API / NIM Agent Blueprints | 强 |
| L3 编排与控制 | Dynamo 四组件(GPU Planner / Smart Router / 通信库 / Memory Manager) | 中强(推理编排,非任务编排) |
| L4 记忆与状态 | KV Cache 跨内存层级卸载 / LoRA 热加载 / NeMo + AI Foundry 版本管理 | 中强 |
| L5 评估与观测 | Mission Control / Dynamo SLA 扩缩与容错 / NIM 结构化日志 | 强 |
| L6 治理与安全 | NVIDIA AI Enterprise 企业支持 / Exemplar Cloud 认证体系 | 中强 |
结构性特征:L1/L2/L5 是显性强层,L3 是「推理编排」强而「任务编排」空白——智能体的 Plan-and-Execute、子智能体派发等能力完全依赖上层框架(LangGraph、Claude Agent SDK 等),NVIDIA 有意不越界。
5.2. L1 上下文工程层
- 超大 KV Cache 驻留:NVLink 域内 72 GPU 共享 30 TB 快速内存,是超长上下文与大规模并发会话的物理前提;
- NVL72-aware 分片:TensorRT-LLM 感知 NVLink 域拓扑做张量/流水线分片,减少跨域通信;
- Dynamo 分布式 KV Cache Manager:支持 KV 卸载至 CPU、本地盘与对象存储,把 KV Cache 从「显存内的一等公民」扩展为「跨内存层级的可管理资产」(A 级,NVIDIA Dynamo 官方博客 2025-03)。
5.3. L2 工具与执行层
- NIM 微服务:将模型封装为标准容器,暴露 OpenAI 兼容 API——这使任何遵循 OpenAI 协议的智能体框架无需改造即可接入;
- NIM Agent Blueprints(后更名 NVIDIA Blueprints):打包「多 NIM + 编排逻辑 + 示例代码」的企业应用工作流,典型蓝图包括数字人客服、药物虚拟筛选、多模态 PDF RAG 等,自 2024-08 起按月度节奏发布。
5.4. L3 编排与控制层
Dynamo 的四大组件构成推理侧编排原语(A 级,GTC 2025 新闻稿):
- GPU Planner:根据负载动态增减 GPU,实现 SLA 驱动的自动扩缩;
- Smart Router:LLM 感知路由,优先复用既有 KV Cache、避免重算;
- 低时延通信库:推理专用通信路径;
- Memory Manager:KV Cache 卸载与恢复。
官方效果口径:DeepSeek-R1 671B 在 Blackwell 上请求处理量提升最高 30 倍;Cohere、Together AI 宣布集成。需要强调:Dynamo 编排的对象是推理请求与 GPU 资源,不是智能体任务——这是它与 LangGraph 类框架的本质区别。
5.5. L4 记忆与状态层
- KV Cache 跨内存层级(HBM → CPU → 存储)的持久化与复用;
- NIM 的 LoRA 热加载:不重启服务即可加载微调适配器,配合 NeMo 微调与 AI Foundry 版本管理,形成「微调—部署—回滚」的状态管理闭环。
5.6. L5 评估与观测层
- Mission Control:集群级管理与可观测,CoreWeave 以其作为 AI 云运营标准;
- Dynamo 运行时观测:SLA 自动扩缩、实时可观测、容错;
- NIM 请求级日志:结构化 JSON(request ID / token 数 / 时延 / 推理档位),可对接 Elasticsearch / Splunk——这为上层智能体的 L5(轨迹观测)提供了请求粒度的原始数据。
5.7. L6 治理与安全层
- NVIDIA AI Enterprise:为 Dynamo/NIM 提供企业级安全、CVE 响应与稳定版本通道;
- Exemplar Cloud 认证体系:为云厂商提供统一基准验证(推理/微调/预训练三类配方),把「治理」外化为可审计的认证,CoreWeave 为首批双认证(训练 + 推理)厂商。
6. 实际案例
6.1. MLPerf 基准成绩(第三方可验证)
NVIDIA 是 MLPerf 体系内提交最完整的厂商,以下成绩均出自 MLCommons 官方结果(A 级):
| 基准 | 成绩 | 说明 |
|---|---|---|
| MLPerf Training v5.0 | 2496 卡 Blackwell 训练 Llama 3.1 405B,史上最大单次提交 | CoreWeave + NVIDIA + IBM 联合提交(39 机柜);同等集群规模较 Hopper 快 2 倍以上;512→2496 卡扩展效率 91% |
| MLPerf Inference v5.0 | GB200 NVL72 在 Llama 3.1 405B 上单 GPU 性能较 H200 8 卡系统最高 3.4 倍;系统级较 H200 NVL8 最高 30 倍 | 单 GPU 3 倍 + NVLink 域 9 倍的分解;FP4 经 TensorRT-LLM 实现,吞吐为 FP8 的 2 倍且满足精度门限 |
| MLPerf Inference v5.1 | GB300 NVL72 单 GPU DeepSeek-R1 离线吞吐较 GB200 NVL72 高 45%、较 Hopper 约 5 倍;GB200 NVL72 上 Llama 3.1 405B 交互式负载 PD 分离较聚合式提升近 1.5 倍 | Blackwell Ultra 首秀刷新全部新增基准(DeepSeek-R1、Llama 3.1 405B/8B、Whisper) |
生态广度佐证:MLPerf Inference v5.0 中 15 家伙伴在 NVIDIA 平台提交结果(ASUS、Cisco、CoreWeave、Dell、Fujitsu、Google Cloud、HPE、Lambda、Lenovo、OCI、QCT、Supermicro、SMC、VMware 等)——基准生态本身即 NVIDIA 生态。
6.2. 云厂商与超大规模客户
| 客户 | 部署内容 | 来源与可信度 |
|---|---|---|
| CoreWeave | 首个提供 GB200 NVL72 云实例(2025-02 宣布,首批客户 IBM、Mistral AI、Cohere);GB200 舰队可扩展至 11 万卡;获 Exemplar Cloud 训练 + 推理双认证;为 IBM 构建 Carina 2496 卡集群 | CoreWeave 官方博客(A) |
| Oracle OCI | 2025 年初起部署液冷 NVL72 机柜;OCI Supercluster 规划超 10 万 Blackwell GPU;Stargate Abilene(德州)规划 8 栋楼宇、超 45 万颗 GB200 GPU、1.2 GW(Larry Ellison 2025-10 Oracle AI World 披露) | Oracle AI World 披露经转述(B) |
| Meta | 2025 年数十万卡 Blackwell 舰队承诺,NVL72 机柜用于 Llama 4 训练;网络采用 Spectrum-X Ethernet 而非 InfiniBand | 行业汇编(B/C) |
| xAI | 孟菲斯 Colossus 在原 10 万 H100 基础上于 2025 年追加数千 NVL72 机柜级扩展 | 行业汇编(B/C) |
| AWS / Azure / GCP | AWS 上线 EC2 P6e-GB200 UltraServer;Azure 提供 HGX B200 与 GB200 NVL72 两形态;Google Cloud A4 家族含 NVL72 VM 形态 | 各云厂商官方页(B) |
| 主权项目 | 欧盟多国、沙特 HUMAIN、G42 / Stargate UAE(规划 5 GW 园区、200 万颗以上 GB200 级芯片)承诺部署 | NVIDIA 官方披露经转述(B) |
6.3. 性能口径冲突并列
GB200 与 AMD MI355X 的对比存在两套厂商口径,本组按纪律并列呈现、不择一(详见 02-amd.md 与组 README 附录):
| 口径 | 内容 | 来源性质 |
|---|---|---|
| Signal65(NVIDIA 阵营宣传引用) | DeepSeek-R1 0528 MoE 推理场景,GB200 NVL72 性能约为 MI355X 的 28 倍 | 厂商委托基准(C,经百度百科转引) |
| AMD 官方 | MI355X 在 Llama 3.1 405B FP4(vLLM)上吞吐高于 B200 1.3 倍 | 厂商自测(A,厂商口径) |
两口径测试模型、精度、系统配置均不同,不可直接比较;引用任何一方时必须注明「厂商委托/自测」。
6.4. 已知问题
- 早期机柜过热:GB200 NVL72 早期部署出现机柜过热问题,导致设计修改与交付延迟(2024-11 行业媒体报道,B/C 级);
- 工具链反馈:NVLink 铜背板诊断调试工具被用户反馈不足(同上);
- 对华业务不确定性:FY26 Outlook 未计入对华 H20 出货,中国特供路线无官方细节。
7. 总结
优势:
- 全栈闭环:从 FP4 算子到 Exemplar Cloud 认证,六层均有对应产品,且 MLPerf 成绩第三方可验证(本组唯一);
- 超节点代际领先:NVL72/GB300 已规模出货,Vera Rubin 路线图清晰,网络业务形成第二增长曲线;
- 生态锁定:CUDA + TensorRT-LLM + NIM 的组合使上层智能体框架默认以 NVIDIA 为第一后端。
劣势:
- 对华业务受出口管制刚性约束,H20 后续无官方路线;
- 私有互联(NVLink)与软件栈深度绑定带来供应商锁定,Hyperscaler 均以自研芯片对冲(见 06/07 两篇);
- 系统级交付复杂度高,早期过热与诊断工具问题暴露了超节点形态的运维成本。
适用边界:追求极致性能与生态完备性、且无国产化硬约束的训练/推理场景首选;国产化与合规强约束场景需转向本组 03~08 篇的国产方案。
选型建议:训练与大规模推理优先考虑 NVL72 形态而非单卡堆叠——MLPerf 的「NVLink 域 9 倍」分解说明,超节点收益主要来自互联而非单卡;同时应把 NVIDIA AI Enterprise 订阅与 Dynamo/NIM 的企业支持纳入 TCO 测算。
信息缺口声明
- GB200/GB300 机柜单价与 Vera Rubin NVL144 定价无官方文件(880 万美元/柜为媒体引述,未采信);
- NVIDIA 中国区(H20 后续、合规卡)2026 年出货策略无官方细节;
- NIM 企业客户数量无官方统计(仅有个案点名:Amazon、Microsoft、Oracle、DocuSign、Perplexity、Snap 等)。
8. 参考资料
- NVIDIA Q2 FY2026 CFO Commentary — NVIDIA 投资者关系,2025。https://investor.nvidia.com/files/doc_financials/2026/Q226/Q2FY26-CFO-Commentary.pdf
- NVIDIA CFO Commentary Q1 FY2026 — SEC EDGAR,2025。https://www.sec.gov/Archives/edgar/data/1045810/000104581025000115/q1fy26cfocommentary.htm
- NVIDIA Blackwell Delivers Massive Performance Leaps in MLPerf Inference v5.0 — NVIDIA Technical Blog,2025。https://developer.nvidia.com/blog/nvidia-blackwell-delivers-massive-performance-leaps-in-mlperf-inference-v5-0/
- NVIDIA Blackwell Ultra Sets New Inference Records in MLPerf Debut — NVIDIA Technical Blog,2025。https://developer.nvidia.com/blog/nvidia-blackwell-ultra-sets-new-inference-records-in-mlperf-debut/
- Blackwell Takes Pole Position in Latest MLPerf Inference Results — NVIDIA Blog,2025。https://blogs.nvidia.com/blog/blackwell-mlperf-inference%20
- CoreWeave, NVIDIA, and IBM Set MLPerf Record with Largest NVIDIA GB200 Blackwell Cluster — CoreWeave,2025。https://coreweave.com/blog/coreweave-nvidia-and-ibm-set-mlperf-record-with-largest-nvidia-gb200-blackwell-cluster-achieving-over-2x-faster-training
- CoreWeave Becomes One of the First Cloud Providers to Achieve NVIDIA Exemplar Cloud Validation (Inference) — CoreWeave,2025。https://www.coreweave.com/blog/coreweave-becomes-one-of-the-first-cloud-providers-to-achieve-nvidia-exemplar-cloud-validation-for-inference-on-nvidia-gb200-nvl72
- 隆重推出 NVIDIA Dynamo:低延迟分布式推理框架 — NVIDIA Developer,2025。https://developer.nvidia.com/zh-cn/blog/introducing-nvidia-dynamo-a-low-latency-distributed-inference-framework-for-scaling-reasoning-ai-models/
- NVIDIA Dynamo 开源库加速并扩展 AI 推理模型 — NVIDIA Newsroom,2025-03。https://nvidianews.nvidia.com/news/nvidia-dynamo-open-source-library-accelerates-and-scales-ai-reasoning-models
- NVIDIA GB200 NVL72 — 百度百科(交叉参考),2024—2026。https://baike.baidu.com/item/NVIDIA%20GB200%20NVL72/64300681
- NVIDIA GB200 NVL72 / NVIDIA NIM 条目 — AI Wiki,2026。https://aiwiki.ai/wiki/nvidia_gb200
- Nvidia Blackwell Statistics 2026 — Axis Intelligence(第三方统计汇编,第三方口径需复核),2026。https://axis-intelligence.com/nvidia-blackwell-statistics
NVIDIA: GB200 NVL72 Supernode and CUDA Full-Stack Ecosystem
1. Introduction
1.1. Vendor Positioning
NVIDIA is a global accelerated computing platform vendor whose tightly integrated "GPU + networking + full software stack" ecosystem constitutes the de facto standard of the AI compute market. Among the ten platforms in this group, NVIDIA is the only vendor that simultaneously satisfies the following three conditions:
- Fully public data scale: as a US-listed company, its financial reports (SEC filings) disclose data center revenue, networking revenue, and the major-customer structure quarterly — the highest-credibility data source in this group (A-grade);
- Third-party verifiable benchmark results: MLPerf Training / Inference submission results are published uniformly by MLCommons, and NVIDIA is the vendor with the most frequent and most complete submissions;
- Software stack spanning all six Harness layers vertically: from KV Cache management (L1) to enterprise-grade support services (L6), every layer has a corresponding first-class product.
This document serves as the benchmark piece of the 06-AI-Infra group; the comparison coordinate systems of the other nine documents all reference this one.
1.2. Basic Information Card
| Item | Content |
|---|---|
| Company | NVIDIA Corporation (NASDAQ: NVDA) |
| Positioning | Accelerated computing platform vendor (GPU + DPU/CPU + networking + full software stack) |
| Latest flagship system | GB200 NVL72 (announced at GTC 2024-03); GB300 NVL72 (Blackwell Ultra, shipping to customers since 2025-06) |
| Next-generation roadmap | Vera Rubin NVL144 (2026—2027 roadmap, targeting Agentic AI architectures, adding storage accelerators and Vera CPU) |
| Core software | CUDA, TensorRT-LLM, NIM microservices, Dynamo distributed inference framework, NVIDIA AI Enterprise |
| Business model | Hardware sales + software subscription (NVIDIA AI Enterprise) + certification system (Exemplar Cloud) |
| Information cutoff | 2026-09-12 |
1.3. Financial and Business Scale
All of NVIDIA's financial data comes from SEC filings and the official CFO Commentary (A-grade); the key figures are as follows:
| Metric | Value | Basis |
|---|---|---|
| FY2026 full-year revenue | USD 215.9 billion (YoY +65%) | NVIDIA Q4 FY26 SEC 8-K / earnings commentary |
| FY26Q4 data center revenue | USD 62.3 billion (YoY +75%) | Driven mainly by Blackwell and Blackwell Ultra |
| Q2 FY26 total revenue | USD 46.74 billion (YoY +56%) | Quarter through 2025-07 |
| Q2 FY26 data center revenue | USD 41.1 billion | Of which networking USD 7.3 billion (YoY +98%) |
| Large cloud revenue share | ~50% of data center revenue | NVIDIA Q2 FY26 CFO Commentary |
| H20 export-control impact | FY26Q1 booked USD 4.5 billion loss, ~USD 2.5 billion of H20 not shipped; Q2 further USD 4.0 billion reduction from lower H20 sales | Per SEC filings; main driver of Q2 compute QoQ -1% |
Two structural observations:
- Networking is the second growth curve of the supernode era: the USD 7.3 billion, +98% growth directly corresponds to the ramp of NVLink / GB200 / GB300, XDR InfiniBand and Spectrum-X Ethernet — supernodes turn "buying GPUs" into "buying rack-scale systems plus interconnects".
- China business is rigidly constrained by export controls: the FY26 earnings Outlook explicitly "does not include China H20 shipments", and no official details exist for a China-specific route (see information-gap statement for gaps).
1.4. Position in the AI Harness Ecosystem
Under the six-layer model in the project parameter card, NVIDIA's role is to provide the underlying compute and system-level runtime for the Harness six layers: it does not produce agent frameworks (L3 orchestration relies mainly on upper-layer partners), but through Dynamo, NIM, and TensorRT-LLM it has made L1 (KV Cache), L2 (standard containerization tooling), and L5 (cluster observability) into "inference-side Harness foundation pieces". In short: NVIDIA is the foundation supplier of the inference-side Harness, not the Harness itself.
2. Glossary of Terms
| Term | English/Abbreviation | Definition |
|---|---|---|
| CUDA | Compute Unified Device Architecture | NVIDIA's unified parallel computing platform and programming model; the core of its software-ecosystem moat |
| NVLink | NVLink | NVIDIA's proprietary high-speed GPU interconnect protocol; fifth generation in GB200 |
| NVLink domain | NVLink Domain | A group of GPUs fully interconnected via NVLink switches that can share a memory address space for coordinated computation |
| GB200 NVL72 | GB200 NVL72 | Rack-scale supernode of 36 Grace CPUs + 72 Blackwell GPUs, with NVLink domain aggregate bandwidth of 130 TB/s |
| Supernode | Super Node / NVL system | A rack-scale system form factor that interconnects tens to hundreds of accelerators with high bandwidth and low latency as a "single logical compute unit" |
| Grace CPU | Grace | NVIDIA's Arm-based in-house server CPU, tightly coupled to GPUs via NVLink-C2C |
| TensorRT-LLM | TensorRT-LLM | NVIDIA's official LLM inference optimization library, with the deepest FP8/FP4 quantization support; the default backend for MLPerf submissions |
| NIM | NVIDIA Inference Microservice | An inference microservice product that packages models as standard containers (OpenAI-compatible API) |
| Dynamo | NVIDIA Dynamo | Distributed inference framework released at GTC 2025 (successor to Triton), including GPU Planner, smart routing, and KV Cache management |
| KV Cache | Key-Value Cache | Attention key-value tensors cached during inference; their memory footprint and reuse efficiency are core variables in LLM serving cost |
| PD disaggregation | Prefill / Decode Disaggregation | A deployment form that places prefill and decode stages on separate GPU groups to optimize throughput and latency respectively |
| MFU | Model FLOPs Utilization | Utilization of a model's floating-point compute, a core metric for measuring the real efficiency of training/inference clusters |
| MLPerf | MLPerf Training / Inference | Industry-standard AI benchmark maintained by MLCommons; results are independently verifiable by third parties |
| NVFP4 | NVFP4 | A 4-bit floating-point format defined by NVIDIA, natively supported by Blackwell Ultra |
| Spectrum-X | Spectrum-X Ethernet | NVIDIA's Ethernet networking solution for AI (one of two parallel networking routes alongside InfiniBand) |
3. Feature Description and Product Lines
3.1. Hardware Product Lines
NVIDIA's product lines targeting AI data centers consist of three parts:
- GPUs and superchips: Hopper (H100/H200) → Blackwell (B200/GB200) → Blackwell Ultra (GB300) → Vera Rubin (2026—2027 roadmap);
- CPUs: Grace (Arm architecture), tightly coupled to GPUs in GB200 in a "1 Grace + 2 Blackwell" superchip form;
- Networking: NVLink/NVLink Switch (within rack), InfiniBand XDR and Spectrum-X Ethernet (between racks); Q2 FY26 networking revenue USD 7.3 billion (+98%).
Product cadence (per the official roadmap): GB300 NVL72 has been shipping to customers since 2025-06; Vera Rubin NVL144 targets Agentic AI architectures, adds storage accelerators and the Vera CPU, and is planned to land in 2026—2027.
3.2. Supernode Products: GB200 / GB300 NVL72
The GB200 NVL72 is the benchmark product of the supernode form factor; key specifications (official claims, cross-checked via Baidu Baike):
| Item | Specification |
|---|---|
| Composition | 36 Grace CPUs + 72 Blackwell GPUs |
| NVLink domain aggregate bandwidth | 130 TB/s (fifth-generation NVLink) |
| Cooling | Rack-level liquid cooling |
| Power per rack | ~120–130 kW |
| Official performance claims | LLM inference up to 30x over an equal number of H100s; training 4x; lowest cost/energy down to 1/25 |
| Release date | GTC 2024-03 |
In its debut at MLPerf Inference v5.1, the GB300 NVL72 (Blackwell Ultra) refreshed every new benchmark: single-GPU DeepSeek-R1 offline throughput is 45% higher than the GB200 NVL72 and ~5x over Hopper (A-grade, MLCommons results).
3.3. Software Stack and Inference Services
- TensorRT-LLM: official LLM inference optimization library; in MLPerf v5.0, FP4 precision was delivered via TensorRT-LLM + TensorRT Model Optimizer, achieving 2x the throughput of FP8 while meeting precision thresholds; 2025-09 v1.0 moved to a PyTorch-first architecture and provides the trtllm-serve OpenAI-compatible server (see 09-inference-serving.md; not elaborated here);
- NIM microservices: model containerization + OpenAI-compatible API + LoRA hot loading (loads fine-tuned adapters without restarting); request-level structured JSON logs (request ID / token count / latency / inference tier), forwardable to Elasticsearch / Splunk;
- Dynamo: distributed inference framework (see Section 5.4);
- NVIDIA Mission Control: cluster management and observability platform;
- NVIDIA AI Enterprise: enterprise-grade security, support, and stable-version subscription for the components above; NVIDIA's vehicle for software monetization.
4. Platform Architecture
4.1. Four-Layer Stack: Chip—Machine—Cluster—Framework
Figure 1-1 | NVIDIA full-stack architecture: from the GB200 NVL72 supernode to the AI software ecosystem
Data sources: NVIDIA GTC 2024 official materials, Q2 FY26 CFO Commentary (SEC), and NVIDIA's official roadmap; the diagram is based on the analysis in this document.
4.2. GB200 NVL72 Supernode Architecture
The essence of a supernode is presenting "a collection of 72 GPUs" to software as "a single compute unit with 130 TB/s of interconnect bandwidth". This yields three architectural consequences:
- Memory pooling: the 72 GPUs in the NVLink domain can share 30 TB of fast memory, allowing very large KV Caches to reside (directly relevant to L1; see Section 5.2);
- System-level delivery: liquid cooling, power delivery, and interconnect become an integration capability barrier for system vendors and cloud providers — the early rack overheating problem (see Section 6.4) stems from exactly this;
- Internalization of networking revenue: NVLink Switch, InfiniBand, and Spectrum-X ramp with the supernode, constituting the source of the 98% growth in networking revenue.
5. Harness Design
5.1. Six-Layer Capability Overview
NVIDIA does not directly provide an agent Harness, but its software stack covers all the underlying primitives of an inference-side Harness. The table below is the six-layer mapping (rating basis: depth of support for upper-layer agent workloads):
| Layer | Supporting product/mechanism | Maturity |
|---|---|---|
| L1 Context engineering | NVLink domain shared memory / Dynamo KV Cache Manager / TensorRT-LLM NVL72-aware sharding | Strong |
| L2 Tools and execution | NIM standard containers + OpenAI-compatible API / NIM Agent Blueprints | Strong |
| L3 Orchestration and control | Dynamo four components (GPU Planner / Smart Router / communication library / Memory Manager) | Medium-strong (inference orchestration, not task orchestration) |
| L4 Memory and state | KV Cache offload across memory tiers / LoRA hot loading / NeMo + AI Foundry version management | Medium-strong |
| L5 Evaluation and observability | Mission Control / Dynamo SLA scaling and fault tolerance / NIM structured logs | Strong |
| L6 Governance and security | NVIDIA AI Enterprise enterprise support / Exemplar Cloud certification system | Medium-strong |
Structural characteristics: L1/L2/L5 are clearly strong layers, while L3 is strong in "inference orchestration" but blank in "task orchestration" — agent capabilities such as Plan-and-Execute and sub-agent dispatch depend entirely on upper-layer frameworks (LangGraph, Claude Agent SDK, etc.), which NVIDIA deliberately does not cross into.
5.2. L1 Context Engineering Layer
- Very large KV Cache residency: the 72 GPUs in the NVLink domain share 30 TB of fast memory, the physical precondition for ultra-long contexts and large-scale concurrent sessions;
- NVL72-aware sharding: TensorRT-LLM is aware of NVLink domain topology to do tensor/pipeline sharding, reducing cross-domain communication;
- Dynamo distributed KV Cache Manager: supports offloading KV to CPU, local disk, and object storage, extending KV Cache from "a first-class citizen in GPU memory" to "a manageable asset across memory tiers" (A-grade, NVIDIA Dynamo official blog 2025-03).
5.3. L2 Tools and Execution Layer
- NIM microservices: package models into standard containers exposing an OpenAI-compatible API — this lets any agent framework following the OpenAI protocol integrate without modification;
- NIM Agent Blueprints (later renamed NVIDIA Blueprints): package "multiple NIMs + orchestration logic + example code" into enterprise application workflows; typical blueprints include digital human customer service, virtual drug screening, and multimodal PDF RAG, published on a monthly cadence since 2024-08.
5.4. L3 Orchestration and Control Layer
Dynamo's four major components constitute the inference-side orchestration primitives (A-grade, GTC 2025 press release):
- GPU Planner: dynamically adds or removes GPUs based on load to deliver SLA-driven autoscaling;
- Smart Router: LLM-aware routing that preferentially reuses existing KV Cache and avoids recomputation;
- Low-latency communication library: an inference-specific communication path;
- Memory Manager: KV Cache offload and restore.
Official effect claims: DeepSeek-R1 671B request processing throughput on Blackwell improved by up to 30x; Cohere and Together AI announced integration. It should be emphasized: what Dynamo orchestrates is inference requests and GPU resources, not agent tasks — this is the essential difference between it and LangGraph-class frameworks.
5.5. L4 Memory and State Layer
- Persistence and reuse of KV Cache across memory tiers (HBM → CPU → storage);
- NIM's LoRA hot loading: load fine-tuned adapters without restarting the service; together with NeMo fine-tuning and AI Foundry version management, it forms a closed "fine-tune—deploy—rollback" state management loop.
5.6. L5 Evaluation and Observability Layer
- Mission Control: cluster-level management and observability; CoreWeave uses it as its AI cloud operations standard;
- Dynamo runtime observability: SLA autoscaling, real-time observability, fault tolerance;
- NIM request-level logs: structured JSON (request ID / token count / latency / inference tier), integrable with Elasticsearch / Splunk — this provides request-granularity raw data for the L5 (trajectory observability) of upper-layer agents.
5.7. L6 Governance and Security Layer
- NVIDIA AI Enterprise: provides enterprise-grade security, CVE response, and stable-version channels for Dynamo/NIM;
- Exemplar Cloud certification system: provides a unified benchmark validation for cloud providers (inference / fine-tuning / pretraining recipe types), externalizing "governance" into auditable certification; CoreWeave is the first vendor with dual certification (training + inference).
6. Real-World Cases
6.1. MLPerf Benchmark Results (Third-Party Verifiable)
NVIDIA is the vendor with the most complete submissions within the MLPerf ecosystem; the results below all come from official MLCommons results (A-grade):
| Benchmark | Result | Notes |
|---|---|---|
| MLPerf Training v5.0 | 2496-GPU Blackwell trained Llama 3.1 405B, the largest single submission ever | Joint CoreWeave + NVIDIA + IBM submission (39 racks); over 2x faster than Hopper at equal cluster scale; 91% scaling efficiency from 512→2496 GPUs |
| MLPerf Inference v5.0 | GB200 NVL72 delivers up to 3.4x single-GPU performance over an 8-GPU H200 system on Llama 3.1 405B; up to 30x at the system level over H200 NVL8 | Breakdown of 3x single GPU + 9x NVLink domain; FP4 achieved via TensorRT-LLM, 2x the throughput of FP8 while meeting precision thresholds |
| MLPerf Inference v5.1 | GB300 NVL72 single-GPU DeepSeek-R1 offline throughput 45% higher than GB200 NVL72 and ~5x over Hopper; on GB200 NVL72, PD disaggregation for Llama 3.1 405B interactive workloads improves ~1.5x over monolithic serving | Blackwell Ultra's debut refreshed all new benchmarks (DeepSeek-R1, Llama 3.1 405B/8B, Whisper) |
Ecosystem-breadth corroboration: in MLPerf Inference v5.0, 15 partners submitted results on the NVIDIA platform (ASUS, Cisco, CoreWeave, Dell, Fujitsu, Google Cloud, HPE, Lambda, Lenovo, OCI, QCT, Supermicro, SMC, VMware, and others) — the benchmark ecosystem itself is the NVIDIA ecosystem.
6.2. Cloud Providers and Hyperscale Customers
| Customer | Deployment | Source and credibility |
|---|---|---|
| CoreWeave | First to offer GB200 NVL72 cloud instances (announced 2025-02; first customers IBM, Mistral AI, Cohere); the GB200 fleet can scale to 110,000 GPUs; achieved Exemplar Cloud dual certification for training + inference; built IBM's Carina 2496-GPU cluster | CoreWeave official blog (A) |
| Oracle OCI | Since early 2025, deployed liquid-cooled NVL72 racks; OCI Supercluster plans over 100,000 Blackwell GPUs; Stargate Abilene (Texas) plans 8 buildings, over 450,000 GB200 GPUs, 1.2 GW (disclosed by Larry Ellison at 2025-10 Oracle AI World) | Oracle AI World disclosure as relayed (B) |
| Meta | Committed to a fleet of hundreds of thousands of Blackwell GPUs in 2025, with NVL72 racks used for Llama 4 training; networking uses Spectrum-X Ethernet rather than InfiniBand | Industry compilation (B/C) |
| xAI | Memphis Colossus added thousands of NVL72 rack-scale expansions in 2025 on top of the original 100,000 H100s | Industry compilation (B/C) |
| AWS / Azure / GCP | AWS launched EC2 P6e-GB200 UltraServer; Azure offers both HGX B200 and GB200 NVL72 forms; Google Cloud A4 family includes an NVL72 VM form | Official pages of each cloud vendor (B) |
| Sovereign projects | Commitments in multiple EU countries, Saudi Arabia HUMAIN, G42 / Stargate UAE (planning a 5 GW campus with over 2 million GB200-class chips) | NVIDIA official disclosure as relayed (B) |
6.3. Conflicting Vendor Performance Claims, Shown Side by Side
Comparison of GB200 vs. AMD MI355X has two sets of vendor claims; this group presents them side by side per discipline without choosing one (see 02-amd.md and the group README appendix):
| Claim | Content | Nature of source |
|---|---|---|
| Signal65 (cited in NVIDIA-camp marketing) | In a DeepSeek-R1 0528 MoE inference scenario, GB200 NVL72 performance is roughly 28x the MI355X | Vendor-commissioned benchmark (C, relayed via Baidu Baike) |
| AMD official | MI355X throughput on Llama 3.1 405B FP4 (vLLM) is 1.3x higher than B200 | Vendor self-test (A, vendor claim) |
The two claims differ in test model, precision, and system configuration, so they cannot be directly compared; when citing either, one must note "vendor-commissioned/self-tested".
6.4. Known Issues
- Early rack overheating: early GB200 NVL72 deployments experienced rack overheating, leading to design revisions and delivery delays (industry media reports 2024-11, B/C grade);
- Tooling feedback: users reported insufficient NVLink copper-backplane diagnostic/debugging tools (same source);
- China business uncertainty: the FY26 Outlook does not include China H20 shipments, and there are no official details of a China-specific route.
7. Summary
Advantages:
- Full-stack closure: from FP4 operators to Exemplar Cloud certification, all six layers have a corresponding product, and MLPerf results are third-party verifiable (unique in this group);
- Supernode generation leadership: NVL72/GB300 already shipping at scale, a clear Vera Rubin roadmap, and networking revenue forming a second growth curve;
- Ecosystem lock-in: the CUDA + TensorRT-LLM + NIM combination makes upper-layer agent frameworks default to NVIDIA as their first backend.
Disadvantages:
- China business is rigidly constrained by export controls, with no official route for H20 going forward;
- Deep binding of proprietary interconnect (NVLink) and software stack creates vendor lock-in, and every hyperscaler hedges with its own chips (see documents 06/07);
- System-level delivery is highly complex, and the early overheating and diagnostic-tooling issues exposed the operational cost of the supernode form factor.
Applicable boundary: the first choice for training/inference scenarios pursuing extreme performance and ecosystem completeness with no hard domestic-production constraint; scenarios with strong domestic-production and compliance constraints should turn to the domestic solutions in documents 03–08 of this group.
Selection recommendation: for training and large-scale inference, prioritize the NVL72 form factor over piling up single GPUs — the "9x NVLink domain" breakdown in MLPerf shows that supernode gains come mainly from interconnect rather than single GPUs; also, fold the NVIDIA AI Enterprise subscription and enterprise support for Dynamo/NIM into TCO calculations.
Information Gap Statement
- No official documents exist for GB200/GB300 rack unit pricing or Vera Rubin NVL144 pricing (USD 8.8 million/rack is a media citation, not adopted);
- No official details exist for NVIDIA China's (post-H20, compliant cards) 2026 shipment strategy;
- No official statistics exist for the number of NIM enterprise customers (only case-name mentions: Amazon, Microsoft, Oracle, DocuSign, Perplexity, Snap, etc.).
8. References
- NVIDIA Q2 FY2026 CFO Commentary — NVIDIA Investor Relations, 2025. https://investor.nvidia.com/files/doc_financials/2026/Q226/Q2FY26-CFO-Commentary.pdf
- NVIDIA CFO Commentary Q1 FY2026 — SEC EDGAR, 2025. https://www.sec.gov/Archives/edgar/data/1045810/000104581025000115/q1fy26cfocommentary.htm
- NVIDIA Blackwell Delivers Massive Performance Leaps in MLPerf Inference v5.0 — NVIDIA Technical Blog, 2025. https://developer.nvidia.com/blog/nvidia-blackwell-delivers-massive-performance-leaps-in-mlperf-inference-v5-0/
- NVIDIA Blackwell Ultra Sets New Inference Records in MLPerf Debut — NVIDIA Technical Blog, 2025. https://developer.nvidia.com/blog/nvidia-blackwell-ultra-sets-new-inference-records-in-mlperf-debut/
- Blackwell Takes Pole Position in Latest MLPerf Inference Results — NVIDIA Blog, 2025. https://blogs.nvidia.com/blog/blackwell-mlperf-inference%20
- CoreWeave, NVIDIA, and IBM Set MLPerf Record with Largest NVIDIA GB200 Blackwell Cluster — CoreWeave, 2025. https://coreweave.com/blog/coreweave-nvidia-and-ibm-set-mlperf-record-with-largest-nvidia-gb200-blackwell-cluster-achieving-over-2x-faster-training
- CoreWeave Becomes One of the First Cloud Providers to Achieve NVIDIA Exemplar Cloud Validation (Inference) — CoreWeave, 2025. https://www.coreweave.com/blog/coreweave-becomes-one-of-the-first-cloud-providers-to-achieve-nvidia-exemplar-cloud-validation-for-inference-on-nvidia-gb200-nvl72
- Introducing NVIDIA Dynamo: A Low-Latency Distributed Inference Framework — NVIDIA Developer, 2025. https://developer.nvidia.com/zh-cn/blog/introducing-nvidia-dynamo-a-low-latency-distributed-inference-framework-for-scaling-reasoning-ai-models/
- NVIDIA Dynamo Open-Source Library Accelerates and Scales AI Reasoning Models — NVIDIA Newsroom, 2025-03. https://nvidianews.nvidia.com/news/nvidia-dynamo-open-source-library-accelerates-and-scales-ai-reasoning-models
- NVIDIA GB200 NVL72 — Baidu Baike (cross-reference), 2024—2026. https://baike.baidu.com/item/NVIDIA%20GB200%20NVL72/64300681
- NVIDIA GB200 NVL72 / NVIDIA NIM entries — AI Wiki, 2026. https://aiwiki.ai/wiki/nvidia_gb200
- Nvidia Blackwell Statistics 2026 — Axis Intelligence (third-party statistical compilation; third-party data needs verification), 2026. https://axis-intelligence.com/nvidia-blackwell-statistics