triton-lang/triton
Development repository for the Triton language and compiler observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 77
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 70
- age_days: 4386
- days_rel: 76
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
20017 stars · 3141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Triton is an open-source language and compiler for writing highly efficient custom deep-learning GPU kernels with Python-level productivity. It compiles tiled neural network computations via LLVM/MLIR, offering more flexibility than typical DSLs and higher productivity than raw CUDA.
Use cases
- write custom GPU kernels for deep learning
- implement fused attention or matmul kernels without CUDA
- optimize neural network primitives for NVIDIA GPUs
- prototype high-performance ML kernels in Python
- compile tiled tensor computations to GPU code
When to choose
- you need custom GPU kernels beyond what PyTorch ops provide
- you want CUDA-level performance with Python-level productivity
- you are building a compiler or runtime that generates GPU code
- you need portable kernel code across GPU architectures
When to avoid
- you only need standard neural network layers already covered by PyTorch or JAX
- you target CPUs exclusively without GPU hardware
- you need fine-grained low-level control over warp scheduling that CUDA exposes
- you want a stable, frozen API for production embedding without tracking upstream changes
Facets
library · maturity active
compiler programming-language gpu-computing machine-learning deep-learning compilers gpu-computing machine-learning deep-learning programming-languages python cpp dsl cuda-alternative kernel-authoring mlir llvm compiler-infrastructure linux gpu
2 sources
- readme: https://github.com/triton-lang/triton · fetched 2026-08-28 · 6315a1512042
- homepage: https://triton-lang.org/ · fetched 2026-08-29 · 5b0388506b7b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| triton-lang/triton | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="triton-lang/triton")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem