<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Nvidia on RockB</title><link>https://baeseokjae.github.io/tags/nvidia/</link><description>Recent content in Nvidia on RockB</description><image><title>RockB</title><url>https://baeseokjae.github.io/images/og-default.png</url><link>https://baeseokjae.github.io/images/og-default.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 30 Jul 2026 21:02:03 +0000</lastBuildDate><atom:link href="https://baeseokjae.github.io/tags/nvidia/index.xml" rel="self" type="application/rss+xml"/><item><title>Nvidia Vera CPU: Purpose-Built for Agentic AI Workloads — Full Review</title><link>https://baeseokjae.github.io/posts/nvidia-vera-cpu-agentic-2026/</link><pubDate>Thu, 30 Jul 2026 21:02:03 +0000</pubDate><guid>https://baeseokjae.github.io/posts/nvidia-vera-cpu-agentic-2026/</guid><description>Nvidia Vera CPU delivers 6x faster agentic AI performance than x86 with 88 Olympus cores, 1.2 TB/s memory bandwidth, and 40% lower latency.</description><content:encoded><![CDATA[<h2 id="introduction--the-agentic-ai-cpu-moment">Introduction — The Agentic AI CPU Moment</h2>
<p>For the first time in the modern computing era, a CPU has been designed from the ground up specifically for agentic AI workloads rather than retrofitted for them. Nvidia Vera, powered by 88 custom Olympus cores based on the Armv9.2 architecture, delivers up to 6x faster agentic AI performance than AMD EPYC Turin (Zen 5), achieves 40% lower peak loaded latency than traditional x86 data center CPUs, and provides over 3x per-core memory bandwidth at less than half the power. Vera is not merely a faster server chip — it represents Nvidia&rsquo;s strategic pivot from GPU-only supplier to full-stack AI infrastructure provider, and it may redefine how the industry thinks about the CPU&rsquo;s role in AI factories.</p>
<h2 id="what-is-nvidia-vera--a-ground-up-architecture-for-agentic-workloads">What Is Nvidia Vera? — A Ground-Up Architecture for Agentic Workloads</h2>
<p>Nvidia Vera is a custom Arm-based server processor built on the Olympus microarchitecture, announced in 2026 as the host CPU for Nvidia&rsquo;s next-generation AI infrastructure. Unlike previous Nvidia server CPUs such as Grace (which paired Arm Neoverse cores with Hopper GPUs), Vera is a monolithic die design with 88 custom cores that Nvidia architected in-house specifically for the demands of agentic AI — code generation, tool calling, sandbox execution, reinforcement learning orchestration, and real-time context management.</p>
<p>The first Vera CPUs were hand-delivered by Nvidia VP Ian Buck to Anthropic, OpenAI, SpaceXAI, and Oracle in May and June 2026, signaling that Nvidia is targeting the most demanding AI workloads from day one. Oracle Cloud became the first hyperscaler to commit to large-scale Vera deployment, planning hundreds of thousands of units starting in 2026.</p>
<h3 id="88-olympus-cores-built-for-branch-heavy-sequential-ai-tasks">88 Olympus Cores: Built for Branch-Heavy, Sequential AI Tasks</h3>
<p>The Olympus core is the heart of Vera. Each core features a 64 KB instruction cache with 128 bytes/cycle fetch bandwidth and a 10-wide decode pipeline — significantly wider than both AMD Zen 5 and Intel&rsquo;s latest architectures. This wide front-end is critical for agentic AI workloads, which are characterized by unpredictable branch patterns, frequent context switches, and serialized code execution.</p>
<p>Nvidia&rsquo;s proprietary Spatial Multithreading technology allows each Olympus core to handle multiple threads with improved parallel execution efficiency compared to traditional simultaneous multithreading (SMT). The result is up to 1.9x IPC (instructions per cycle) uplift over AMD Zen 5, with branch prediction up to 2.3x faster and backend operations per cycle up to 4.3x faster than AMD&rsquo;s latest architecture.</p>
<table>
  <thead>
      <tr>
          <th>Metric</th>
          <th>Nvidia Olympus</th>
          <th>AMD Zen 5</th>
          <th>Intel Granite Rapids</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Core count</td>
          <td>88</td>
          <td>Up to 192 (chiplet)</td>
          <td>Up to 128 (chiplet)</td>
      </tr>
      <tr>
          <td>ISA</td>
          <td>Armv9.2</td>
          <td>x86-64</td>
          <td>x86-64</td>
      </tr>
      <tr>
          <td>Decode width</td>
          <td>10-wide</td>
          <td>6-wide</td>
          <td>6-wide</td>
      </tr>
      <tr>
          <td>IPC uplift vs Zen 5</td>
          <td>Up to 1.9x</td>
          <td>Baseline</td>
          <td>~1.1x</td>
      </tr>
      <tr>
          <td>Branch prediction vs Zen 5</td>
          <td>Up to 2.3x faster</td>
          <td>Baseline</td>
          <td>~1.2x faster</td>
      </tr>
      <tr>
          <td>Backend ops/cycle vs Zen 5</td>
          <td>Up to 4.3x faster</td>
          <td>Baseline</td>
          <td>~1.3x faster</td>
      </tr>
      <tr>
          <td>Die design</td>
          <td>Monolithic</td>
          <td>Chiplet (CCD + IOD)</td>
          <td>Chiplet (compute + uncore)</td>
      </tr>
  </tbody>
