Checklist
Describe the bug
After rebase the latest sglang, it encountered import error: common_ops.abi3.so: undefined symbol: cuGreenCtxStreamCreate.
Reproduction
sglang commit id: e1020dc
$python ./sgl-kernel/tests/test_per_token_quant_fp8.py
Traceback (most recent call last):
File "/root/luoyuan.luo/workspace/SGLang/./sgl-kernel/tests/test_per_token_quant_fp8.py", line 6, in <module>
from sgl_kernel import sgl_per_token_quant_fp8
File "/opt/conda/lib/python3.10/site-packages/sgl_kernel/__init__.py", line 13, in <module>
from sgl_kernel import common_ops
ImportError: /opt/conda/lib/python3.10/site-packages/sgl_kernel/common_ops.abi3.so: undefined symbol: cuGreenCtxStreamCreate
Environment
sglang: 0.4.9.post2
cuda: 12.4
torch: 2.7.1
H20
Checklist
Describe the bug
After rebase the latest sglang, it encountered import error: common_ops.abi3.so: undefined symbol: cuGreenCtxStreamCreate.
Reproduction
sglang commit id: e1020dc
Environment
sglang: 0.4.9.post2
cuda: 12.4
torch: 2.7.1
H20