sgl-deep-gemm 0.1.5.post1


pip install sgl-deep-gemm

  Latest version

Released: Jul 29, 2026


Meta
Author: SGLang Kernel Team
Requires Python: >=3.10

Classifiers

Programming Language
  • Python :: 3

Environment
  • GPU :: NVIDIA CUDA

Introduction

sgl-deep-gemm is a pypi package built from SGLang's customized branch of DeepGemm. Comparing with origina DeepGemm, it supports the following features to better support SGLang:

  1. ABI support: with the help of tvm-ffi wrappers, a single wheel can run on different python versions.
  2. pypi support: easy installation with pip install sgl-deep-gemm. No need to manually search for wheel links.
  3. Fast iteration: add custom kernels and bump versions at no time.

Usage

To build it locally, run bash build_sgl_deep_gemm.sh, then pip install the wheel generated under dist.

To release a new set of wheels, please contact SGLang team and run the release workflow under SGLang repo

For each major version release (0.X.Y -> 0.(X+1).0), a new branch should be created (release/v0.(X+1).0) for stability purpose.

For any incoming pull requests, it should be rebased upon dev branch. Any newly added or modified tests should be put under sgl_deep_gemm/tests

Wheel compatibility matrix

Platform Python 3
manylinux2014_aarch64
manylinux2014_x86_64

Files in release

Extras:
Dependencies:
apache-tvm-ffi (==0.1.11)