NVIDIA/cutlass
CUDA Templates and Python DSLs for High-Performance Linear Algebra observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
Flags: no_license
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: 12
- age_days: 3199
- days_rel: 7
- days_push: 7
- n_releases_24m: 32
Adoption not part of the score
10317 stars · 2046 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CUTLASS is NVIDIA's collection of CUDA C++ template abstractions and Python DSLs for implementing high-performance GEMM and related linear algebra computations on NVIDIA GPUs. It provides reusable, tunable kernel building blocks supporting many data types across Volta through Blackwell architectures.
Use cases
- write custom high-performance GEMM kernels for NVIDIA GPUs
- prototype CUDA kernels in Python without deep C++ expertise
- implement mixed-precision matrix multiplication with FP16, BF16, FP8, or FP4 types
- integrate optimized tensor core kernels into deep learning frameworks
- tune tiling sizes and data movement strategies for GPU performance
When to choose
- you need maximum GEMM or linear algebra performance on NVIDIA tensor cores
- you are developing custom CUDA kernels for deep learning or HPC
- you want a Python DSL for GPU kernel programming with C++-level performance
- you need support for the latest NVIDIA architectures and low-precision data types
When to avoid
- you just need a drop-in BLAS library rather than kernel building blocks (use cuBLAS)
- you target non-NVIDIA GPUs or CPUs
- you want a simple high-level API without performance tuning
Facets
library · maturity active
machine-learning deep-learning gpu-computing math compiler deep-learning gpu-computing machine-learning performance cpp python windows cross-platform cuda gemm linear-algebra tensor-cores kernels cute-dsl nvidia template-library algorithms gpu linux
3 sources
- readme: https://github.com/NVIDIA/cutlass · fetched 2026-08-28 · 8828c718bc13
- homepage: https://docs.nvidia.com/cutlass/index.html · fetched 2026-08-29 · b74e75cd5c5c
- site_page: https://docs.nvidia.com/cutlass/latest · fetched 2026-08-29 · cc6bf3a690df
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/cutlass | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem