[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
+1 -1
View File
@@ -84,7 +84,7 @@ else
cd "${REPO_ROOT}" && ${PIP_INSTALL} -v -e "python[dev_musa]" --user
cd "${REPO_ROOT}/sgl-kernel"
cd "${REPO_ROOT}/python/sglang/kernels/aot"
rm -f pyproject.toml && mv pyproject_musa.toml pyproject.toml && MTGPU_TARGET=mp_31 python3 setup_musa.py install --user
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
fi
+1 -1
View File
@@ -10,7 +10,7 @@
# Usage:
# rename_wheels_musa.sh <musa_suffix> [wheel_dir]
# Example:
# rename_wheels_musa.sh 43 sgl-kernel/dist
# rename_wheels_musa.sh 43 python/sglang/kernels/aot/dist
set -euxo pipefail
if [[ $# -lt 1 || $# -gt 2 ]]; then