[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
@@ -576,7 +576,7 @@ def _infer_related_paths(test_file: str) -> List[str]:
"specul": ["python/sglang/srt/speculative/"],
"vision": ["python/sglang/srt/models/"],
"embed": ["python/sglang/srt/layers/"],
"kernel": ["sgl-kernel/", "python/sglang/srt/layers/"],
"kernel": ["python/sglang/kernels/aot/", "python/sglang/srt/layers/"],
"bench": ["benchmark/"],
"constrained": ["python/sglang/srt/constrained/"],
}