Skip to main content
  1. Blog/

NVIDIA's Blackwell Architecture, Explained

·5 mins
Author
Chengyu
I’m Chengyu — a final-year Computer Science student at the University of Sydney. I write about the things I build and break, plus hiking, travel, gaming, and gadgets.
Table of Contents

1. What is Blackwell?
#

Blackwell is NVIDIA’s next-generation GPU architecture, formally announced at GTC in March 2024, named after the American mathematician and statistician David Blackwell — the first Black scholar admitted to the National Academy of Sciences, and a pioneer in game theory, probability, information theory, and statistics, all of which happen to be the mathematical bedrock of today’s generative AI.

Blackwell succeeds the Hopper architecture (H100/H200) and is built to support training and real-time inference for trillion-parameter models. Put simply: if Hopper was the engine that made large AI models runnable at all, Blackwell is the next-generation engine that makes them run faster, cheaper, and bigger.

The Blackwell architecture

2. The core technical breakthroughs
#

Dual-die packaging: getting past a physical limit. Chip manufacturing runs into a “reticle limit” — the largest area a lithography machine can etch in a single pass. Hopper’s GH100 die was already close to that limit (814mm²). Blackwell’s answer: fuse two full-size GB100 dies together over a 10 TB/s NV-HBI interconnect, presenting them to the outside world as a single unified GPU. That gives a single Blackwell GPU 208 billion transistors in total — about 2.6x Hopper’s 80 billion — built on TSMC’s custom 4NP process, with the two dies mounted on the same silicon interposer via CoWoS-L 2.5D packaging.

Second-generation Transformer Engine. Purpose-built for large language models and mixture-of-experts models, with key innovations including support for FP4 (4-bit floating point) inference precision — roughly 1.8x less memory use than FP8, while staying close to FP8 accuracy, meaning the same amount of memory can now hold a bigger model; micro-tensor scaling for finer-grained dynamic-range management that keeps output quality high even at low precision; and hardware-accelerated softmax computation in the attention layer, meaningfully boosting inference throughput.

Fifth-generation NVLink. AI training and inference often need hundreds or thousands of GPUs working together, and the bandwidth between them directly determines system efficiency. Blackwell’s fifth-generation NVLink delivers 1.8 TB/s of bidirectional bandwidth per GPU — about 2x Hopper’s NVLink — and supports direct interconnection across up to 576 GPUs, running at full speed without needing to fall back to an external network. That matters enormously for training trillion-parameter MoE models, which need to exchange activation data between GPUs constantly.

Other key features: a dedicated RAS engine (reliability/availability/serviceability) that uses AI-based predictive maintenance to catch potential failures early, keeping large clusters running for weeks without interruption; confidential computing — the first GPU in the industry to support TEE-I/O, protecting sensitive data and models without sacrificing performance; and a hardware decompression engine supporting formats like LZ4, Snappy, and Deflate, speeding up database queries and data analysis.

3. The performance leap: Blackwell vs. Hopper
#

NVIDIA’s officially published headline numbers:

MetricHopper (H100)Blackwell (B200)
Transistor count80 billion208 billion (2.6x)
Inference performanceBaseline~30x
Energy efficiencyBaseline~25x
NVLink bandwidth900 GB/s1.8 TB/s (2x)
NVLink GPU interconnectUp to 256Up to 576
Low-precision supportFP8FP4

An analogy: if Hopper is a high-performance sports car, Blackwell is something with a sports car’s speed, a truck’s cargo capacity, and a hybrid’s fuel efficiency all at once.

4. The product lineup
#

Data center: the B200 is a single accelerator card for HGX servers; the GB200 pairs a Grace CPU with two Blackwell GPUs as a “superchip”; the GB200 NVL72 is a full-rack solution with 36 Grace CPUs and 72 Blackwell GPUs, aimed at frontier labs like xAI and OpenAI; and GB300 (Ultra) is the evolved Blackwell Ultra variant supporting NVFP4, aimed at the next generation of hyperscale clusters.

Consumer: the Blackwell architecture also extends to the GeForce RTX 50 series, including the RTX 5090 and RTX 5080, built on TSMC’s 4N process (rather than the data-center 4NP), aimed at gaming and content creation, with AI-enhanced features like DLSS 4 multi-frame generation.

Enterprise servers: the RTX PRO 6000 Blackwell Server Edition targets enterprise customers, offering up to 6x the inference performance of the previous-generation L40S. Server vendors including Cisco, Dell, HPE, Lenovo, and Supermicro already have products based on it.

5. Who’s actually using Blackwell?
#

Adoption spans nearly every key player in the AI supply chain: cloud providers (AWS, Google Cloud, Microsoft Azure, Oracle) offering Blackwell compute to their customers; frontier model labs (OpenAI, Meta, xAI) training next-generation foundation models on it; tech giants like Tesla (autonomous driving) and Meta (recommendation systems); and enterprise customers deploying AI agents, data analysis, and scientific simulation workloads through RTX PRO servers. Reportedly, roughly 1,000 racks of Blackwell systems are being produced per week, and demand still outstrips supply.

6. Why Blackwell matters
#

For the AI industry: Blackwell makes training and deploying trillion-parameter models practical. Its FP4 inference capability sharply cuts the cost per token of inference, which matters enormously for bringing AI services to a much broader user base — especially in the “AI agent” era, where explosive growth in inference workloads has made efficient inference silicon more important than ever.

For investors: Blackwell’s production ramp and demand trajectory are core variables driving NVIDIA’s (NVDA) and TSMC’s (TSM) results, and its manufacturing involves a genuinely complex supply chain — TSMC’s 4NP fabrication, HBM3E memory from SK Hynix and Micron, CoWoS packaging capacity — all worth watching.

For energy and infrastructure: a 30x gain in energy efficiency meaningfully lowers the power needed for a given amount of compute in an AI data center. But since total compute demand keeps growing exponentially, data-center power and liquid-cooling infrastructure remain an important investment theme regardless.

7. After Blackwell: NVIDIA’s roadmap
#

NVIDIA has committed to roughly a one-architecture-per-year cadence:

YearArchitectureNotes
2022HopperH100/H200, kicked off the AI era
2024BlackwellB200/GB200, the subject of this post
2025Blackwell UltraGB300, introduces NVFP4 precision
2026Vera RubinNext-gen architecture, expected on a more advanced process

That fast a cadence means each generation’s lifecycle is shorter, but it also gives investors a more predictable rhythm of growth to track.

8. Wrap-up
#

Blackwell isn’t just a faster chip — it’s the foundation of NVIDIA’s “AI factory” strategy. By pushing past a physical manufacturing limit with dual-die packaging, cutting cost with FP4 inference, and enabling unprecedented scale with fifth-generation NVLink, it redefines the performance ceiling for AI computing.

For anyone following tech and semiconductors, understanding Blackwell’s architecture and product lineup is key to reading where NVIDIA’s ecosystem goes next.

Related