AI Potluck
Infrastructure / Core ML frameworks & libraries

Triton

Triton (triton-lang)

Triton is a Python-embedded language and compiler for writing efficient custom GPU kernels, aiming for higher productivity than CUDA with more flexibility than other domain-specific languages. It compiles through MLIR and targets NVIDIA and AMD GPUs, with CPU support in progress. Created by Philippe Tillet at OpenAI, it is now developed under the triton-lang organization and serves as the kernel backend for PyTorch's inductor.

Verified 2026-08-13 via GitHub and the LICENSE body.

Openness

5 high confidence
5.0
license
MIT(OSI)
source
public
core-gated
ungated

MIT license body confirmed (Tillet/OpenAI copyright); full source public. The repository is public and unarchived, and the README describes the whole library with no paid, enterprise or hosted tier beside it, so source is public and the core ungated.

Adoption

5 high confidence
5.0

69,538,627 PyPI downloads of `triton` in the trailing 30 days, which falls in the top band of the software usage scale, over 10M a month, level 5. Most of these installs arrive as a PyTorch dependency rather than as a direct request; the wheel is still the product's own distribution channel, so no adjustment is made for that.

Capability

5 high confidence
5.0

Foundational kernel-authoring layer (e.g. PyTorch inductor backend) across NVIDIA/AMD GPUs.

Verified 2026-08-13