update sgl-kernel 3rdparty (#4228)

This commit is contained in:
Yineng Zhang
2025-03-09 01:16:05 -08:00
committed by GitHub
parent 34c8898755
commit df84ab2a5b
5 changed files with 1 additions and 9 deletions

3
.gitmodules vendored
View File

@@ -7,6 +7,3 @@
[submodule "sgl-kernel/3rdparty/flashinfer"]
path = sgl-kernel/3rdparty/flashinfer
url = https://github.com/flashinfer-ai/flashinfer.git
[submodule "sgl-kernel/3rdparty/turbomind"]
path = sgl-kernel/3rdparty/turbomind
url = https://github.com/InternLM/turbomind

View File

@@ -39,7 +39,6 @@ Third-party libraries:
- [CCCL](https://github.com/NVIDIA/cccl)
- [CUTLASS](https://github.com/NVIDIA/cutlass)
- [FlashInfer](https://github.com/flashinfer-ai/flashinfer)
- [TurboMind](https://github.com/InternLM/turbomind)
### Kernel Development

View File

@@ -52,7 +52,6 @@ operator_namespace = "sgl_kernel"
cutlass_default = root / "3rdparty" / "cutlass"
cutlass = Path(os.environ.get("CUSTOM_CUTLASS_SRC_DIR", default=cutlass_default))
flashinfer = root / "3rdparty" / "flashinfer"
turbomind = root / "3rdparty" / "turbomind"
include_dirs = [
root / "include",
root / "csrc",
@@ -62,8 +61,6 @@ include_dirs = [
flashinfer.resolve() / "include" / "gemm",
flashinfer.resolve() / "csrc",
"cublas",
turbomind.resolve(),
turbomind.resolve() / "src",
]
nvcc_flags = [