DeepGEMM
DeepSeek's FP8 GEMM kernels hit 1,550 TFLOPS on H100 — no CUDA install needed
The Panel's Take
DeepGEMM is DeepSeek's open-source library of highly optimized FP8 General Matrix Multiplication (GEMM) kernels targeting NVIDIA SM90/SM100 GPUs — the H100, H800, and Blackwell class. The headline feature is a lightweight just-in-time (JIT) compiler that eliminates the need for offline CUDA compilation at install time, dramatically lowering the barrier for teams who want raw GPU throughput without complex build pipelines. The library covers FP8 and FP4 dense GEMMs, BF16 accumulation, grouped GEMMs for Mixture-of-Experts architectures with overlapped NVLink communication, and multi-query attention scoring kernels. On H800 hardware DeepGEMM posts up to 1,550 TFLOPS — competitive with hand-tuned vendor libraries — while remaining fully open source under the MIT license. For LLM inference teams running on H100/H800 clusters, DeepGEMM slots directly into inference stacks like vLLM and SGLang. It's especially notable because it came from DeepSeek's internal training infrastructure, meaning it's been battle-tested at the scale that produced some of 2026's most cost-efficient models. This isn't research code — it's production tooling going public.
Share this verdict
DeepGEMM verdict: SKIP ⏭️ 2 ships · 2 skips from the expert panel Full review: shiporskip.io/tool/deepgemm-deepseek-fp8-gemm-h100-jit-compiler-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare DeepGEMM with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/deepgemm-deepseek-fp8-gemm-h100-jit-compiler-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/deepgemm-deepseek-fp8-gemm-h100-jit-compiler-2026" alt="DeepGEMM Skip verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/deepgemm-deepseek-fp8-gemm-h100-jit-compiler-2026)<iframe src="https://shiporskip.io/embed/deepgemm-deepseek-fp8-gemm-h100-jit-compiler-2026" title="DeepGEMM ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“If you're running inference on H100s or H800s, DeepGEMM is an immediate drop-in for the hottest path in your stack. The JIT approach means you're not fighting CUDA version mismatches, and 1,550 TFLOPS is a number that makes you pay attention. Already integrates with vLLM — just use it.”
“This is only useful if you're already running H100/H800 clusters — consumer GPU users get nothing here. Documentation is still thin in places, and support for anything below SM90 is explicitly not a priority. Great for DeepSeek's own infra needs; might be too narrow for most teams.”
“DeepSeek consistently publishes its internal tooling and each release raises the efficiency ceiling for the whole industry. DeepGEMM is another piece of the puzzle that makes frontier inference cheaper — which ultimately benefits everyone downstream from model providers to end users.”
“Far outside the creative tooling space but the downstream effect matters: faster, cheaper inference means the models powering creative AI tools get cheaper to run. Not something a designer touches directly, but the efficiency wins flow through to them eventually.”