</table>
<h3 id="monolithic-die-design-vs-chiplet-x86-why-it-matters-for-ai">Monolithic Die Design vs Chiplet x86: Why It Matters for AI</h3>
<p>One of Vera&rsquo;s most significant architectural decisions is its monolithic die design with adjacent dielets, in contrast to the chiplet-based approaches used by AMD EPYC (multiple CCDs connected via Infinity Fabric) and Intel Xeon (multiple compute tiles). Chiplet designs introduce NUMA (Non-Uniform Memory Access) penalties — when a core needs to access data on a remote chiplet&rsquo;s memory controller, latency increases significantly.</p>
<p>For agentic AI workloads, where every millisecond of latency compounds across thousands of sequential tool calls and LLM inference steps, NUMA penalties are not acceptable. Vera&rsquo;s monolithic design ensures uniform memory access latency across all 88 cores, eliminating the performance variability that plagues chiplet x86 CPUs in latency-sensitive AI scenarios.</p>
<h2 id="key-specifications-and-architecture-deep-dive">Key Specifications and Architecture Deep Dive</h2>
<h3 id="olympus-core-microarchitecture-armv92-fp8-spatial-multithreading">Olympus Core Microarchitecture (Armv9.2, FP8, Spatial Multithreading)</h3>
<p>The Olympus core implements the Armv9.2 instruction set with Nvidia-specific extensions optimized for AI workloads. Key microarchitectural features include:</p>
<ul>
<li><strong>10-wide decode pipeline</strong> — among the widest in any server CPU, enabling high instruction throughput for complex AI orchestration code</li>
<li><strong>64 KB L1 instruction cache</strong> with 128 bytes/cycle fetch — ensures the front-end never stalls on branch-heavy agent code</li>
<li><strong>Native FP8 precision support</strong> — accelerates AI inference directly on the CPU without needing GPU offload for lightweight models</li>
<li><strong>Spatial Multithreading</strong> — Nvidia&rsquo;s proprietary threading technology that improves resource utilization compared to traditional SMT by dynamically allocating execution resources based on thread demand</li>
<li><strong>Advanced branch prediction</strong> — 2.3x faster than AMD Zen 5, critical for the unpredictable control flow of agentic AI loops (tool selection, conditional branching, error handling)</li>
</ul>
<h3 id="memory-subsystem-12-tbs-lpddr5x-bandwidth">Memory Subsystem: 1.2 TB/s LPDDR5X Bandwidth</h3>
<p>Vera&rsquo;s memory subsystem is arguably its most impressive specification. The CPU supports up to 1.2 TB/s of memory bandwidth via LPDDR5X SOCAMM modules, delivering approximately 14 GB/s per core. This is over 3x the per-core memory bandwidth of comparable x86 data center CPUs, achieved at less than half the power draw.</p>
<p>The high bandwidth is not just a benchmark number — it directly translates to real-world AI performance. Agentic AI workloads frequently involve loading and reloading large language model weights, KV caches, and sandbox state. With Vera&rsquo;s memory bandwidth, these operations complete faster, reducing the CPU-side stalls that currently bottleneck GPU utilization in AI factories.</p>
<table>
  <thead>
      <tr>
          <th>Memory Metric</th>
          <th>Nvidia Vera</th>
          <th>AMD EPYC Turin</th>
          <th>Intel Xeon Granite Rapids</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Total bandwidth</td>
          <td>1.2 TB/s</td>
          <td>~600 GB/s</td>
          <td>~500 GB/s</td>
      </tr>
      <tr>
          <td>Per-core bandwidth</td>
          <td>~14 GB/s</td>
          <td>~3 GB/s</td>
          <td>~4 GB/s</td>
      </tr>
      <tr>
          <td>Memory type</td>
          <td>LPDDR5X SOCAMM</td>
          <td>DDR5</td>
          <td>DDR5 / MCR DIMM</td>
      </tr>
      <tr>
          <td>Power efficiency</td>
          <td>&lt;50% of x86</td>
          <td>Baseline</td>
          <td>Baseline</td>
      </tr>
      <tr>
          <td>NUMA domains</td>
          <td>1 (monolithic)</td>
          <td>8-12 (chiplet)</td>
          <td>4-8 (chiplet)</td>
      </tr>
  </tbody>
