LeCompute, technical analysis of AI compute and infrastructure

Featured

MLPerf RAG finally measures the full pipeline, but not yet the service

MLPerf E2E-RAG times ingestion, retrieval, reranking and four LLM roles inside a multi-hop loop. Its throughput is comparable, but the Offline scenario and 35% reference accuracy bound the verdict.

LeCompute is a French publication that dissects AI infrastructure: GPUs and silicon, HBM memory and interconnects, inference runtimes like vLLM and llama.cpp, quantization and edge AI. Technical analysis and reproducible benchmarks, from the silicon to the code, no hype.

Lire nos articles en français

Technical analysis of AI infrastructure

See all deep dives →

Silicon

BlueField-4 vs Pensando Salina: the DPU enters the inference data path

BlueField-4 and Pensando Salina compute no tokens. They move networking, storage, security and selected KV-cache transfers away from the host CPU. Here is the data path that can free the GPU, or merely move the bottleneck.

11 min read
  • BlueField-4
  • Pensando Salina
  • DPU
  • KV Cache

Costs

MLPerf Endpoints: can inference providers finally be compared?

MLPerf Endpoints measures an inference service through its API at several load levels. Version 0.7 finally traces the curve between throughput, TTFT, TPOT and quality, but it does not normalize cost yet.

12 min read
  • MLPerf
  • LLM Inference
  • Benchmark
  • TTFT

Silicon

UALink 2.0 vs NVLink 6: when the network computes all-reduce

UALink 2.0 standardizes compute inside the network; NVLink 6 integrates it into its switches. Here is what the mechanism changes, and why Helios and Vera Rubin still cannot be ranked.

14 min read
  • UALink 2.0
  • UALoE
  • NVLink 6
  • in-network compute

Runtimes

DWDP for MoE inference: move weights, not tokens

Expert parallelism moves tokens to weights. DWDP reverses the path, prefetching remote expert weights and removing cross-rank synchronization. The bet works inside a narrow regime.

11 min read
  • DWDP
  • MoE
  • SGLang
  • TensorRT-LLM

Silicon

RTX PRO 6000 or three RTX 5090s: 96 GB is not one memory pool

An RTX PRO 6000 and three RTX 5090s each add up to 96 GB of GDDR7. For an LLM, that is where the equality ends: one pool, one sharded model and three independent replicas pay different costs.

10 min read
  • RTX PRO 6000
  • RTX 5090
  • Local LLM
  • multi-GPU