You see an RTX 4090 in a desktop, an H100 in a cloud menu, and a GB200 NVL72 in the news. They all help run AI, but the names describe very different amounts of hardware.
Start by placing each name: what kind of machine is it, how much can it hold, and what work is it built for? The specifications become easier once you have that picture.
A GPU is a processor that performs many suitable calculations in parallel. It also needs memory to hold the model and the data being worked on.
A server is a computer containing CPUs, memory, networking and one or more accelerators. A rack holds servers and other equipment. Some AI racks connect many GPUs through a fast internal network so they can cooperate on a large job.
For example, B200 is a GPU name. DGX B200 is a server containing eight. GB200 NVL72 is a 72-GPU rack system with Grace CPUs. “72” counts GPUs; it is not a generation number.
Inside one DGX B200 serverEight separate GPU memory allocations
GPU 1 180 GB
GPU 2 180 GB
GPU 3 180 GB
GPU 4 180 GB
GPU 5 180 GB
GPU 6 180 GB
GPU 7 180 GB
GPU 8 180 GB
NVLink + NVSwitch connect the GPUs
8 × 180 GB = 1,440 GB total
The software decides where the model lives and which data crosses the links. The total does not turn eight devices into one ordinary 1,440 GB allocation. System specification ↗
“4 × RTX 5090” means four cards. It does not name a special GPU model. DGX H200 and DGX B300 name server products; DGX Spark and the GB300-based DGX Station name desktop systems. Always read the complete product name.
The hardware landscape, one family at a time.
Read from the machines you might use at a desk toward the systems that fill a data center. The last two groups explain shared-memory computers and other accelerator designs. These are useful landmarks, not every GPU ever made.
Open any card for its role and sources. Memory figures describe the stated device or system. A documented product is not a claim that a provider has stock today.
A PC on your desk
Desktop graphics cards
A useful place to learn local inference, image generation and small training jobs. The model must fit the card, and the runtime must support it.
GPU
RTX 3090
Ampere · older generation
24 GB GDDR6X per card
Where this fits
An older 24 GB card can still run a model that fits. Moving to a 4090 keeps the same stock memory capacity; generation and capacity answer different questions.
A newer AMD desktop generation than RX 7900 XTX, with less memory on this particular card. Newer architecture does not necessarily mean more room for weights.
Professional graphics cards can hold larger models without splitting them across devices. Read the full name: A6000, 6000 Ada and PRO 6000 Blackwell are different generations.
GPU
RTX A6000
Ampere · older generation
48 GB GDDR6 per card
Where this fits
A 48 GB professional GPU. The extra memory can matter more than the generation when your first problem is fitting the model.
The workstation and server editions both advertise 96 GB. Cooling, power and deployment support depend on the edition. Several cards still need an explicit multi-GPU plan.
Launched July 2026; confirm system configuration and availability
Where this fits
The newer AMD family used in Helios racks. The GPU and the rack have different memory and communication boundaries; read each specification at its stated scale.
These names describe complete systems. Software divides the model or the work among their GPUs. A rack specification is much larger in scope than a card specification.
server · 8 accelerators
DGX H100
Hopper
640 GB total across 8 GPUs
Where this fits
Eight H100 GPUs in one server. The total memory is distributed across the devices, and NVLink/NVSwitch connects their work.
186 GB HBM3e per accelerator in the linked cloud configuration
Where this fits
A connected rack with 72 GPUs and Grace CPUs. NVLink carries communication within the GPU group. The rack is a different unit of comparison from one B200.
A rack system containing 72 MI455X GPUs and 18 EPYC CPUs. AMD reports production; announced customer rollout dates do not establish rental availability.
The CPU and GPU can access a shared address space. Check which physical memory holds the data: capacity alone does not tell you how quickly the GPU can read it.
computer
Apple silicon Macs
M-series · check the exact chip
Unified system memory; capacity varies by configuration
Where this fits
Mac Studio and MacBook Pro are computers, not plug-in GPU cards. M1/M2/M3 Ultra and M3/M4 Max identify different chips and configurations. MLX and Metal are useful names to recognize for local AI.
96 GB base; configurations up to 512 GB shared memory
Announced / preorder; September 22 availability date is still ahead of this review
Where this fits
Apple lists up to 512 GB of unified memory. Its announcement schedules availability from September 22, after this review date; check the chosen configuration separately.
A compact development computer with 128 GB shared by CPU and GPU. That capacity can be useful locally, but does not give it the bandwidth of a large HBM server GPU.
Documented system; confirm OEM configuration and availability
Where this fits
A desktop superchip system with one Blackwell Ultra GPU and a Grace CPU. Its current specification lists GPU and CPU memory separately; coherent access does not make both equally fast.
Google TPUs, AWS chips and Tenstorrent processors perform AI computation without being NVIDIA GPUs. Choose the device and its supported software together.
accelerator
Google TPU v6e
Trillium
32 GB HBM per accelerator
Where this fits
A Google AI accelerator accessed through Cloud TPU. TPU chip counts and slices describe a different system from an eight-GPU NVIDIA server.
A PCIe board with two Tensix processors. Its software and supported model implementations differ from CUDA GPUs; the board total is split between processors.
What about older cards and modified cards? GTX 1080 Ti and RTX 2080 Ti belong to older generations. Their usefulness depends on model fit and current runtime support. A label such as “RTX 4090 48 GB mod” describes a modified card; NVIDIA’s standard RTX 4090 specification is 24 GB. Verify that particular board instead of applying stock specifications to it.
The broader specification catalogue includes additional variants, such as RTX 5070/5080, A30, H200 NVL, MI350X and announced TPU 8t/8i. A BlueField DPU handles infrastructure work such as networking and storage offload; it belongs alongside the model accelerator in a system diagram.
Newer generations are easier to remember in families.
Follow each row from earlier to later. The rows are separate product lines. A workstation GPU and a rack do not become comparable just because both use Blackwell chips.
NVIDIA desktop
RTX 3090Ampere
RTX 4090Ada
RTX 5090Blackwell
NVIDIA workstation
RTX A6000Ampere
RTX 6000 AdaAda
RTX PRO 6000Blackwell
NVIDIA data center
A100Ampere
H100 / H200Hopper
B200 / B300Blackwell / Ultra
RubinVera Rubin systems
AMD data center
MI300X / MI325XCDNA 3
MI350X / MI355XCDNA 4
MI455XCDNA 5 / Helios
At the newest end of this map: Rubin follows Blackwell in NVIDIA’s data-center line. AMD’s MI455X and Helios extend its data-center line beyond MI350. Both vendors report production of their new rack families. For a purchase or a rental, the next check is the exact provider, configuration and region.
Older hardware remains useful. A model that fits on a 24 GB RTX 3090 can be a sensible learning project even when newer cards exist. An upgrade earns its place when it fixes a measured limit: memory, response time, throughput, power use or software support.
First question: can one GPU hold the model?
VRAM means the GPU’s memory. GB measures its capacity. The model’s learned numbers, or weights, must live somewhere before the GPU can use them. An 8B model has about eight billion parameters; at 16 bits each, its weights alone need about 16 GB.
70 billion × 4 ÷ 8 = 35 GB for uniformly stored weights alone. Actual quantized files add metadata and may keep some values at higher precision.
Bar length = memory in one GPU, on a shared 0–288 GB scale.Vertical line = 35 GB of weights.
253 GB remains before request state and runtime buffers.
A 70B model at uniform 4-bit starts at 35 GB. Two 24 GB cards have 48 GB in total, but each still has a 24 GB limit. The runtime must split the model and move data between devices.
HBM and GDDR are memory technologies used by accelerators. Shared system memory, as in a Mac or DGX Spark, has a different boundary: the operating system, CPU and GPU share resources. Reserve room for the rest of the computer as well as the model.
Then ask what needs to get faster.
More capacity holds more work.
A larger memory can hold a larger model or more request state. It can also avoid splitting a model across GPUs. Capacity is measured in GB or GiB; check the units before doing arithmetic.
More bandwidth moves data faster.
Bandwidth measures bytes moved per second. A GPU may spend much of a small-batch generation step reading weights. Faster memory can help that workload even when arithmetic units are waiting.
More compute performs more arithmetic.
Training and processing large batches can put the calculation units to work. Peak FLOPS need a format attached: FP4, FP8 and BF16 use different numbers of bits. A sparse peak also assumes a particular pattern of zeros.
Faster links help GPUs cooperate.
If the model is divided across devices, they exchange data during execution. NVLink, PCIe and the server network are different parts of that path. More GPUs can add communication as well as compute.
A useful speed comparison fixes the model and its quality, then measures time to first token, time between output tokens, and completed work at the target load. A gaming frame-rate chart or an advertised AI TOPS number cannot answer those questions by itself.
Choose a small first job. Let it guide the hardware.
“I want to understand how a model runs.”
Start with a small supported model on a machine you already have, or a hosted endpoint. A compatible desktop GPU, Mac or small cloud GPU is enough to learn the request path. Learn model sizes and formats first.
“I want a private local assistant.”
Check the model’s actual storage and runtime support. Desktop cards and shared-memory computers are natural candidates. Move to more memory when the full request no longer fits; measure responsiveness before buying.
“I want to serve many people.”
Compare small server GPUs when a model fits on one device. Compare H100/H200, Blackwell or AMD Instinct when the model or load needs more. One large rack is not required merely because a service has many users. Work through accelerator selection.
“I want to fine-tune or train.”
Fine-tuning a small adapter and training every parameter need very different amounts of memory. Start with the training method, then budget weights, gradients, optimizer state and saved activations. Large multi-GPU jobs also need an efficient communication plan. Compare the memory requirements.
Three quick checks before you leave.
You replace a stock RTX 3090 with an RTX 4090. Has memory capacity doubled?
No. Both have 24 GB. A generation change can improve other capabilities while leaving the capacity unchanged.
A 35 GB weight file will not fit on one 24 GB card. Will two cards automatically fix it?
No. The runtime must support distributing that model, each device must fit its assigned work, and you still need space for request state and buffers. The link between cards can affect speed.
Is a GB200 NVL72 specification the specification of one GPU?
No. It describes a rack system containing 72 GPUs and Grace CPUs. Read per-GPU and whole-system figures separately.
Each landmark links to its primary evidence. This orientation was reviewed on 2026-09-20; the detailed profiles retain their own specification review dates. Product announcements and availability are labelled separately. The memory exercise is arithmetic, and the workload suggestions are starting points for evaluation. We have not benchmarked these machines.
In lessons and answers, tap a GPU name with a dotted underline to see its family, memory boundary and place on this map. That explanation comes from the same reference, so updates can reach readers wherever the name appears.