</table>
<h3 id="scalable-coherency-fabric-and-nvlink-c2c-interconnect">Scalable Coherency Fabric and NVLink-C2C Interconnect</h3>
<p>Vera is not designed to operate in isolation. The Vera Rubin NVL72 system pairs Vera CPUs with next-generation Rubin GPUs via Nvidia&rsquo;s NVLink-C2C interconnect, creating a tightly coupled CPU-GPU memory-coherent system. This means the CPU and GPU share a unified memory address space — data does not need to be copied between separate CPU and GPU memory pools, eliminating one of the most significant overheads in current AI infrastructure.</p>
<p>The scalable coherency fabric allows multiple Vera CPUs to be connected in a single system, supporting both single-socket and dual-socket configurations as well as liquid-cooled rack-scale deployments. For the largest deployments, Vera Rubin NVL72 racks integrate 72 Rubin GPUs with multiple Vera CPUs in a fully coherent, high-bandwidth fabric.</p>
<h2 id="performance-benchmarks-vera-vs-x86-amd-epyc-intel-xeon">Performance Benchmarks: Vera vs x86 (AMD EPYC, Intel Xeon)</h2>
<h3 id="agentic-ai-workload-performance-6x-faster-40-lower-latency">Agentic AI Workload Performance (6x faster, 40% lower latency)</h3>
<p>In benchmark results published by Nvidia and independently verified by early adopters, Vera demonstrates dramatic performance advantages over x86 CPUs in agentic AI workloads. Against AMD EPYC Turin (Zen 5), Vera delivers up to 6x faster performance in end-to-end agentic AI tasks including code generation, repository querying, and multi-step tool orchestration.</p>
<p>The 40% reduction in peak loaded latency is particularly significant. In agentic AI systems, latency compounds across every step of the reasoning chain — each tool call, each LLM inference, each context window update. A 40% reduction at the CPU level translates to substantially faster end-to-end agent response times, directly impacting user experience and system throughput.</p>
<h3 id="rl-training-throughput-85-vs-45-evaluation-completion">RL Training Throughput (85% vs 45% Evaluation Completion)</h3>
<p>Reinforcement learning from human feedback (RLHF) and other RL-based training methods are central to modern AI model development. These workloads involve running thousands of evaluation episodes in parallel, each requiring CPU-based simulation, reward computation, and environment interaction.</p>
<p>Vera completes 85% of RL evaluations within the training window, compared to just 45% on baseline x86 CPUs. This near-doubling of evaluation throughput means AI labs can either train models faster with the same hardware or achieve higher quality results by running more evaluations within the same time budget. For organizations running RL at scale, this performance advantage directly translates to reduced training costs and faster iteration cycles.</p>
<h3 id="ipc-branch-prediction-and-memory-latency-comparisons">IPC, Branch Prediction, and Memory Latency Comparisons</h3>
<p>The architectural benchmarks paint a clear picture of Vera&rsquo;s advantages:</p>
<ul>
<li><strong>IPC uplift</strong>: Up to 1.9x over AMD Zen 5, meaning each clock cycle accomplishes nearly twice the work</li>
<li><strong>Branch prediction</strong>: 2.3x faster than Zen 5, critical for the unpredictable control flow of agentic AI</li>
<li><strong>Backend operations per cycle</strong>: Up to 4.3x faster than Zen 5, reflecting the wider execution units and improved scheduling</li>
<li><strong>Memory latency</strong>: Uniform across all cores due to monolithic design, eliminating the 20-40% latency penalty of cross-chiplet access in x86 CPUs</li>
</ul>
<h2 id="why-agentic-ai-needs-a-different-kind-of-cpu">Why Agentic AI Needs a Different Kind of CPU</h2>
<h3 id="the-cpu-bottleneck-in-ai-factories-amdahls-law">The CPU Bottleneck in AI Factories (Amdahl&rsquo;s Law)</h3>
<p>Amdahl&rsquo;s Law states that the speedup of a system is limited by the portion of the workload that cannot be parallelized. In AI factories, GPUs handle the embarrassingly parallel matrix operations of neural network training and inference. But the serial portions — orchestration, tool calling, code interpretation, context management, and I/O coordination — run on CPUs.</p>
<p>As GPU performance has accelerated dramatically (Nvidia&rsquo;s own GPUs have seen 1000x+ throughput improvements over the past decade), the CPU has become the bottleneck. A GPU may sit idle waiting for the CPU to prepare the next batch, manage KV caches, or coordinate multi-step agent workflows. Vera directly addresses this imbalance by providing CPU performance that can keep pace with modern GPU throughput.</p>
<h3 id="sandbox-execution-tool-calling-and-code-interpretation">Sandbox Execution, Tool Calling, and Code Interpretation</h3>
<p>Agentic AI systems execute code in sandboxed environments, call external APIs, interpret results, and make decisions about next steps. These are fundamentally serial, branch-heavy workloads that do not benefit from GPU parallelism. Each step requires:</p>
<ol>
<li>Receiving the LLM&rsquo;s output specifying a tool call</li>
<li>Parsing and validating the call parameters</li>
<li>Executing the tool (code compilation, API call, database query)</li>
<li>Capturing and formatting the result</li>
<li>Returning the result to the LLM for the next reasoning step</li>
</ol>
<p>Vera&rsquo;s 10-wide decode, superior branch prediction, and high per-core memory bandwidth make each of these steps faster. Nvidia reports up to 50% faster agentic sandbox performance and 4x sandbox density compared to x86-based racks, meaning a single Vera-based server can handle four times as many concurrent agent sessions.</p>
<h3 id="kv-cache-coordination-and-context-management">KV-Cache Coordination and Context Management</h3>
<p>Large language models maintain a KV (key-value) cache that stores the attention state of the current context window. In agentic AI systems, this cache must be frequently updated, swapped, and coordinated across multiple inference calls. The CPU is responsible for managing this cache — deciding what to keep, what to evict, and when to recompute.</p>
<p>Vera&rsquo;s high memory bandwidth and low latency directly improve KV-cache management. With 1.2 TB/s of bandwidth, cache evictions and reloads happen faster, reducing the time GPUs spend waiting for context to be ready. Nvidia&rsquo;s benchmarks show that Vera minimizes CPU-side stalls and KV-cache eviction overhead, maximizing GPU utilization in mixed CPU-GPU AI pipelines.</p>
<h2 id="vera-in-the-ecosystem-vera-rubin-nvl72-and-beyond">Vera in the Ecosystem: Vera Rubin NVL72 and Beyond</h2>
<h3 id="tightly-coupled-cpu-gpu-architecture">Tightly Coupled CPU-GPU Architecture</h3>
<p>Vera is the host processor for the Vera Rubin NVL72 system, which pairs Vera CPUs with next-generation Rubin GPUs via NVLink-C2C. This is not a traditional server architecture where CPU and GPU communicate over PCIe — NVLink-C2C provides a cache-coherent, high-bandwidth, low-latency interconnect that allows the CPU and GPU to share memory transparently.</p>
<p>The unified memory architecture eliminates the CPU-GPU data transfer overhead that currently consumes 20-30% of AI workload time. In traditional systems, data must be copied from CPU memory to GPU memory and back. With Vera and Rubin sharing a coherent memory space, pointers can be passed directly between CPU and GPU code without explicit data movement.</p>
<h3 id="oracle-cloud-first-hyperscale-deployment">Oracle Cloud: First Hyperscale Deployment</h3>
<p>Oracle Cloud is the first hyperscale cloud provider to commit to large-scale Vera deployment, planning to deploy hundreds of thousands of Vera CPUs starting in 2026. This is a significant strategic bet — Oracle is positioning its cloud as the premier platform for agentic AI workloads, leveraging Vera&rsquo;s performance advantages to differentiate from AWS, Azure, and Google Cloud.</p>
<p>For Oracle customers, this means access to AI infrastructure where the CPU is no longer the bottleneck. Agentic AI applications running on Oracle Cloud with Vera can expect faster response times, higher throughput, and better cost efficiency compared to x86-based alternatives.</p>
<h3 id="early-adopters-openai-anthropic-spacexai">Early Adopters: OpenAI, Anthropic, SpaceXAI</h3>
<p>The list of early Vera adopters reads like a who&rsquo;s who of AI industry leaders. OpenAI, Anthropic, and SpaceXAI all received first-generation Vera CPUs in mid-2026. These organizations run some of the most demanding agentic AI workloads in existence — from autonomous coding agents to large-scale RL training to AI-powered simulation.</p>
<p>Their adoption validates Nvidia&rsquo;s thesis that agentic AI workloads have fundamentally different CPU requirements than traditional server workloads. If the organizations pushing the frontier of AI capabilities choose Vera over x86 alternatives, it signals a broader industry shift.</p>
<h2 id="market-impact-nvidia-vs-amd-vs-intel-in-the-ai-cpu-era">Market Impact: Nvidia vs AMD vs Intel in the AI CPU Era</h2>
<p>Nvidia&rsquo;s entry into the CPU market fundamentally changes the competitive landscape. AMD and Intel have dominated the server CPU market for decades, but neither has designed a chip specifically for agentic AI workloads. Their architectures are general-purpose, optimized for the broad range of enterprise workloads — databases, web servers, virtualization, and HPC.</p>
<p>Vera represents a specialized approach: a CPU optimized for a specific, rapidly growing workload class. This mirrors Nvidia&rsquo;s strategy in the GPU market, where its CUDA ecosystem and specialized hardware (Tensor Cores, RT Cores) created an insurmountable lead over general-purpose GPUs from AMD and Intel.</p>
<table>
  <thead>
      <tr>
          <th>Factor</th>
          <th>Nvidia Vera</th>
          <th>AMD EPYC Turin</th>
          <th>Intel Xeon Granite Rapids</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>AI-optimized design</td>
          <td>Yes (ground-up)</td>
          <td>No (general purpose)</td>
          <td>No (general purpose)</td>
      </tr>
      <tr>
          <td>Agentic AI perf vs x86</td>
          <td>Up to 6x faster</td>
          <td>Baseline</td>
          <td>~1.2x faster</td>
      </tr>
      <tr>
          <td>Memory bandwidth</td>
          <td>1.2 TB/s</td>
          <td>~600 GB/s</td>
          <td>~500 GB/s</td>
      </tr>
      <tr>
          <td>Power efficiency</td>
          <td>&lt;50% of x86</td>
          <td>Baseline</td>
          <td>Baseline</td>
      </tr>
      <tr>
          <td>CPU-GPU coherence</td>
          <td>Native (NVLink-C2C)</td>
          <td>PCIe only</td>
          <td>PCIe only</td>
      </tr>
      <tr>
          <td>Ecosystem lock-in</td>
          <td>Nvidia full stack</td>
          <td>Open ecosystem</td>
          <td>Open ecosystem</td>
      </tr>
      <tr>
          <td>Availability</td>
          <td>Mid-2026</td>
          <td>Current</td>
          <td>Current</td>
      </tr>
  </tbody>
