NVIDIA:GB200 NVL72 超节点与 CUDA 全栈生态


1. 介绍

1.1. 厂商定位

NVIDIA 是全球加速计算平台厂商,以「GPU + 网络 + 软件全栈」的软硬一体生态构成 AI 算力市场的事实标准。在本组的十个平台中,NVIDIA 是唯一一家同时满足以下三个条件的厂商:

  1. 数据规模全面公开:作为美股上市公司,其财报(SEC 文件)按季度披露数据中心业务收入、网络业务收入与大客户结构,是本组可信度最高的数据来源(A 级);
  2. 基准成绩可第三方验证:MLPerf Training / Inference 提交结果由 MLCommons 统一发布,NVIDIA 是提交最频繁、覆盖最全的厂商;
  3. 软件栈纵向贯穿 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% 的主因

两点结构性解读:

  1. 网络业务是超节点时代的第二条增长曲线:73 亿美元、+98% 的增速直接对应 NVLink / GB200 / GB300、XDR InfiniBand 与 Spectrum-X Ethernet 的放量——超节点把「买 GPU」变成了「买机柜级系统 + 互联」。
  2. 对华业务受出口管制刚性压制:FY26 财报 Outlook 明确「未计入对华 H20 出货」,中国特供路线无官方细节(缺口见信息缺口声明)。

1.4. 在 AI Harness 体系中的位置

按项目参数卡的六层模型,NVIDIA 的角色是为 Harness 六层提供底层算力与系统级运行时:它不生产智能体框架(L3 编排主要靠上层合作伙伴),但通过 Dynamo、NIM、TensorRT-LLM 把 L1(KV Cache)、L2(标准容器化工具)、L5(集群可观测)做成了「推理侧 Harness 基础件」。可以概括为:NVIDIA 是推理侧 Harness 的地基供应商,而非 Harness 本身


2. 名词解释

术语英文/缩写释义
CUDACompute Unified Device ArchitectureNVIDIA 统一并行计算平台与编程模型,软件生态护城河的核心
NVLinkNVLinkNVIDIA 私有高速 GPU 互联协议;GB200 为第五代
NVLink 域NVLink Domain通过 NVLink 交换机全互连的一组 GPU,可共享内存地址空间协同计算
GB200 NVL72GB200 NVL7236 颗 Grace CPU + 72 颗 Blackwell GPU 组成的机柜级超节点,NVLink 域总带宽 130 TB/s
超节点Super Node / NVL 系统将数十至数百颗加速器以高带宽低时延互联为「单一逻辑算力单元」的机柜级系统形态
Grace CPUGraceNVIDIA 基于 Arm 的自研服务器 CPU,与 GPU 通过 NVLink-C2C 紧耦合
TensorRT-LLMTensorRT-LLMNVIDIA 官方 LLM 推理优化库,FP8/FP4 量化支持最深,MLPerf 提交的默认后端
NIMNVIDIA Inference Microservice将模型封装为标准容器(OpenAI 兼容 API)的推理微服务产品
DynamoNVIDIA DynamoGTC 2025 发布的分布式推理框架(Triton 后继),含 GPU Planner、智能路由、KV Cache 管理
KV CacheKey-Value Cache推理时缓存的注意力键值张量;其显存占用与复用效率是 LLM 服务成本的核心变量
PD 分离Prefill / Decode Disaggregation将预填充与解码阶段部署在不同 GPU 组上分别优化吞吐与时延的部署形态
MFUModel FLOPs Utilization模型浮点算力利用率,衡量训练/推理集群实际效率的核心指标
MLPerfMLPerf Training / InferenceMLCommons 维护的行业标准 AI 基准,结果第三方可验证
NVFP4NVFP4NVIDIA 定义的 4-bit 浮点格式,Blackwell Ultra 原生支持
Spectrum-XSpectrum-X EthernetNVIDIA 面向 AI 的以太网网络方案(与 InfiniBand 并列的两条网络路线)

3. 功能说明与产品线

3.1. 硬件产品线

