Ross ROSS = Recommend OSS · open-source software intelligence for agents

ByteDance-Seed/Triton-distributed

Distributed Compiler and Optimized Parallel Kernels observed · 2026-08-28

github.com/ByteDance-Seed/Triton-distributed · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 97
  • Release rhythm 35
  • Longevity 37

Flags: prerelease_only

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 31.0
  • age_days: 518
  • days_rel: 355
  • days_push: 21
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1526 stars · 167 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Triton-distributed is a distributed compiler built on OpenAI Triton for computation-communication overlapping on multi-GPU systems. It lets developers write high-performance distributed kernels comparable to hand-optimized libraries like Distributed-GEMM and FLUX, targeting Nvidia and AMD GPUs.

Use cases

  • write distributed GPU kernels with computation-communication overlap
  • implement expert parallelism for MoE models
  • build low-latency all-to-all communication kernels
  • optimize GEMM operations across multiple GPUs
  • profile intra-kernel performance on GPUs
  • port distributed kernel compilation to custom hardware

When to choose

  • you need custom distributed kernels beyond what standard Triton offers
  • you are training or serving large models with expert parallelism
  • you want Python-level kernel development instead of CUDA/CUTLASS
  • you need computation and communication to overlap in a single kernel

When to avoid

  • you only need single-GPU kernels (plain Triton suffices)
  • you want a turnkey distributed training framework rather than a kernel compiler
  • you target CPUs or non-GPU accelerators without porting effort

Facets

library · maturity active

compiler gpu-computing machine-learning llm-training benchmarking gpu-computing microservices deep-learning large-language-models developer-tools python triton distributed-kernels computation-communication-overlap moe expert-parallelism nvidia-gpu amd-gpu gpu linux

1 source

Member repositories

RepositoryRoleHealth v2
ByteDance-Seed/Triton-distributedmain63

For agents

markdown · JSON · MCP: product_card(name="ByteDance-Seed/Triton-distributed")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem