[Kernel] Move sgl-kernel under sglang.kernels.aot (#32648)

This commit is contained in:
Xiaoyu Zhang
2026-07-29 17:25:00 +08:00
committed by GitHub
parent 1b9dfa14e6
commit c32c4ef79c
370 changed files with 300 additions and 269 deletions
+7 -7
View File
@@ -109,11 +109,11 @@ python scripts/release/bump_kernel_version.py 0.4.0
```
**Files updated:**
- `sgl-kernel/pyproject.toml`
- `sgl-kernel/pyproject_cpu.toml`
- `sgl-kernel/pyproject_rocm.toml`
- `sgl-kernel/pyproject_musa.toml`
- `sgl-kernel/python/sgl_kernel/version.py`
- `python/sglang/kernels/aot/pyproject.toml`
- `python/sglang/kernels/aot/pyproject_cpu.toml`
- `python/sglang/kernels/aot/pyproject_rocm.toml`
- `python/sglang/kernels/aot/pyproject_musa.toml`
- `python/sglang/kernels/aot/python/sgl_kernel/version.py`
## Manual Testing Instructions
@@ -155,8 +155,8 @@ python scripts/release/bump_kernel_version.py 0.4.0
3. **Check specific files contain the new version:**
```bash
grep -r "0.4.0" sgl-kernel/python/sgl_kernel/version.py
grep -r "0.4.0" sgl-kernel/pyproject.toml
grep -r "0.4.0" python/sglang/kernels/aot/python/sgl_kernel/version.py
grep -r "0.4.0" python/sglang/kernels/aot/pyproject.toml
```
4. **Reset changes (if testing):**