update sgl-kernel 3rdparty (#4228)
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
2
sgl-kernel/3rdparty/cutlass
vendored
2
sgl-kernel/3rdparty/cutlass
vendored
Submodule sgl-kernel/3rdparty/cutlass updated: ca4fdbea70...df18f5e4f5
1
sgl-kernel/3rdparty/turbomind
vendored
1
sgl-kernel/3rdparty/turbomind
vendored
Submodule sgl-kernel/3rdparty/turbomind deleted from 0c9d0c724a
@@ -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
|
||||
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user