sync the upstream updates of flashinfer (#3051)
This commit is contained in:
1
.github/workflows/pr-test-sgl-kernel.yml
vendored
1
.github/workflows/pr-test-sgl-kernel.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm
|
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm
|
||||||
pip3 uninstall sgl-kernel -y || true
|
pip3 uninstall sgl-kernel -y || true
|
||||||
|
find . -name index.lock -delete
|
||||||
cd sgl-kernel
|
cd sgl-kernel
|
||||||
git submodule deinit --all --force && git submodule sync --recursive && git submodule update --init --force --recursive
|
git submodule deinit --all --force && git submodule sync --recursive && git submodule update --init --force --recursive
|
||||||
pip3 install .
|
pip3 install .
|
||||||
|
|||||||
2
sgl-kernel/3rdparty/flashinfer
vendored
2
sgl-kernel/3rdparty/flashinfer
vendored
Submodule sgl-kernel/3rdparty/flashinfer updated: a0e99a3a82...4e8eb1879f
@@ -47,6 +47,7 @@ include_dirs = [
|
|||||||
cutlass.resolve() / "tools" / "util" / "include",
|
cutlass.resolve() / "tools" / "util" / "include",
|
||||||
root / "src" / "sgl-kernel" / "csrc",
|
root / "src" / "sgl-kernel" / "csrc",
|
||||||
flashinfer.resolve() / "include",
|
flashinfer.resolve() / "include",
|
||||||
|
flashinfer.resolve() / "include" / "gemm",
|
||||||
flashinfer.resolve() / "csrc",
|
flashinfer.resolve() / "csrc",
|
||||||
]
|
]
|
||||||
nvcc_flags = [
|
nvcc_flags = [
|
||||||
@@ -91,7 +92,12 @@ ext_modules = [
|
|||||||
"src/sgl-kernel/csrc/sampling_scaling_penalties.cu",
|
"src/sgl-kernel/csrc/sampling_scaling_penalties.cu",
|
||||||
"src/sgl-kernel/csrc/sgl_kernel_ops.cu",
|
"src/sgl-kernel/csrc/sgl_kernel_ops.cu",
|
||||||
"src/sgl-kernel/csrc/rotary_embedding.cu",
|
"src/sgl-kernel/csrc/rotary_embedding.cu",
|
||||||
|
"3rdparty/flashinfer/csrc/activation.cu",
|
||||||
|
"3rdparty/flashinfer/csrc/bmm_fp8.cu",
|
||||||
|
"3rdparty/flashinfer/csrc/group_gemm.cu",
|
||||||
|
"3rdparty/flashinfer/csrc/group_gemm_sm90.cu",
|
||||||
"3rdparty/flashinfer/csrc/norm.cu",
|
"3rdparty/flashinfer/csrc/norm.cu",
|
||||||
|
"3rdparty/flashinfer/csrc/sampling.cu",
|
||||||
],
|
],
|
||||||
include_dirs=include_dirs,
|
include_dirs=include_dirs,
|
||||||
extra_compile_args={
|
extra_compile_args={
|
||||||
|
|||||||
Reference in New Issue
Block a user