Dao-AILab/quack
A Quirky Assortment of CuTe Kernels observed · 2026-09-01
Health v2 · maintenance only
85/100
- Activity 100
- Release rhythm 96
- Longevity 33
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: 3.5
- age_days: 470
- days_rel: 26
- days_push: 3
- n_releases_24m: 47
Adoption not part of the score
1135 stars · 150 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
QuACK is a collection of high-performance GPU kernels (RMSNorm, LayerNorm, softmax, cross-entropy, GEMM with epilogues) written in NVIDIA's CuTe-DSL for Python. It targets modern NVIDIA GPUs (Hopper and Blackwell) and offers optional JAX bindings.
Use cases
- speed up rmsnorm and layernorm in pytorch training
- fast softmax and cross entropy kernels for llm training
- hopper and blackwell gemm with fused epilogue
- write custom cuda kernels in python with cute dsl
- use optimized kernels from jax
- get speed-of-light memory-bound kernels on h100
When to choose
- you need fast fused normalization, softmax, or cross-entropy kernels on H100/B200/RTX 50 GPUs
- you want to prototype GPU kernels in Python using CuTe-DSL
- you want drop-in kernels with optional JAX bindings
When to avoid
- you are on older GPUs like A100 or consumer pre-Ada cards
- you need CUDA versions below 12.9 or Python below 3.12
- you need a broad production-tested kernel library rather than a curated assortment
Facets
library · maturity active
gpu-computing machine-learning deep-learning gpu-computing machine-learning deep-learning developer-tools python cuda cute-dsl kernels gemm normalization softmax hopper blackwell jax linux gpu
1 source
- readme: https://github.com/Dao-AILab/quack · fetched 2026-09-01 · 10852241a891
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Dao-AILab/quack | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem