Skip to content

Conversation

@morrison-turnansky
Copy link
Contributor

@morrison-turnansky morrison-turnansky commented Oct 2, 2025

Reverted in #26472, unrevert in #26502.

Purpose

update custom_ops, backend, and use_inductor refactor as discussed in #20283 (comment)

Test Plan

Test Result


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.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

@mergify mergify bot added the llama Related to Llama models label Oct 2, 2025
@github-actions
Copy link

github-actions bot commented Oct 2, 2025

👋 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.

🚀

@morrison-turnansky morrison-turnansky changed the title Issue 20283 compilation config [Frontend] Issue 20283 compilation config Oct 2, 2025
@morrison-turnansky morrison-turnansky force-pushed the issue-20283-compilation-config branch from 83aebbf to 3373dd7 Compare October 2, 2025 17:45
@morrison-turnansky morrison-turnansky marked this pull request as ready for review October 2, 2025 18:01
Copy link
Collaborator

@ProExpertProg ProExpertProg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is overall the right approach, I just threw a bunch of nits on this (it is a cleanup so we should try to simplify and clarify as much as possible)

Copy link
Collaborator

@ProExpertProg ProExpertProg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good apart from nits!

@mergify
Copy link

mergify bot commented Oct 6, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @morrison-turnansky.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Oct 6, 2025
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
…custom_ops source of truth for default behaviour of Custom Ops

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
@simon-mo simon-mo disabled auto-merge October 7, 2025 19:53
@simon-mo simon-mo merged commit 0c824fc into vllm-project:main Oct 7, 2025
49 of 51 checks passed
):
if (
self.compilation_config.level > 0
and self.compilation_config.backend != "eager"
Copy link
Contributor

@Chenyaaang Chenyaaang Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder with this setting, if the backend isn't eager, we will always use forward_native for all platforms, is this the expected behavior? @morrison-turnansky

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Chenyaaang yes I think so. If platforms are using a custom backend AND want custom ops enabled, they should override config in the platform.check_and_update_config.

mrasquinha-g pushed a commit to mrasquinha-g/vllm that referenced this pull request Oct 9, 2025
… use_inductor in favor of backend, simplify custom_ops (vllm-project#26113)

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: Morrison Turnansky <mturnans@redhat.com>
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
vllm-bot pushed a commit that referenced this pull request Oct 9, 2025
…ate use_inductor in favor of backend, simplify custom_ops" (#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
morrison-turnansky added a commit to morrison-turnansky/vllm that referenced this pull request Oct 9, 2025
…aul (vllm-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)"

This reverts commit 5728da1.
morrison-turnansky added a commit to morrison-turnansky/vllm that referenced this pull request Oct 9, 2025
…aul (vllm-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)"

This reverts commit 5728da1.
@mergify
Copy link

mergify bot commented Oct 9, 2025

⚠️ The sha of the head commit of this PR conflicts with #26502. Mergify cannot evaluate rules on this PR. ⚠️

yang926 pushed a commit to yang926/vllm_1008 that referenced this pull request Oct 9, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
Signed-off-by: yang926 <yang926@naver.com>
@mergify
Copy link

mergify bot commented Oct 10, 2025

⚠️ The sha of the head commit of this PR conflicts with #26502. Mergify cannot evaluate rules on this PR. ⚠️

1 similar comment
@mergify
Copy link

mergify bot commented Oct 10, 2025

⚠️ The sha of the head commit of this PR conflicts with #26502. Mergify cannot evaluate rules on this PR. ⚠️

xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
… use_inductor in favor of backend, simplify custom_ops (vllm-project#26113)

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: Morrison Turnansky <mturnans@redhat.com>
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Dhruvilbhatt pushed a commit to Dhruvilbhatt/vllm that referenced this pull request Oct 14, 2025
… use_inductor in favor of backend, simplify custom_ops (vllm-project#26113)

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: Morrison Turnansky <mturnans@redhat.com>
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
Signed-off-by: Dhruvil Bhatt <bhattdbh@amazon.com>
Dhruvilbhatt pushed a commit to Dhruvilbhatt/vllm that referenced this pull request Oct 14, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
Signed-off-by: Dhruvil Bhatt <bhattdbh@amazon.com>
lywa1998 pushed a commit to lywa1998/vllm that referenced this pull request Oct 20, 2025
… use_inductor in favor of backend, simplify custom_ops (vllm-project#26113)

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: Morrison Turnansky <mturnans@redhat.com>
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
lywa1998 pushed a commit to lywa1998/vllm that referenced this pull request Oct 20, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
alhridoy pushed a commit to alhridoy/vllm that referenced this pull request Oct 24, 2025
… use_inductor in favor of backend, simplify custom_ops (vllm-project#26113)

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: Morrison Turnansky <mturnans@redhat.com>
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
alhridoy pushed a commit to alhridoy/vllm that referenced this pull request Oct 24, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
… use_inductor in favor of backend, simplify custom_ops (vllm-project#26113)

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: Morrison Turnansky <mturnans@redhat.com>
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
0xrushi pushed a commit to 0xrushi/vllm that referenced this pull request Oct 26, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
0xrushi pushed a commit to 0xrushi/vllm that referenced this pull request Oct 26, 2025
…m-project#20283): deprecate use_inductor in favor of backend, simplify custom_ops" (vllm-project#26472)

Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llama Related to Llama models ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC][UX][torch.compile][CUDAGraph]: Overhaul CompilationConfig and improve CLI -O<n>

5 participants