Compute Comparison
NVIDIAGaudi 22022

Gaudi 2

Intel Gaudi 2 AI accelerator. 96GB HBM2e with 24 100GbE RoCE ports for scale-out. Available on AWS DL2q and Intel Tiber Cloud at competitive pricing.

VRAM
96GB
HBM2e
FP16
432.0
TFLOPS
Bandwidth
2.5k
GB/s
TDP
600W
power
Best for:Cost-effective LLM trainingTransformer workloadsIntel ecosystem

Gaudi 2 Overview

The Gaudi 2 is a Gaudi 2-generation Intel GPU built on the Gaudi 2 architecture, manufactured on a TSMC 7nm process node with 100 billion transistors. Released in 2022, it delivers 432 TFLOPS of FP16 throughput and 432 TFLOPS BF16 — the two precision formats most commonly used for transformer model training and inference. The Gaudi 2 architecture represents Intel's approach to balancing compute throughput, memory bandwidth, and power efficiency for data center AI workloads. At 600W TDP, the Gaudi 2 sits in the high-power data center tier (600W), compatible with standard high-density GPU server configurations.

Memory capacity is 96GB of HBM2e with 2457 GB/s bandwidth. This determines which models can run without quantization: approximately 48B parameters at FP16 (2 bytes/param), 96B at INT8 (1 byte/param), or up to 192B parameters at INT4/GGUF quantization (0.5 bytes/param). These figures are theoretical maximums — actual capacity is reduced by KV cache, framework overhead, and activation memory, typically by 10–20% for inference and 30–40% for training. The arithmetic intensity ceiling is approximately 176 FLOP/byte (432 TFLOPS ÷ 2457 GB/s). Most autoregressive LLM inference falls well below this threshold, making the 2457 GB/s memory bandwidth the binding constraint on tokens-per-second throughput rather than raw TFLOPS.

The Gaudi 2 uses RoCE v2 / PCIe 4.0 for host connectivity. Without NVLink, VRAM cannot be pooled across multiple cards — the single-card 96GB capacity is the hard ceiling for model size without model sharding over slower PCIe. For workloads that exceed 96GB, the alternative is pipeline parallelism (splitting model layers across cards) rather than tensor parallelism, which introduces inter-card communication overhead at each layer boundary. This makes the Gaudi 2 best suited for workloads that fit within a single card's VRAM budget.

The primary workloads for the Gaudi 2 are Cost-effective LLM training, Transformer workloads, Intel ecosystem. Intel Gaudi 2 AI accelerator. 96GB HBM2e with 24 100GbE RoCE ports for scale-out. Available on AWS DL2q and Intel Tiber Cloud at competitive pricing. Key limitations to factor into your evaluation: Proprietary Habana SynapseAI SDK — steep learning curve vs CUDA/ROCm; Limited third-party framework support vs NVIDIA; Smaller developer community and fewer pre-optimized models. When comparing this GPU against alternatives at similar price points, the most important metrics are memory bandwidth (for inference throughput), VRAM capacity (for model size), and FP16/BF16 TFLOPS (for training speed). Raw TFLOPS figures can be misleading for inference — a GPU with lower TFLOPS but higher memory bandwidth will often outperform a higher-TFLOPS card on tokens-per-second for memory-bound autoregressive generation.

In the broader GPU market, the Gaudi 2 is a 4-year-old design that is increasingly being replaced by newer architectures in cloud deployments, though it remains available at competitive rental rates. Intel's oneAPI and OpenVINO software stack is still maturing for LLM workloads. CUDA-native libraries require porting, and community support for Intel GPUs in popular frameworks like vLLM and llama.cpp is limited compared to NVIDIA hardware. For cloud rental, availability varies significantly by provider — some specialize in this GPU tier while others may have limited stock. Compare on-demand and spot pricing across providers using the rental comparison table on this page, and factor in region availability if latency is a concern for your inference workload.

Memory

VRAM96 GB
Memory TypeHBM2e
Bandwidth2457 GB/s

Compute Performance

FP327 TFLOPS
FP16432 TFLOPS
BF16432 TFLOPS
INT8865 TOPS

Hardware

ArchitectureGaudi 2
GenerationGaudi 2
Process NodeTSMC 7nm
Transistors100B
TDP600 W
InterconnectRoCE v2 / PCIe 4.0
Release Year2022

Relative Performance

FP16 Compute6%
VRAM Capacity33%
Mem Bandwidth15%

Relative to highest-spec GPU in database

Limitations

Proprietary Habana SynapseAI SDK — steep learning curve vs CUDA/ROCm
Limited third-party framework support vs NVIDIA
Smaller developer community and fewer pre-optimized models

Live Cloud PricingOn-demand hourly rates

Loading live prices…

Compare Gaudi 2 vs…

Use Case Guidance

Cost-effective LLM training
Transformer workloads
Intel ecosystem

LLM Model Size Guidance

Max model (FP16)~48Bparameters at FP16 precision
Max model (INT8)~96Bparameters at INT8 precision
Max model (INT4)~192Bparameters at INT4/GGUF

Estimates only. Actual capacity depends on context length, KV cache, and framework overhead.

Related Guides

LLM APIs Running on This GPU Class

Providers that serve frontier LLM inference on Gaudi 2-class hardware.

Browse all 42 LLM models

Related GPUs

Frequently Asked Questions

How much VRAM does the Gaudi 2 have?

The Gaudi 2 has 96GB of HBM2e memory with 2457 GB/s bandwidth. This enables running models up to approximately 192B parameters at INT4 precision, 96B at INT8, or 48B at FP16.

What is the FP16 performance of the Gaudi 2?

The Gaudi 2 delivers 432 TFLOPS of FP16 performance and 432 TFLOPS BF16. INT8 throughput is 865 TOPS. For transformer inference, memory bandwidth (2457 GB/s) is often the binding constraint rather than raw TFLOPS.

What is the Gaudi 2 best used for?

The Gaudi 2 is best suited for: Cost-effective LLM training, Transformer workloads, Intel ecosystem. Intel Gaudi 2 AI accelerator. 96GB HBM2e with 24 100GbE RoCE ports for scale-out. Available on AWS DL2q and Intel Tiber Cloud at competitive pricing.

What interconnect does the Gaudi 2 use?

The Gaudi 2 uses RoCE v2 / PCIe 4.0. Without NVLink, VRAM cannot be pooled across multiple cards — the single-card capacity is the hard ceiling for model size.

What LLM model sizes can the Gaudi 2 run?

With 96GB of HBM2e, the Gaudi 2 can run models up to approximately 48B parameters at FP16 (2 bytes/param), 96B at INT8 (1 byte/param), or 192B at INT4/GGUF (0.5 bytes/param). These are estimates — actual capacity depends on context length, KV cache size, and framework overhead. Longer context windows require more KV cache memory, reducing the effective model size that fits.

How does the Gaudi 2 compare to the A100 for LLM inference?

The Gaudi 2 has 432 TFLOPS FP16 vs the A100 80GB's 312 TFLOPS, and 2457 GB/s memory bandwidth vs the A100's 2,039 GB/s. For memory-bound autoregressive LLM inference, bandwidth is the primary determinant of tokens-per-second. The Gaudi 2's higher bandwidth gives it a throughput advantage for large model inference.

What is the power consumption of the Gaudi 2?

The Gaudi 2 has a TDP (Thermal Design Power) of 600W. This is the maximum sustained power draw under full load. For data center deployments, total rack power consumption is typically 1.2–1.5× the GPU TDP when accounting for CPU, memory, networking, and cooling overhead. At 600W, the Gaudi 2 is in the high-power tier — requires specialized data center infrastructure with high-density power delivery.

Ready to rent?

Compare Gaudi 2 prices across 97+ providers

Live on-demand & spot rates · monthly cost estimates · availability status

Compare rental prices