SGLang fork of DeepGemm
Project Links
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:
- ABI support: with the help of tvm-ffi wrappers, a single wheel can run on different python versions.
- pypi support: easy installation with
pip install sgl-deep-gemm. No need to manually search for wheel links. - 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
0.1.5.post1
Jul 29, 2026
0.1.5
Jul 24, 2026
0.1.5rc4
Jul 28, 2026
0.1.5rc3
Jul 24, 2026
0.1.5rc2
Jul 23, 2026
0.1.5rc1
Jul 22, 2026
0.1.5rc0
Jul 20, 2026
0.1.4.post1
Jul 09, 2026
0.1.4
Jun 30, 2026
0.1.4rc1
Jun 29, 2026
0.1.4rc0
Jun 27, 2026
0.1.3
Jun 16, 2026
0.1.3rc1
Jun 16, 2026
0.1.3rc0
Jun 11, 2026
0.1.2
Jun 02, 2026
0.1.1
May 29, 2026
0.1.0
May 13, 2026
0.1.0rc0
May 12, 2026
0.0.1
May 04, 2026
0.0.1rc1
May 02, 2026
0.0.1rc0
May 02, 2026