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

deepseek-ai/DeepGEMM

DeepGEMM: clean and efficient BLAS kernel library on GPU observed · 2026-08-28

github.com/deepseek-ai/DeepGEMM · Cuda · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 97
  • Release rhythm 93
  • Longevity 40
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: 19
  • age_days: 566
  • days_rel: 44
  • days_push: 22
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

7738 stars · 1216 forks observed · 2026-08-28

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

DeepGEMM is a high-performance CUDA BLAS kernel library for NVIDIA tensor cores, providing FP8, FP4, and BF16 GEMMs plus fused MoE and other LLM computation primitives with runtime JIT compilation. It is designed to be clean and simple, matching or exceeding expert-tuned libraries on Hopper (SM90) and Blackwell (SM100) GPUs.

Use cases

  • speed up fp8 gemm kernels for llm inference on h100
  • efficient moe fused kernels with overlapped communication
  • learn nvidia gpu kernel optimization techniques
  • bf16 matrix multiplication on sm90 gpus
  • integrate fast gemm into a training framework
  • mqa scoring kernels for lightning indexer

When to choose

  • you need near-peak tensor core GEMM performance on SM90/SM100 NVIDIA GPUs
  • you want a small, readable CUDA codebase for studying kernel optimization
  • you need FP8/FP4 GEMMs or fused MoE kernels for LLM workloads without heavy template frameworks

When to avoid

  • you need BLAS on non-NVIDIA hardware or pre-Hopper GPUs
  • you need a general-purpose BLAS with broad routine coverage beyond GEMM-style operations
  • you require a stable API with long-term compatibility guarantees

Facets

library · maturity active

machine-learning gpu-computing llm-inference llm-training benchmarking deep-learning large-language-models gpu-computing machine-learning developer-tools python cpp cuda gemm blas tensor-cores fp8 moe jit-compilation kernel-optimization linux gpu

1 source

Member repositories

RepositoryRoleHealth v2
deepseek-ai/DeepGEMMmain84

For agents

markdown · JSON · MCP: product_card(name="deepseek-ai/DeepGEMM")

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