Skip to main content

    GPU Infrastructure Architecture Guide 2026: NVLink, SXM, Cooling & Data Center Design

    Choosing the right GPU is only half the battle. The interconnect fabric, form factor, cooling system, and data center tier surrounding those GPUs determine whether your cluster delivers peak throughput or sits throttled at 60% capacity. This guide covers every layer of the GPU infrastructure stack so you can make informed decisions before signing a colocation contract or purchasing hardware.

    ··15 min read

    TL;DR — Infrastructure Decisions at a Glance

    • NVLink connects GPUs inside a single server at 900 GB/s (NVLink 4.0) — use it for tensor parallelism. InfiniBand connects servers across racks at 400 Gb/s (NDR) — use it for data parallelism and pipeline parallelism. Most single-node fine-tuning doesn't require InfiniBand at all (per NVIDIA DGX deployment guide).
    • SXM form factor delivers 30-40% more memory bandwidth than PCIe because the GPU solders directly to the baseboard, enabling higher power limits and full NVLink lane counts.
    • Direct liquid cooling removes 80+ kW per rack while keeping PUE under 1.10. Air cooling caps out around 25-30 kW per rack with a PUE of 1.3-1.5.
    • HBM3e (H200, GB200) delivers 4.8 TB/s bandwidth vs HBM3 at 3.35 TB/s — a 43% improvement that directly accelerates memory-bound inference workloads.
    • Tier 3 data centers provide 99.982% uptime (1.6 hours downtime/year).Tier 4 guarantees 99.995% (26 minutes/year). Most GPU workloads run fine in Tier 3. Tier 4 is not recommended if your workloads already implement checkpoint-restart.
    • Cloud vs colocation vs on-prem: Cloud GPU instances (AWS, GCP, Azure) suit burst workloads under 3 months. Colocation breaks even at 6-12 months for sustained training. On-prem doesn't make sense unless you have 500+ GPU sustained demand and in-house DC ops staff.

    1. NVLink vs InfiniBand — When Each Matters

    TL;DR: NVLink connects GPUs inside one server at up to 1,800 GB/s for tensor parallelism. InfiniBand connects servers across racks at 400-800 Gb/s for data and pipeline parallelism. You need both for large-scale training: NVLink handles intra-node communication while InfiniBand handles the inter-node gradient synchronization.

    NVLink and InfiniBand solve different problems at different scales. NVLink is a GPU-to-GPU interconnect that operates within a single server node. It provides a unified memory domain across GPUs so that tensor parallelism — splitting a single matrix multiplication across multiple GPUs — can proceed without bottlenecking on a narrow PCIe bus. NVLink 4.0 (Hopper) delivers 900 GB/s total bidirectional bandwidth per GPU. NVLink 5.0 (Blackwell) doubles that to 1,800 GB/s.

    InfiniBand is a network fabric that connects servers to each other across racks and even across buildings. When your training job uses data parallelism (each GPU holds the full model, different data shards) or pipeline parallelism (different layers on different nodes), the gradient synchronization and activation transfers happen over InfiniBand. NDR InfiniBand delivers 400 Gb/s (50 GB/s) per port, and NDR400 pushes that to 800 Gb/s per port in late 2025 deployments.

    AttributeNVLink 4.0 (Hopper)NVLink 5.0 (Blackwell)InfiniBand NDRInfiniBand NDR400
    Bandwidth per GPU/port900 GB/s1,800 GB/s50 GB/s (400 Gb/s)100 GB/s (800 Gb/s)
    ScopeIntra-node (8 GPUs)Intra-node (up to 72 GPUs via NVLink domain)Inter-node (rack-to-rack)Inter-node (rack-to-rack)
    Latency<1 us<1 us~1-2 us~1-2 us
    Best forTensor parallelismTensor parallelism, large model shardingData parallelism, AllReduceData parallelism at scale
    TopologyNVSwitch meshNVSwitch + NVLink domainFat-tree / Dragonfly+Fat-tree / Dragonfly+

    The Jetstream Contrast: If you are fine-tuning a 7B-parameter model on a single 8xH100 server, InfiniBand is not required for single-node training — all communication stays on NVLink. If you are pre-training a 405B model across 512 GPUs spanning 64 nodes, InfiniBand NDR becomes your bottleneck, and the difference between NDR (400 Gb/s) and NDR400 (800 Gb/s) can shave 15-20% off your training time at scale.

    Cloud vs colocation for interconnect: Cloud providers bundle InfiniBand into managed GPU clusters (e.g., AWS P5 instances use EFA, not InfiniBand). Colocation gives you direct control over fabric generation and topology. On-prem is unnecessary for most teams — colocation offers the same hardware control without the capital expenditure of building switch infrastructure. NVLink topology is not configurable in cloud instances per NVIDIA's HGX design — you get what the cloud provider deployed.

    When evaluating colocation facilities on GYGO Place, confirm which InfiniBand generation the facility supports. Many Tier 3 facilities still run HDR (200 Gb/s) fabric, which creates a 2x bandwidth gap versus NDR.

    2. SXM vs PCIe Form Factors — Performance Difference & Use Cases

    TL;DR: SXM solders directly onto the baseboard, enabling 700W TDP, full NVLink connectivity, and 3.35 TB/s memory bandwidth — 30-40% more throughput than PCIe. Choose SXM for training clusters needing tensor parallelism; choose PCIe for independent inference endpoints or facilities with limited power and cooling capacity.

    NVIDIA ships most data center GPUs in two form factors: SXM (Server eXtension Module) and PCIe. The SXM module solders directly onto a custom baseboard designed by NVIDIA (the HGX platform). This direct connection enables higher power delivery (700W for H100 SXM5 vs 350W for H100 PCIe), full NVLink connectivity (18 NVLink 4.0 links vs zero on PCIe), and superior memory bandwidth (3.35 TB/s vs 2.0 TB/s on H100).

    PCIe GPUs plug into a standard PCIe Gen5 x16 slot, making them compatible with any server chassis that accepts full-height, full-length cards. They are simpler to deploy, cheaper to procure, and easier to replace. But the performance gap is real: SXM H100 delivers 30-40% more FP8 throughput than PCIe H100 in sustained training workloads because of the higher power envelope and memory bandwidth.

    SpecificationH100 SXM5H100 PCIeA100 SXM4A100 PCIe
    TDP (Watts)700W350W400W300W
    Memory Bandwidth3.35 TB/s2.0 TB/s2.0 TB/s2.0 TB/s
    NVLink Support18 links (NVLink 4.0)None12 links (NVLink 3.0)None
    FP8 TFLOPS3,9582,635N/A (FP16: 312)N/A (FP16: 312)
    Best ForTraining clusters, multi-GPU workloadsSingle-GPU inference, edge deploymentTraining (previous gen)Inference, mixed workloads

    Decision framework: Choose SXM if you are building a dedicated training cluster with 8+ GPUs per node and need maximum throughput. Choose PCIe if you are deploying inference endpoints where each GPU operates independently, or if your facility cannot support the power and cooling demands of SXM modules. SXM is not recommended if your facility only supports air cooling — the 700W TDP per GPU requires liquid cooling or high-density rear-door heat exchangers (per NVIDIA DGX H100 installation guide).

    Cloud vs colocation vs on-prem for form factor: Cloud instances abstract the SXM vs PCIe distinction entirely — you cannot choose form factor on AWS or GCP. Colocation lets you specify SXM-only nodes with NVLink, which is critical for training. On-prem SXM deployments are not necessary unless you run 24/7 training at scale exceeding 100 GPUs, where the amortization period justifies the $200K-300K per-node investment. PCIe servers don't require custom baseboards or NVSwitch ASICs, making them viable for smaller on-prem inference setups.

    GYGO's GPU purchase marketplace lists both SXM and PCIe variants with real-time pricing from verified resellers.

    3. Liquid Cooling vs Air Cooling — Power Density & PUE Impact

    TL;DR: Air cooling caps at 25-30 kW per rack with PUE 1.3-1.5. Direct liquid cooling handles 80-120+ kW per rack at PUE 1.05-1.10, saving $18K-25K annually per rack. GB200 NVL72 mandates liquid cooling — there is no air-cooled option. For any deployment above 30 kW per rack, liquid cooling is a requirement, not a choice.

    The shift from A100 (400W TDP) to H100 SXM (700W TDP) to GB200 (1,000W+ TDP per GPU module) has made cooling the defining constraint of modern GPU data centers. An 8xH100 DGX server draws 10.2 kW. Pack four of those into a rack and you need 40+ kW of cooling capacity — well beyond what traditional raised-floor air cooling can handle.

    Air cooling moves heat from server heatsinks into the data center hot aisle using fans, then exhausts it through CRAC/CRAH units. It works reliably up to 25-30 kW per rack but becomes impractical beyond that threshold. Power Usage Effectiveness (PUE) for air-cooled GPU facilities typically ranges from 1.3 to 1.5, meaning 30-50% of total power goes to cooling infrastructure rather than compute.

    Direct liquid cooling (DLC) runs coolant through cold plates mounted directly on GPU dies, removing heat at the source. It supports 80-120+ kW per rack, enabling much denser GPU deployments. PUE drops to 1.05-1.10 because liquid transfers heat 25x more efficiently than air. NVIDIA's GB200 NVL72 requires liquid cooling — there is no air-cooled option for the Blackwell NVL rack.

    MetricAir CoolingRear-Door Heat ExchangerDirect Liquid Cooling
    Max kW per rack25-30 kW40-50 kW80-120+ kW
    Typical PUE1.3 - 1.51.15 - 1.251.05 - 1.10
    Compatible GPUsA100, H100 PCIe, L40SH100 SXM (limited density)H100 SXM, H200, GB200 NVL72
    Retrofit costExisting infrastructure$15K-25K per rack$50K-100K per rack + plumbing
    Annual energy savings (40 kW rack)Baseline~$8K-12K vs air~$18K-25K vs air

    Configuration negation: Rear-door heat exchangers are not recommended if you plan to exceed 50 kW per rack — they hit their thermal ceiling and cannot scale to GB200 densities (per CoolIT Systems DLC specifications). Immersion cooling is unnecessary for standard H100 SXM deployments; direct-to-chip liquid cooling handles the thermal load at lower complexity. Air cooling doesn't require any plumbing retrofit, but it caps your deployment density at 25-30 kW per rack regardless of available floor space.

    Cloud vs colocation vs on-prem for cooling: Cloud providers manage cooling transparently — you cannot choose cooling type on AWS or GCP. Colocation facilities vary widely: some offer DLC-ready racks while others only support air cooling. On-prem liquid cooling requires dedicated mechanical engineering staff and $500K+ in plumbing infrastructure, which is not justified unless you operate 50+ racks continuously.

    The Jetstream Contrast: Air cooling is fine for inference-focused deployments with L40S or A100 PCIe cards at moderate density. But if you are deploying H100 SXM or GB200 training clusters, liquid cooling is not a luxury — it is a prerequisite. When browsing GYGO Place facilities, filter for DLC-ready sites if you plan to run anything above 30 kW per rack.

    4. Power Density Requirements — kW per Rack for Different GPU Configs

    TL;DR: A single DGX H100 draws 10.2 kW; four per rack equals 40-45 kW requiring direct liquid cooling. The GB200 NVL72 draws approximately 120 kW per rack. Always multiply compute power by facility PUE — a 40 kW load at PUE 1.3 pulls 52 kW from the grid, adding thousands of dollars annually per rack in energy overhead.

    Power density is the single most common reason GPU colocation deals fall through. A facility may have available rack space but lack the electrical capacity to power high-density GPU systems. Understanding your power requirements before contacting facilities saves weeks of back-and-forth.

    A standard enterprise server rack draws 5-8 kW. A single NVIDIA DGX H100 system (8xH100 SXM + 2 CPUs + networking) draws 10.2 kW. A DGX SuperPOD with 32 DGX units needs a dedicated 400+ kW power feed. The GB200 NVL72, which packs 72 Blackwell GPUs into a single liquid-cooled rack, draws approximately 120 kW. These numbers exclude networking switches, storage, and cooling overhead.

    ConfigurationGPUs per RackPower Draw (kW)Cooling Required
    4x RTX 4090 servers (inference)168-12 kWAir cooling
    2x A100 PCIe servers1612-16 kWAir cooling
    2x DGX H100 (8xSXM each)1620-22 kWRear-door HX or DLC
    4x DGX H1003240-45 kWDLC required
    GB200 NVL72 rack72~120 kWDLC mandatory

    Cloud vs colocation vs on-prem for power: Cloud pricing bundles power costs into hourly rates, making power density invisible but expensive at scale. Colocation exposes power as a direct cost — you pay per kW provisioned, so over-provisioning wastes money. On-prem facilities give maximum control over power contracts but require negotiating directly with utilities, which is not necessary for deployments under 1 MW total. Dual-feed utility power is not required for most GPU deployments — UPS with generator backup (standard in Tier 3) provides sufficient redundancy per Uptime Institute guidelines.

    When calculating your total facility power requirement, multiply compute power by the facility's PUE. A 40 kW compute load in a facility with 1.3 PUE actually draws 52 kW from the grid. At $0.08/kWh, that difference adds $8,400/year in power costs per rack. This is why PUE matters — and why our colocation ROI calculator factors in PUE when estimating total cost of ownership.

    5. GPU Memory Hierarchy — HBM3 vs HBM3e vs GDDR6X

    TL;DR: GDDR6X (RTX 4090) offers 24 GB at 1.0 TB/s for small models. HBM3 (H100) delivers 80 GB at 3.35 TB/s. HBM3e (H200) provides 141 GB at 4.8 TB/s — a 43% bandwidth boost that directly improves inference throughput. For memory-bandwidth-bound workloads, upgrading from H100 to H200 outperforms adding more H100 GPUs.

    GPU memory technology determines two critical metrics: how much model you can fit on a single GPU (capacity) and how fast you can feed data to the GPU's compute cores (bandwidth). These constraints directly affect which parallelism strategies you need, how many GPUs a workload requires, and ultimately your cost per token or cost per training run.

    GDDR6X is the memory technology used in consumer and workstation GPUs like the RTX 4090. It provides 24 GB of capacity at 1.0 TB/s bandwidth. This is sufficient for inference on models up to 13B parameters (quantized) and fine-tuning models up to 7B with QLoRA, but it cannot fit larger models without aggressive quantization.

    HBM3 (High Bandwidth Memory, third generation) is used in the H100 and MI300X. The H100 SXM5 provides 80 GB at 3.35 TB/s. The MI300X uses HBM3 stacks to deliver 192 GB at 5.3 TB/s — enough to fit a 70B model in BF16 on a single GPU without quantization. HBM3 achieves its bandwidth advantage by stacking memory dies vertically and connecting them to the GPU via a silicon interposer with thousands of parallel data lanes.

    HBM3e is the enhanced version used in the H200 (141 GB at 4.8 TB/s) and GB200 (192 GB at 8.0 TB/s). The "e" denotes higher per-pin data rates, delivering a 43% bandwidth increase over HBM3 at the same stack count. For inference workloads where throughput is memory-bandwidth-bound (autoregressive token generation), the move from H100 (HBM3) to H200 (HBM3e) delivers a proportional throughput improvement without any code changes.

    Memory TypeGPU ExampleCapacityBandwidthBest For
    GDDR6XRTX 409024 GB1.0 TB/sSmall model inference, fine-tuning (≤7B)
    HBM3H100 SXM580 GB3.35 TB/sTraining, multi-GPU inference
    HBM3MI300X192 GB5.3 TB/sLarge model single-GPU, 70B+ BF16
    HBM3eH200141 GB4.8 TB/sInference throughput, 70B quantized
    HBM3eGB200192 GB8.0 TB/sFoundation model pre-training

    What you don't need: GDDR6X doesn't require HBM-class cooling or power infrastructure — RTX 4090 inference nodes run on standard air cooling at 450W TDP. HBM3e is not necessary for models under 13B parameters; at that scale, GDDR6X provides sufficient bandwidth and capacity (per NVIDIA TensorRT-LLM benchmarks). Upgrading from HBM3 to HBM3e is not recommended if your workload is compute-bound rather than memory-bandwidth-bound — pre-training large models benefits more from additional FLOPS than from extra memory bandwidth.

    When renting GPUs on GYGO, memory capacity and bandwidth should drive your selection more than raw FLOPS. A memory-bandwidth-bound inference workload will see more benefit from upgrading H100 to H200 (43% bandwidth gain) than from adding more H100 GPUs.

    6. Multi-GPU Topologies — NVSwitch, NVLink Bridge & PCIe Switching

    TL;DR: NVSwitch mesh (SXM DGX systems) provides full 900 GB/s all-to-all connectivity across 8 GPUs, required for tensor parallelism. NVLink Bridge links exactly two GPUs at 112.5 GB/s. PCIe multi-GPU offers 25-30 GB/s effective bandwidth, sufficient for data parallelism but inadequate for tensor parallelism across the node.

    How GPUs communicate within a server node determines the efficiency of multi-GPU parallelism. There are three dominant topologies in 2026 deployments, each with different bandwidth, latency, and cost characteristics.

    NVSwitch mesh (SXM systems): NVIDIA's DGX and HGX platforms use NVSwitch ASICs to create an all-to-all mesh between 8 GPUs. Every GPU can communicate with every other GPU at full NVLink bandwidth simultaneously. The DGX H100 has four NVSwitch chips providing 900 GB/s per GPU in a fully non-blocking topology. This is the gold standard for tensor parallelism because no GPU-to-GPU path is slower than any other.

    NVLink Bridge (consumer/workstation): The RTX 4090 and some workstation GPUs support NVLink Bridge, which creates a point-to-point link between exactly two GPUs. Bandwidth is 112.5 GB/s (NVLink 3.0 on RTX 4090). This helps for 2-GPU inference or training setups but does not scale beyond a pair. Most consumer motherboards support at most two NVLink-bridged GPUs.

    PCIe switching: In PCIe-based multi-GPU servers, GPUs communicate through the PCIe root complex and CPU, adding latency and limiting bandwidth. PCIe Gen5 x16 delivers 64 GB/s per GPU, but actual GPU-to-GPU bandwidth through the CPU switch fabric is often 25-30 GB/s due to NUMA topology and contention. This is adequate for data parallelism (gradient AllReduce) where communication is periodic, but too slow for tensor parallelism where GPUs exchange activations continuously.

    Topology Decision Matrix

    • NVSwitch mesh (8 GPUs, SXM): Required for tensor parallelism in training. Cost: $200K-300K per node (DGX H100). Best for: pre-training, large-scale fine-tuning.
    • NVLink Bridge (2 GPUs): Useful for doubling memory capacity for inference. Cost: ~$100 for the bridge connector. Best for: 2-GPU inference setups, budget research.
    • PCIe multi-GPU (4-8 GPUs): Sufficient for data parallelism and independent inference endpoints. Cost: $30K-80K per server. Best for: inference serving, embarrassingly parallel batch jobs.

    The Jetstream Contrast: An 8xH100 PCIe server costs roughly 40% less than a DGX H100. But without NVSwitch, tensor parallelism across all 8 GPUs is not feasible — each GPU must hold the entire model or rely on slow PCIe data paths. For training workloads, the DGX premium pays for itself in throughput. For inference farms where each GPU runs an independent model replica, PCIe servers deliver better cost-per-query.

    Over-engineering warning: NVLink Bridge doesn't require NVSwitch ASICs or HGX baseboards — it is a simple physical connector between two adjacent GPUs. NVSwitch is not needed for 2-GPU setups (per NVIDIA NVLink Bridge documentation). PCIe multi-GPU topologies don't require any special interconnect hardware beyond a standard server motherboard with sufficient PCIe lanes. NVLink is not necessary for embarrassingly parallel inference workloads where each GPU serves independent requests with no inter-GPU communication.

    Cloud vs colocation topology control: Cloud instances provide fixed topologies — you cannot customize NVSwitch configurations on AWS P5 or GCP A3. Colocation with owned hardware lets you choose NVSwitch mesh vs PCIe based on workload mix. On-prem is not justified for topology control alone; colocation provides the same flexibility without facility management overhead.

    7. Data Center Tier Classifications — What They Mean for GPU Workloads

    TL;DR: Tier 3 offers 99.982% uptime (1.6 hours downtime annually) with N+1 redundancy and is sufficient for training workloads using checkpoint-restart. Tier 4 guarantees 99.995% uptime (26 minutes annually) at a 40-60% cost premium. Most AI teams should choose Tier 3 and invest the savings in better checkpointing infrastructure instead.

    The Uptime Institute's tier classification system (Tier 1-4) defines facility redundancy, power availability, and expected uptime. For GPU workloads — especially multi-day training runs that checkpoint infrequently — the tier classification of your colocation facility directly impacts your risk of lost compute.

    Tier 3 (Concurrently Maintainable): Has redundant power and cooling paths (N+1), meaning any single component can be taken offline for maintenance without affecting the compute load. Expected uptime is 99.982%, which translates to approximately 1.6 hours of downtime per year. The vast majority of GPU colocation facilities in 2026 are Tier 3. This is sufficient for most training workloads that implement checkpoint-restart.

    Tier 4 (Fault Tolerant): Has fully redundant, independent power and cooling systems (2N). Any single failure, including a complete utility power loss, does not cause downtime. Expected uptime is 99.995% (approximately 26 minutes of downtime per year). Tier 4 facilities are significantly more expensive — typically 40-60% premium over Tier 3 — and are justified only for customer-facing inference services with strict SLA requirements or for organizations running training jobs that cannot tolerate interruption.

    TierUptime SLAAnnual DowntimeRedundancyGPU Workload Fit
    Tier 299.741%22 hoursPartial (N+1 power)Development, non-critical batch jobs
    Tier 399.982%1.6 hoursN+1 (concurrently maintainable)Training with checkpointing, batch inference
    Tier 499.995%26 minutes2N (fully fault-tolerant)Real-time inference SLA, mission-critical training

    Configuration negation: Tier 2 facilities are not recommended for multi-day training runs — the 22-hour annual downtime window creates unacceptable risk of checkpoint loss. 2N power redundancy (Tier 4) is unnecessary for batch training workloads that implement checkpoint-restart every 15-30 minutes (per PyTorch distributed training best practices). Dedicated generator capacity is not required if the facility already provides N+1 UPS coverage with automatic transfer switches as per Uptime Institute Tier 3 specifications.

    For most AI teams, a Tier 3 facility with strong checkpoint infrastructure is the economically rational choice. The 40-60% cost premium of Tier 4 is only justified if your business model requires sub-minute recovery times or if your compliance framework mandates fault-tolerant infrastructure. Browse GYGO Place to filter facilities by tier classification, power density, and cooling type.

    Frequently Asked Questions

    TL;DR: Eight common questions covering NVLink vs InfiniBand tradeoffs, why SXM costs more than PCIe, DGX H100 power requirements, liquid cooling ROI, HBM3e benefits, Tier 3 vs Tier 4 trade-offs, mixed SXM and PCIe clusters, and InfiniBand bandwidth needs for distributed LLM training at different scales.
    What is the difference between NVLink and InfiniBand for GPU clusters?
    NVLink connects GPUs within a single server node at 900 GB/s (NVLink 4.0) to 1,800 GB/s (NVLink 5.0). It enables tensor parallelism by providing a shared memory domain across GPUs on the same baseboard. InfiniBand connects separate server nodes across racks at 400-800 Gb/s (NDR/NDR400). It enables data parallelism and pipeline parallelism across a cluster. You need both for large-scale training: NVLink inside each node, InfiniBand between nodes. InfiniBand is not needed for single-node inference or fine-tuning workloads that fit on one 8-GPU server.
    Why is SXM more expensive than PCIe for the same GPU chip?
    SXM modules require NVIDIA's proprietary HGX baseboard (custom motherboard), NVSwitch ASICs for the all-to-all mesh, and higher-capacity power delivery components to support 700W+ per GPU. The GPU silicon itself is identical between SXM and PCIe variants, but the surrounding infrastructure adds $50K-100K per 8-GPU node. The premium buys you 30-40% more throughput, full NVLink connectivity, and higher memory bandwidth.
    How much power does a single NVIDIA DGX H100 system draw?
    A DGX H100 system draws approximately 10.2 kW at peak load. This includes 8xH100 SXM5 GPUs (5.6 kW), 2x Intel Xeon CPUs, system memory, 10x NVMe SSDs, 4x NVSwitch chips, and networking. In a 42U rack, you can fit 4 DGX H100 units for a total of approximately 40 kW — which requires direct liquid cooling or a high-density rear-door heat exchanger.
    Is liquid cooling worth the investment for GPU data centers?
    For deployments above 30 kW per rack, liquid cooling is not optional — it is required. The ROI calculation is straightforward: a 40 kW rack with DLC at PUE 1.08 saves approximately $18K-25K per year in energy costs versus air cooling at PUE 1.4. The retrofit cost ($50K-100K per rack) pays back in 2-4 years, and you gain the ability to deploy denser GPU configurations that would be physically impossible with air cooling. For GB200 NVL72, there is no air-cooled option.
    What does HBM3e mean and why does it matter for AI workloads?
    HBM3e (High Bandwidth Memory 3 enhanced) is an upgraded version of HBM3 with higher per-pin data rates. The H200 uses HBM3e to deliver 4.8 TB/s memory bandwidth (43% more than H100's HBM3 at 3.35 TB/s) and 141 GB capacity (76% more than H100's 80 GB). For autoregressive inference, where each token generation is memory-bandwidth-bound, HBM3e directly increases tokens-per-second throughput without code changes. For training, the extra capacity means fewer GPUs needed for large models.
    Do I need a Tier 4 data center for GPU training workloads?
    Almost certainly not. Tier 3 provides 99.982% uptime (1.6 hours downtime per year) and supports concurrent maintenance of any component without disrupting your workload. Training frameworks like PyTorch and JAX support checkpoint-restart, meaning a brief power interruption loses only the work since the last checkpoint (typically 15-30 minutes). Tier 4 adds 40-60% to colocation costs for just 1.5 additional hours of uptime per year. Reserve Tier 4 for customer-facing inference endpoints with contractual SLA obligations. Tier 4 is not necessary for research or development workloads that tolerate occasional restarts.
    Can I mix SXM and PCIe GPUs in the same cluster?
    Technically yes, but it is not recommended for training workloads. The performance asymmetry between SXM nodes (with NVLink) and PCIe nodes (without NVLink) creates load imbalance in distributed training. The slowest node determines the throughput of the entire job. For inference, mixing is feasible — route latency-sensitive requests to SXM nodes and batch/throughput workloads to PCIe nodes. GYGO's rental marketplace lets you filter by form factor to provision homogeneous clusters.
    What interconnect bandwidth do I need for distributed LLM training?
    For models under 13B parameters trained on 2-8 nodes, InfiniBand HDR (200 Gb/s) is sufficient — gradient AllReduce traffic is manageable at this scale. For 70B+ models across 16+ nodes, NDR (400 Gb/s) is the minimum to avoid communication bottlenecks during pipeline parallelism. For 405B+ foundation model pre-training across 64+ nodes, NDR400 (800 Gb/s) provides the headroom to keep GPU utilization above 90%. The cost of upgrading InfiniBand is typically less than 5% of total cluster cost but can improve training throughput by 15-25% at scale.

    Ready to Build Your GPU Infrastructure?

    Whether you need to rent GPU compute for a training run, purchase hardware for a permanent cluster, or find the right colocation facility for your GPU investment, GYGO has you covered.