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

ELS-RD/kernl

Kernl lets you run PyTorch transformer models several times faster on GPU with a single line of code, and is designed to be easily hackable. observed · 2026-08-28

github.com/ELS-RD/kernl · homepage · Jupyter Notebook · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 64
  • Release rhythm 8
  • Longevity 100

Flags: archived

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: n/a
  • age_days: 1489
  • days_rel: n/a
  • days_push: 217
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1584 stars · 98 forks observed · 2026-08-28

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

Kernl is an open-source PyTorch model optimization library that accelerates transformer inference on GPUs with a single line of code, using OpenAI Triton kernels, CUDA Graphs, and TorchDynamo. It is now archived, with its Triton debugger upstreamed to the official Triton repository.

Use cases

  • speed up pytorch transformer inference on gpu
  • optimize huggingface models without rewriting them
  • learn how flash attention works with tutorials
  • write and debug custom triton gpu kernels
  • avoid tensorrt or onnx export for model acceleration

When to choose

  • you want one-line GPU acceleration for PyTorch transformer models
  • you want readable, hackable Triton kernels instead of CUDA C
  • you want educational tutorials on matmul, online softmax, and flash attention

When to avoid

  • you need actively maintained software - the project is archived
  • you need production inference serving beyond transformer optimization
  • you do not have an NVIDIA GPU

Facets

library · maturity abandoned

machine-learning llm-inference gpu-computing benchmarking machine-learning deep-learning gpu-computing developer-tools python triton cuda-kernels pytorch-optimization flash-attention kernel-fusion archived gpu linux

2 sources

Member repositories

RepositoryRoleHealth v2
ELS-RD/kernlmain10

For agents

markdown · JSON · MCP: product_card(name="ELS-RD/kernl")

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