Skip to content

Conversation

@yugong333
Copy link

@yugong333 yugong333 commented Oct 21, 2025

Essential Elements of an Effective PR Description Checklist

  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.

Purpose

  1. Loading the kernel configs of fused_moe_lora kernel
  2. Separate shrink and expand kernel configs in the fused_moe_lora function
  3. Adding num_stages and num_warps parameters in the configs

Note: Based on PR vllm-project#21229 and vllm-project#26319

Test Plan

Test Result

Together with vllm-project#26319 we can improve the OTPS 80% - 90% in GPT-OSS-120B when concurrency is 1 or 2.

image

(Optional) Documentation Update

kfhfar and others added 30 commits October 13, 2025 23:08
Signed-off-by: Fardin Hoque <kfhfar@amazon.com>
…dels (vllm-project#26526)

Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Co-authored-by: Ayush Singh <ayush1009208@gmail.com>
…cifying compile sizes (vllm-project#26681)

Signed-off-by: angelayi <yiangela7@gmail.com>
…NSE (vllm-project#26742)

Signed-off-by: Jialin Ouyang <Jialin.Ouyang@gmail.com>
Signed-off-by: youkaichao <youkaichao@gmail.com>
Signed-off-by: bk-201 <joy25810@foxmail.com>
Signed-off-by: Varun Sundar Rabindranath <vsundarr@redhat.com>
Co-authored-by: Varun Sundar Rabindranath <vsundarr@redhat.com>
…-project#24024)

Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: Heng Guo <heng.guo@intel.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
Signed-off-by: bk-201 <joy25810@foxmail.com>
Signed-off-by: Danielle Robinson <dmmaddix@amazon.com>
Update to default_act_function and pass as callable
Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com>
…d. (alternative PR) (vllm-project#26718)

Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com>
… ` (vllm-project#20983)

Signed-off-by: Max Wittig <max.wittig@siemens.com>
Signed-off-by: Antoine Auger <antoineauger@users.noreply.github.com>
Co-authored-by: Antoine Auger <antoineauger@users.noreply.github.com>
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
DarkLight1337 and others added 27 commits October 18, 2025 23:57
Signed-off-by: iAmir97 <Amir.balwel@embeddedllm.com>
Co-authored-by: iAmir97 <Amir.balwel@embeddedllm.com>
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
Signed-off-by: Chen Wu <cntryroa@gmail.com>
Signed-off-by: Chen Wu <cntryroa@gmail.com>
Signed-off-by: Chen Wu <cntryroa@gmail.com>
Signed-off-by: Chen Wu <cntryroa@gmail.com>
enable passing activation func so act_wrapper in lora will be called …
…tural output are enabled (vllm-project#26586)

Signed-off-by: southfreebird <yvorott@gmail.com>
…ole` (vllm-project#27166)

Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Signed-off-by: uyzhang <yi.zhang.4096@gmail.com>
Signed-off-by: Yi Zhang <zhangyi970819@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Roger Wang <hey@rogerw.io>
Signed-off-by: Andy Lo <andy@mistral.ai>
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com>
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
Signed-off-by: Eugene Khvedchenia <ekhvedchenia@nvidia.com>
Signed-off-by: Natan Bagrov <nbagrov@nvidia.com>
Signed-off-by: Roger Wang <hey@rogerw.io>
Co-authored-by: Natan Bagrov <nbagrov@nvidia.com>
Co-authored-by: Roger Wang <hey@rogerw.io>
… H100 (FP8/BF16) (vllm-project#26268)

Signed-off-by: Shivam <shivampr.dev@gmail.com>
vllm-project#23812)

Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: Heng Guo <heng.guo@intel.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors.

You ask your reviewers to trigger select CI tests on top of fastcheck CI.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

If you have any questions, please reach out to us on Slack at https://slack.vllm.ai.

🚀

@yugong333 yugong333 changed the base branch from fused_moe_lora to main October 21, 2025 15:17
@yugong333 yugong333 closed this by deleting the head repository Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.