vllm-project/vllm

[Feature]: Fused Kernel for GPT-OSS Router

Open

#28,986 创建于 2025年11月19日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)Python (80,034 star) (16,816 fork)batch import
feature requestgood first issuehelp wantedstale

描述

🚀 The feature, motivation and pitch

  • Right now, we spend ~3.5% of the layer in the expert selection
  • The operation is unfused

Write a fused kernel like we have for deepseek grouped_topk

Alternatives

  • torch compile
  • triton
  • cuda

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

贡献者指南