"docs/vscode:/vscode.git/clone" did not exist on "60a98b2de5ffab549ec768275f08c2dfb236f99b"
[FEATURE] 接入 LightOP 的 silu_and_mul 自定义算子并统一 OPT 路径
在 vllm/model_executor/layers/activation.py 中调整 SiluAndMul.forward_cuda:当 VLLM_USE_OPT_OP=1 时统一走 ops.silu_and_mul_opt_lightop(x) 在 vllm/_custom_ops.py 中新增并注册 silu_and_mul_opt_lightop(含 fake_impl),用于编译/非编译路径统一调用
Showing
Please register or sign in to comment