← The AI Systems Map
L2 · ChipsFramework / toolingopen-source

Triton (OpenAI)

Python GPU kernel language cracking the CUDA moat

Triton is OpenAI's open-source Python-embedded language for writing fused GPU kernels that rival hand-tuned CUDA, now the kernel authoring layer inside PyTorch 2.x's torch.compile/Inductor. It is central to portability efforts because AMD, Intel, and others target Triton to bypass CUDA lock-in. FlashAttention-style kernels and much of modern training efficiency flow through it.

Backs

torch.compile / Inductor

Portability

AMD, Intel targets

Origin

OpenAI

Role

PyTorch Inductor backend

How it fits the stack

Triton (OpenAI) with what it depends on (above) and what it feeds (below). The figure renders as a crawlable diagram and upgrades to an interactive 3D graph as it scrolls into view.

used byused byusesdepends oncompetes withdesignsTriton (OpenAI)ChipsAMDPyTorchCUDA / software moatOpenAI
Triton (OpenAI)Feeds ↓Related

Triton (OpenAI) in the AI stack. Triton (OpenAI) with its immediate upstream dependencies (top) and downstream dependents (bottom) in the AI value chain. Hover a node in 3D, or read the full relationships below.

Graph data (text) — 5 entities, 6 relationships
  • AMDused byTriton (OpenAI)
  • PyTorchused byTriton (OpenAI)
  • PyTorchusesTriton (OpenAI)
  • PyTorchdepends onTriton (OpenAI)
  • Triton (OpenAI)competes withCUDA / software moat
  • Triton (OpenAI)designsOpenAI