</table>
<p>The key question for data center operators is whether Vera&rsquo;s performance advantages justify the ecosystem lock-in. Vera is designed to work optimally within Nvidia&rsquo;s full-stack ecosystem — Vera Rubin NVL72, NVLink-C2C, CUDA, and Nvidia&rsquo;s AI software stack. Organizations already invested in Nvidia&rsquo;s ecosystem will find Vera a natural fit. Those running heterogeneous infrastructure may face integration challenges.</p>
<h2 id="conclusion--is-vera-the-future-of-ai-infrastructure">Conclusion — Is Vera the Future of AI Infrastructure?</h2>
<p>Nvidia Vera represents a genuine architectural breakthrough for agentic AI workloads. The combination of 88 custom Olympus cores, 1.2 TB/s memory bandwidth, monolithic die design, and tight CPU-GPU integration via NVLink-C2C delivers performance that x86 CPUs simply cannot match for the specific demands of agentic AI.</p>
<p>However, Vera&rsquo;s success depends on more than raw performance. The industry must decide whether the benefits of a specialized AI CPU outweigh the lock-in risks of a vertically integrated Nvidia stack. For AI labs and hyperscalers pushing the frontier of agentic AI — where every millisecond of latency and every watt of power matters — Vera&rsquo;s advantages are compelling enough to justify the commitment.</p>
<p>The CPU bottleneck in AI factories is real, and Vera is the first product that directly addresses it. Whether it becomes the dominant AI CPU or a niche player in a still-diversifying market will depend on how quickly the rest of the industry responds. But one thing is clear: the era of the general-purpose CPU in AI data centers is ending, and the era of purpose-built AI CPUs has begun.</p>
<h2 id="faq">FAQ</h2>
<h3 id="what-is-the-nvidia-vera-cpu">What is the Nvidia Vera CPU?</h3>
<p>The Nvidia Vera CPU is a custom Arm-based server processor built on the Olympus microarchitecture, designed specifically for agentic AI workloads. It features 88 custom cores, 1.2 TB/s of LPDDR5X memory bandwidth, and a monolithic die design that eliminates NUMA penalties common in chiplet-based x86 CPUs.</p>
<h3 id="how-much-faster-is-nvidia-vera-than-amd-epyc-for-ai-workloads">How much faster is Nvidia Vera than AMD EPYC for AI workloads?</h3>
<p>Nvidia Vera delivers up to 6x faster performance in agentic AI workloads compared to AMD EPYC Turin (Zen 5). It also achieves 40% lower peak loaded latency and up to 1.9x IPC uplift over AMD&rsquo;s latest architecture, with branch prediction up to 2.3x faster.</p>
<h3 id="when-will-nvidia-vera-cpus-be-available">When will Nvidia Vera CPUs be available?</h3>
<p>Nvidia began shipping Vera CPUs to early adopters including OpenAI, Anthropic, SpaceXAI, and Oracle in May-June 2026. Oracle Cloud plans to deploy hundreds of thousands of Vera CPUs starting in 2026, with broader availability expected through Nvidia&rsquo;s partner ecosystem.</p>
<h3 id="how-does-veras-memory-bandwidth-compare-to-x86-cpus">How does Vera&rsquo;s memory bandwidth compare to x86 CPUs?</h3>
<p>Vera delivers 1.2 TB/s of memory bandwidth via LPDDR5X SOCAMM modules, providing approximately 14 GB/s per core. This is over 3x the per-core memory bandwidth of comparable x86 data center CPUs, achieved at less than half the power consumption.</p>
<h3 id="what-is-the-vera-rubin-nvl72-system">What is the Vera Rubin NVL72 system?</h3>
<p>The Vera Rubin NVL72 is Nvidia&rsquo;s next-generation AI infrastructure system that pairs Vera CPUs with Rubin GPUs via NVLink-C2C interconnect. It features a unified memory architecture where CPU and GPU share a coherent memory space, eliminating the data transfer overhead of traditional PCIe-based systems.</p>
]]></content:encoded></item></channel></rss>