AIAny
AI Infra2021
Icon for item

xFormers

Drop-in transformer building blocks with custom CUDA kernels: memory-efficient exact attention (up to ~10x faster), block-sparse attention, fused softmax/layernorm/SwiGLU ops. Cuts VRAM and speeds up diffusion and LLM training on Nvidia GPUs.

Introduction

Most teams meet xFormers without ever choosing to install it — it shows up as the line that suddenly makes a Stable Diffusion or research transformer fit in VRAM and run faster. That is the whole design philosophy: rather than a full framework, it ships à la carte attention and transformer primitives, each a hand-tuned CUDA kernel you can drop into existing PyTorch code with no boilerplate.

What Sets It Apart
  • Memory-efficient exact attention: it reorders the computation to use far less memory while staying exact (not an approximation), reportedly up to ~10x faster on A100 in f16 forward+backward — so models fit at longer sequence lengths or larger batches.
  • Composable, domain-agnostic blocks: block-sparse and sparse attention, fused softmax, fused linear layers, fused layer norm, fused dropout+bias+activation, and fused SwiGLU — you can adopt a single piece without buying into an entire framework.
  • Real reach over hype: 14k+ dependent projects rely on it, and for a long stretch it was the attention backend powering diffusion and LLM speedups before equivalent kernels reached mainstream libraries.
Who It's For + Tradeoffs

Great fit if you are a researcher or engineer who wants bleeding-edge transformer kernels that are not yet in mainstream libraries, or you simply need to shave VRAM and latency on Nvidia hardware. Look elsewhere if you are not on Nvidia/CUDA — the fast path is optimized for it, with only experimental AMD/ROCm builds and no CPU support — if you want a turnkey training framework rather than parts, or if your stack already bundles equivalent fused attention: much of xFormers' original edge has since merged upstream into PyTorch's scaled-dot-product attention.

Information

  • Websitegithub.com
  • OrganizationsMeta AI
  • AuthorsFacebook Research (Meta)
  • Published date2021/10/13

Categories

More Items

GitHub
AI Infra2025

Defines a vendor-neutral JSON/YAML semantic model specification and tooling to exchange metrics, dimensions, lineage and other business semantics across analytics, AI and BI platforms; includes a core spec, validators, converters (dbt, GoodData, Salesforce) and example models.

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.