openai/blocksparse
Efficient GPU kernels for block-sparse matrix multiplication and convolution observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 3192
- days_rel: n/a
- days_push: 1182
- n_releases_24m: 0
Adoption not part of the score
1068 stars · 198 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python package of TensorFlow ops and custom CUDA GPU kernels for block-sparse matrix multiplication and convolution, plus related ops like edge bias and sparse weight/layer norm. Developed by OpenAI to accelerate sparse neural network training on Nvidia GPUs.
Use cases
- speed up training of sparse neural networks on gpu
- block-sparse matrix multiplication in tensorflow
- train large language models with sparse weights
- block-sparse convolution kernels for cuda
- reduce gpu compute cost of dense matmul via sparsity
When to choose
- you use TensorFlow 1.x on Linux with an Nvidia Pascal/Maxwell GPU and want block-sparse ops
- you need fast custom CUDA kernels for sparse matmul or convolution
- you're reproducing OpenAI's block-sparse GPU kernel research
When to avoid
- you use modern frameworks like PyTorch or TensorFlow 2.x
- you need cross-platform or Windows/macOS support
- you want a maintained library - it targets old CUDA/TensorFlow versions and sees little activity
Facets
library · maturity maintenance
machine-learning gpu-computing deep-learning machine-learning deep-learning gpu-computing python cuda-kernels block-sparse sparse-matmul tensorflow-ops sparse-convolution linux gpu
1 source
- readme: https://github.com/openai/blocksparse · fetched 2026-08-28 · 2acd55851a64
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| openai/blocksparse | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="openai/blocksparse")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem