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

HazyResearch/ThunderKittens

Tile primitives for speedy kernels observed · 2026-08-28

github.com/HazyResearch/ThunderKittens · Cuda · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 99
  • Release rhythm 35
  • Longevity 65

Flags: no_releases

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

Full methodology

Adoption not part of the score

3659 stars · 318 forks observed · 2026-08-28

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

ThunderKittens is a C++/CUDA framework of tile-based primitives for writing fast deep learning GPU kernels. It embeds natively into CUDA so developers can build high-performance kernels like FlashAttention-3 with simple, extensible code.

Use cases

  • write fast CUDA kernels for deep learning
  • implement attention kernels like FlashAttention
  • optimize matrix multiply operations on NVIDIA GPUs
  • build custom GPU kernels for LLM training and inference
  • prototype high-performance kernels without writing raw CUDA
  • use low-precision formats like MXFP8 and NVFP4 on Blackwell GPUs

When to choose

  • you need to write custom high-performance CUDA kernels for NVIDIA GPUs
  • you want kernel performance comparable to hand-tuned implementations with simpler code
  • you target modern NVIDIA architectures like Hopper or Blackwell
  • you need tile-level primitives for matrix operations in deep learning workloads

When to avoid

  • you target AMD GPUs (use HipKittens instead)
  • you rely on Ampere GPU support, which is no longer actively developed
  • you want a Python package with pip installation, since kernels must now be compiled individually
  • you need a general-purpose linear algebra library rather than kernel primitives

Facets

framework · maturity active

gpu-computing deep-learning machine-learning llm-inference llm-training deep-learning gpu-computing machine-learning large-language-models developer-tools cpp cross-platform cuda kernels tile-primitives flash-attention nvidia blackwell hopper performance dsl gpu linux

1 source

Member repositories

RepositoryRoleHealth v2
HazyResearch/ThunderKittensmain70

For agents

markdown · JSON · MCP: product_card(name="HazyResearch/ThunderKittens")

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