NVIDIA 面向 AI 数据中心的产品线由三部分构成:

  1. GPU 与超级芯片:Hopper(H100/H200)→ Blackwell(B200/GB200)→ Blackwell Ultra(GB300)→ Vera Rubin(2026—2027 路线图);
  2. CPU:Grace(Arm 架构),在 GB200 中以「1 Grace + 2 Blackwell」的超级芯片形态与 GPU 紧耦合;
  3. 网络: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. 软件栈与推理服务

  1. 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,本文不重复展开);
  2. NIM 微服务:模型容器化封装 + OpenAI 兼容 API + LoRA 热加载(不重启服务加载微调适配器);请求级结构化 JSON 日志(request ID / token 数 / 时延 / 推理档位),可转发 Elasticsearch / Splunk;
  3. Dynamo:分布式推理框架(详见 5.4 节);
  4. NVIDIA Mission Control:集群管理与可观测平台;
  5. NVIDIA AI Enterprise:上述组件的企业级安全、支持与稳定版订阅,是 NVIDIA 软件货币化的载体。

4. 平台架构

4.1. 芯片—整机—集群—框架四层栈

图 1-1|NVIDIA 全栈架构:从 GB200 NVL72 超节点到 AI 软件生态

NVIDIA 全栈架构(超节点 × 软件生态) 信息截止 2026-09-12 · 示意:基于本文分析绘制 芯片层 Blackwell GPU(GB200) FP4 / FP8 / Tensor Core Grace CPU(Arm) NVLink-C2C 紧耦合 网络:NVLink Switch / IB / Spectrum-X Q2 FY26 网络营收 73 亿美元 整机层 · GB200 NVL72 超节点(本图重点) 36 Grace + 72 Blackwell 全互连 · NVLink 域 130 TB/s · 液冷 120~130 kW/柜 GB300 NVL72(Blackwell Ultra)已出货 · Vera Rubin NVL144 规划 2026—2027 集群层 Mission Control 集群管理 · Exemplar Cloud 认证(训练/微调/推理三类配方)· MLPerf 提交 15 家伙伴 Oracle Stargate Abilene 规划超 45 万颗 GB200 / 1.2 GW(2025-10 披露口径) 框架与运行时层 TensorRT-LLM(v1.0 PyTorch-first)· NIM 微服务 · Dynamo(调度/路由/KV 管理) CUDA 向下兼容全部硬件层 · NVIDIA AI Enterprise 提供企业支持 机柜集成 规模化部署 软件承载 结构解读:NVIDIA 的护城河 = 超节点硬件 × CUDA 软件栈 × 认证生态三位一体, 其中 NVL72 超节点(红框)是 2025—2026 年代际竞争的主战场。

数据来源:NVIDIA GTC 2024 官方资料、Q2 FY26 CFO Commentary(SEC)、NVIDIA 官方路线图;示意图基于本文分析。

4.2. GB200 NVL72 超节点架构

超节点的本质是把「72 颗 GPU 的集合」在软件视角上呈现为「一个 130 TB/s 互联带宽的单一计算单元」。这带来三个架构后果:

  1. 内存池化:NVLink 域内 72 GPU 可共享 30 TB 快速内存,使超大 KV Cache 得以驻留(与 L1 直接相关,见 5.2 节);
  2. 系统级交付:液冷、供电、互联成为整机厂与云厂商的集成能力门槛——早期机柜过热问题(见 6.4 节)正源于此;
  3. 网络收入内生化: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 上下文工程层

  1. 超大 KV Cache 驻留:NVLink 域内 72 GPU 共享 30 TB 快速内存,是超长上下文与大规模并发会话的物理前提;
  2. NVL72-aware 分片:TensorRT-LLM 感知 NVLink 域拓扑做张量/流水线分片,减少跨域通信;
  3. Dynamo 分布式 KV Cache Manager:支持 KV 卸载至 CPU、本地盘与对象存储,把 KV Cache 从「显存内的一等公民」扩展为「跨内存层级的可管理资产」(A 级,NVIDIA Dynamo 官方博客 2025-03)。

5.3. L2 工具与执行层

  1. NIM 微服务:将模型封装为标准容器,暴露 OpenAI 兼容 API——这使任何遵循 OpenAI 协议的智能体框架无需改造即可接入;
  2. NIM Agent Blueprints(后更名 NVIDIA Blueprints):打包「多 NIM + 编排逻辑 + 示例代码」的企业应用工作流,典型蓝图包括数字人客服、药物虚拟筛选、多模态 PDF RAG 等,自 2024-08 起按月度节奏发布。

5.4. L3 编排与控制层

Dynamo 的四大组件构成推理侧编排原语(A 级,GTC 2025 新闻稿):

  1. GPU Planner:根据负载动态增减 GPU,实现 SLA 驱动的自动扩缩;
  2. Smart Router:LLM 感知路由,优先复用既有 KV Cache、避免重算;
  3. 低时延通信库:推理专用通信路径;
  4. Memory Manager:KV Cache 卸载与恢复。

官方效果口径:DeepSeek-R1 671B 在 Blackwell 上请求处理量提升最高 30 倍;Cohere、Together AI 宣布集成。需要强调:Dynamo 编排的对象是推理请求与 GPU 资源,不是智能体任务——这是它与 LangGraph 类框架的本质区别。

5.5. L4 记忆与状态层

  1. KV Cache 跨内存层级(HBM → CPU → 存储)的持久化与复用;
  2. NIM 的 LoRA 热加载:不重启服务即可加载微调适配器,配合 NeMo 微调与 AI Foundry 版本管理,形成「微调—部署—回滚」的状态管理闭环。

5.6. L5 评估与观测层

  1. Mission Control:集群级管理与可观测,CoreWeave 以其作为 AI 云运营标准;
  2. Dynamo 运行时观测:SLA 自动扩缩、实时可观测、容错;
  3. NIM 请求级日志:结构化 JSON(request ID / token 数 / 时延 / 推理档位),可对接 Elasticsearch / Splunk——这为上层智能体的 L5(轨迹观测)提供了请求粒度的原始数据。

5.7. L6 治理与安全层

  1. NVIDIA AI Enterprise:为 Dynamo/NIM 提供企业级安全、CVE 响应与稳定版本通道;
  2. Exemplar Cloud 认证体系:为云厂商提供统一基准验证(推理/微调/预训练三类配方),把「治理」外化为可审计的认证,CoreWeave 为首批双认证(训练 + 推理)厂商。

6. 实际案例

6.1. MLPerf 基准成绩(第三方可验证)

NVIDIA 是 MLPerf 体系内提交最完整的厂商,以下成绩均出自 MLCommons 官方结果(A 级):

基准成绩说明
MLPerf Training v5.02496 卡 Blackwell 训练 Llama 3.1 405B,史上最大单次提交CoreWeave + NVIDIA + IBM 联合提交(39 机柜);同等集群规模较 Hopper 快 2 倍以上;512→2496 卡扩展效率 91%
MLPerf Inference v5.0GB200 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.1GB300 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 OCI2025 年初起部署液冷 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)
Meta2025 年数十万卡 Blackwell 舰队承诺,NVL72 机柜用于 Llama 4 训练;网络采用 Spectrum-X Ethernet 而非 InfiniBand行业汇编(B/C)
xAI孟菲斯 Colossus 在原 10 万 H100 基础上于 2025 年追加数千 NVL72 机柜级扩展行业汇编(B/C)
AWS / Azure / GCPAWS 上线 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. 已知问题

  1. 早期机柜过热:GB200 NVL72 早期部署出现机柜过热问题,导致设计修改与交付延迟(2024-11 行业媒体报道,B/C 级);
  2. 工具链反馈:NVLink 铜背板诊断调试工具被用户反馈不足(同上);
  3. 对华业务不确定性:FY26 Outlook 未计入对华 H20 出货,中国特供路线无官方细节。

7. 总结

优势

  1. 全栈闭环:从 FP4 算子到 Exemplar Cloud 认证,六层均有对应产品,且 MLPerf 成绩第三方可验证(本组唯一);
  2. 超节点代际领先:NVL72/GB300 已规模出货,Vera Rubin 路线图清晰,网络业务形成第二增长曲线;
  3. 生态锁定:CUDA + TensorRT-LLM + NIM 的组合使上层智能体框架默认以 NVIDIA 为第一后端。

劣势

  1. 对华业务受出口管制刚性约束,H20 后续无官方路线;
  2. 私有互联(NVLink)与软件栈深度绑定带来供应商锁定,Hyperscaler 均以自研芯片对冲(见 06/07 两篇);
  3. 系统级交付复杂度高,早期过热与诊断工具问题暴露了超节点形态的运维成本。

适用边界:追求极致性能与生态完备性、且无国产化硬约束的训练/推理场景首选;国产化与合规强约束场景需转向本组 03~08 篇的国产方案。

选型建议:训练与大规模推理优先考虑 NVL72 形态而非单卡堆叠——MLPerf 的「NVLink 域 9 倍」分解说明,超节点收益主要来自互联而非单卡;同时应把 NVIDIA AI Enterprise 订阅与 Dynamo/NIM 的企业支持纳入 TCO 测算。

信息缺口声明

  1. GB200/GB300 机柜单价与 Vera Rubin NVL144 定价无官方文件(880 万美元/柜为媒体引述,未采信);
  2. NVIDIA 中国区(H20 后续、合规卡)2026 年出货策略无官方细节;
  3. NIM 企业客户数量无官方统计(仅有个案点名:Amazon、Microsoft、Oracle、DocuSign、Perplexity、Snap 等)。

8. 参考资料

  1. NVIDIA Q2 FY2026 CFO Commentary — NVIDIA 投资者关系,2025。https://investor.nvidia.com/files/doc_financials/2026/Q226/Q2FY26-CFO-Commentary.pdf
  2. NVIDIA CFO Commentary Q1 FY2026 — SEC EDGAR,2025。https://www.sec.gov/Archives/edgar/data/1045810/000104581025000115/q1fy26cfocommentary.htm
  3. 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/
  4. 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/
  5. Blackwell Takes Pole Position in Latest MLPerf Inference Results — NVIDIA Blog,2025。https://blogs.nvidia.com/blog/blackwell-mlperf-inference%20
  6. 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
  7. 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
  8. 隆重推出 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/
  9. NVIDIA Dynamo 开源库加速并扩展 AI 推理模型 — NVIDIA Newsroom,2025-03。https://nvidianews.nvidia.com/news/nvidia-dynamo-open-source-library-accelerates-and-scales-ai-reasoning-models
  10. NVIDIA GB200 NVL72 — 百度百科(交叉参考),2024—2026。https://baike.baidu.com/item/NVIDIA%20GB200%20NVL72/64300681
  11. NVIDIA GB200 NVL72 / NVIDIA NIM 条目 — AI Wiki,2026。https://aiwiki.ai/wiki/nvidia_gb200
  12. 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:

  1. 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);
  2. 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;
  3. 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

ItemContent
CompanyNVIDIA Corporation (NASDAQ: NVDA)
PositioningAccelerated computing platform vendor (GPU + DPU/CPU + networking + full software stack)
Latest flagship systemGB200 NVL72 (announced at GTC 2024-03); GB300 NVL72 (Blackwell Ultra, shipping to customers since 2025-06)
Next-generation roadmapVera Rubin NVL144 (2026—2027 roadmap, targeting Agentic AI architectures, adding storage accelerators and Vera CPU)
Core softwareCUDA, TensorRT-LLM, NIM microservices, Dynamo distributed inference framework, NVIDIA AI Enterprise
Business modelHardware sales + software subscription (NVIDIA AI Enterprise) + certification system (Exemplar Cloud)
Information cutoff2026-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:

MetricValueBasis
FY2026 full-year revenueUSD 215.9 billion (YoY +65%)NVIDIA Q4 FY26 SEC 8-K / earnings commentary
FY26Q4 data center revenueUSD 62.3 billion (YoY +75%)Driven mainly by Blackwell and Blackwell Ultra
Q2 FY26 total revenueUSD 46.74 billion (YoY +56%)Quarter through 2025-07
Q2 FY26 data center revenueUSD 41.1 billionOf which networking USD 7.3 billion (YoY +98%)
Large cloud revenue share~50% of data center revenueNVIDIA Q2 FY26 CFO Commentary
H20 export-control impactFY26Q1 booked USD 4.5 billion loss, ~USD 2.5 billion of H20 not shipped; Q2 further USD 4.0 billion reduction from lower H20 salesPer SEC filings; main driver of Q2 compute QoQ -1%

Two structural observations:

  1. 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".
  2. 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

TermEnglish/AbbreviationDefinition
CUDACompute Unified Device ArchitectureNVIDIA's unified parallel computing platform and programming model; the core of its software-ecosystem moat
NVLinkNVLinkNVIDIA's proprietary high-speed GPU interconnect protocol; fifth generation in GB200
NVLink domainNVLink DomainA group of GPUs fully interconnected via NVLink switches that can share a memory address space for coordinated computation
GB200 NVL72GB200 NVL72Rack-scale supernode of 36 Grace CPUs + 72 Blackwell GPUs, with NVLink domain aggregate bandwidth of 130 TB/s
SupernodeSuper Node / NVL systemA 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 CPUGraceNVIDIA's Arm-based in-house server CPU, tightly coupled to GPUs via NVLink-C2C
TensorRT-LLMTensorRT-LLMNVIDIA's official LLM inference optimization library, with the deepest FP8/FP4 quantization support; the default backend for MLPerf submissions
NIMNVIDIA Inference MicroserviceAn inference microservice product that packages models as standard containers (OpenAI-compatible API)
DynamoNVIDIA DynamoDistributed inference framework released at GTC 2025 (successor to Triton), including GPU Planner, smart routing, and KV Cache management
KV CacheKey-Value CacheAttention key-value tensors cached during inference; their memory footprint and reuse efficiency are core variables in LLM serving cost
PD disaggregationPrefill / Decode DisaggregationA deployment form that places prefill and decode stages on separate GPU groups to optimize throughput and latency respectively
MFUModel FLOPs UtilizationUtilization of a model's floating-point compute, a core metric for measuring the real efficiency of training/inference clusters
MLPerfMLPerf Training / InferenceIndustry-standard AI benchmark maintained by MLCommons; results are independently verifiable by third parties
NVFP4NVFP4A 4-bit floating-point format defined by NVIDIA, natively supported by Blackwell Ultra
Spectrum-XSpectrum-X EthernetNVIDIA'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:

  1. GPUs and superchips: Hopper (H100/H200) → Blackwell (B200/GB200) → Blackwell Ultra (GB300) → Vera Rubin (2026—2027 roadmap);
  2. CPUs: Grace (Arm architecture), tightly coupled to GPUs in GB200 in a "1 Grace + 2 Blackwell" superchip form;
  3. 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):

ItemSpecification
Composition36 Grace CPUs + 72 Blackwell GPUs
NVLink domain aggregate bandwidth130 TB/s (fifth-generation NVLink)
CoolingRack-level liquid cooling
Power per rack~120–130 kW
Official performance claimsLLM inference up to 30x over an equal number of H100s; training 4x; lowest cost/energy down to 1/25
Release dateGTC 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

  1. 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);
  2. 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;
  3. Dynamo: distributed inference framework (see Section 5.4);
  4. NVIDIA Mission Control: cluster management and observability platform;
  5. 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

NVIDIA 全栈架构(超节点 × 软件生态) 信息截止 2026-09-12 · 示意:基于本文分析绘制 芯片层 Blackwell GPU(GB200) FP4 / FP8 / Tensor Core Grace CPU(Arm) NVLink-C2C 紧耦合 网络:NVLink Switch / IB / Spectrum-X Q2 FY26 网络营收 73 亿美元 整机层 · GB200 NVL72 超节点(本图重点) 36 Grace + 72 Blackwell 全互连 · NVLink 域 130 TB/s · 液冷 120~130 kW/柜 GB300 NVL72(Blackwell Ultra)已出货 · Vera Rubin NVL144 规划 2026—2027 集群层 Mission Control 集群管理 · Exemplar Cloud 认证(训练/微调/推理三类配方)· MLPerf 提交 15 家伙伴 Oracle Stargate Abilene 规划超 45 万颗 GB200 / 1.2 GW(2025-10 披露口径) 框架与运行时层 TensorRT-LLM(v1.0 PyTorch-first)· NIM 微服务 · Dynamo(调度/路由/KV 管理) CUDA 向下兼容全部硬件层 · NVIDIA AI Enterprise 提供企业支持 机柜集成 规模化部署 软件承载 结构解读:NVIDIA 的护城河 = 超节点硬件 × CUDA 软件栈 × 认证生态三位一体, 其中 NVL72 超节点(红框)是 2025—2026 年代际竞争的主战场。

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:

  1. 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);
  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;
  3. 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):

LayerSupporting product/mechanismMaturity
L1 Context engineeringNVLink domain shared memory / Dynamo KV Cache Manager / TensorRT-LLM NVL72-aware shardingStrong
L2 Tools and executionNIM standard containers + OpenAI-compatible API / NIM Agent BlueprintsStrong
L3 Orchestration and controlDynamo four components (GPU Planner / Smart Router / communication library / Memory Manager)Medium-strong (inference orchestration, not task orchestration)
L4 Memory and stateKV Cache offload across memory tiers / LoRA hot loading / NeMo + AI Foundry version managementMedium-strong
L5 Evaluation and observabilityMission Control / Dynamo SLA scaling and fault tolerance / NIM structured logsStrong
L6 Governance and securityNVIDIA AI Enterprise enterprise support / Exemplar Cloud certification systemMedium-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

  1. 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;
  2. NVL72-aware sharding: TensorRT-LLM is aware of NVLink domain topology to do tensor/pipeline sharding, reducing cross-domain communication;
  3. 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

  1. NIM microservices: package models into standard containers exposing an OpenAI-compatible API — this lets any agent framework following the OpenAI protocol integrate without modification;
  2. 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):

  1. GPU Planner: dynamically adds or removes GPUs based on load to deliver SLA-driven autoscaling;
  2. Smart Router: LLM-aware routing that preferentially reuses existing KV Cache and avoids recomputation;
  3. Low-latency communication library: an inference-specific communication path;
  4. 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

  1. Persistence and reuse of KV Cache across memory tiers (HBM → CPU → storage);
  2. 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

  1. Mission Control: cluster-level management and observability; CoreWeave uses it as its AI cloud operations standard;
  2. Dynamo runtime observability: SLA autoscaling, real-time observability, fault tolerance;
  3. 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

  1. NVIDIA AI Enterprise: provides enterprise-grade security, CVE response, and stable-version channels for Dynamo/NIM;
  2. 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):

BenchmarkResultNotes
MLPerf Training v5.02496-GPU Blackwell trained Llama 3.1 405B, the largest single submission everJoint 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.0GB200 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 NVL8Breakdown of 3x single GPU + 9x NVLink domain; FP4 achieved via TensorRT-LLM, 2x the throughput of FP8 while meeting precision thresholds
MLPerf Inference v5.1GB300 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 servingBlackwell 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

CustomerDeploymentSource and credibility
CoreWeaveFirst 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 clusterCoreWeave official blog (A)
Oracle OCISince 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)
MetaCommitted 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 InfiniBandIndustry compilation (B/C)
xAIMemphis Colossus added thousands of NVL72 rack-scale expansions in 2025 on top of the original 100,000 H100sIndustry compilation (B/C)
AWS / Azure / GCPAWS launched EC2 P6e-GB200 UltraServer; Azure offers both HGX B200 and GB200 NVL72 forms; Google Cloud A4 family includes an NVL72 VM formOfficial pages of each cloud vendor (B)
Sovereign projectsCommitments 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):

ClaimContentNature of source
Signal65 (cited in NVIDIA-camp marketing)In a DeepSeek-R1 0528 MoE inference scenario, GB200 NVL72 performance is roughly 28x the MI355XVendor-commissioned benchmark (C, relayed via Baidu Baike)
AMD officialMI355X throughput on Llama 3.1 405B FP4 (vLLM) is 1.3x higher than B200Vendor 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

  1. 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);
  2. Tooling feedback: users reported insufficient NVLink copper-backplane diagnostic/debugging tools (same source);
  3. 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:

  1. 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);
  2. Supernode generation leadership: NVL72/GB300 already shipping at scale, a clear Vera Rubin roadmap, and networking revenue forming a second growth curve;
  3. Ecosystem lock-in: the CUDA + TensorRT-LLM + NIM combination makes upper-layer agent frameworks default to NVIDIA as their first backend.

Disadvantages:

  1. China business is rigidly constrained by export controls, with no official route for H20 going forward;
  2. 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);
  3. 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

  1. 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);
  2. No official details exist for NVIDIA China's (post-H20, compliant cards) 2026 shipment strategy;
  3. No official statistics exist for the number of NIM enterprise customers (only case-name mentions: Amazon, Microsoft, Oracle, DocuSign, Perplexity, Snap, etc.).

8. References

  1. NVIDIA Q2 FY2026 CFO Commentary — NVIDIA Investor Relations, 2025. https://investor.nvidia.com/files/doc_financials/2026/Q226/Q2FY26-CFO-Commentary.pdf
  2. NVIDIA CFO Commentary Q1 FY2026 — SEC EDGAR, 2025. https://www.sec.gov/Archives/edgar/data/1045810/000104581025000115/q1fy26cfocommentary.htm
  3. 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/
  4. 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/
  5. Blackwell Takes Pole Position in Latest MLPerf Inference Results — NVIDIA Blog, 2025. https://blogs.nvidia.com/blog/blackwell-mlperf-inference%20
  6. 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
  7. 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
  8. 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/
  9. 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
  10. NVIDIA GB200 NVL72 — Baidu Baike (cross-reference), 2024—2026. https://baike.baidu.com/item/NVIDIA%20GB200%20NVL72/64300681
  11. NVIDIA GB200 NVL72 / NVIDIA NIM entries — AI Wiki, 2026. https://aiwiki.ai/wiki/nvidia_gb200
  12. Nvidia Blackwell Statistics 2026 — Axis Intelligence (third-party statistical compilation; third-party data needs verification), 2026. https://axis-intelligence.com/nvidia-blackwell-statistics