[Revert] Remove DeepGEMM availability check in DeepseekV32IndexerMetadataBuilder#38076
Merged
chaunceyjiang merged 1 commit intovllm-project:mainfrom Mar 26, 2026
Merged
Conversation
…dataBuilder Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
Collaborator
Author
|
/cc @MatthewBonanni PTAL. |
1 task
Contributor
There was a problem hiding this comment.
Code Review
This pull request removes the is_deep_gemm_supported import and its corresponding conditional check within the get_cudagraph_support method in vllm/v1/attention/backends/mla/indexer.py. As a result, the method will now always return AttentionCGSupport.UNIFORM_BATCH, simplifying the CUDA graph support logic. There is no feedback to provide as no review comments were made.
RhizoNymph
pushed a commit
to RhizoNymph/vllm
that referenced
this pull request
Mar 26, 2026
…dataBuilder (vllm-project#38076) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
HenryTangDev
pushed a commit
to HenryTangMain/vllm
that referenced
this pull request
Mar 27, 2026
…dataBuilder (vllm-project#38076) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
malaiwah
pushed a commit
to malaiwah/vllm
that referenced
this pull request
Mar 27, 2026
…dataBuilder (vllm-project#38076) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com> Signed-off-by: Michel Belleau <michel.belleau@malaiwah.com>
Monishver11
pushed a commit
to Monishver11/vllm
that referenced
this pull request
Mar 27, 2026
…dataBuilder (vllm-project#38076) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com> Signed-off-by: Monishver Chandrasekaran <monishverchandrasekaran@gmail.com>
nithinvc
pushed a commit
to nithinvc/vllm
that referenced
this pull request
Mar 27, 2026
…dataBuilder (vllm-project#38076) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com> Signed-off-by: Nithin Chalapathi <nithin.ch10@gmail.com>
JiantaoXu
pushed a commit
to JiantaoXu/vllm
that referenced
this pull request
Mar 28, 2026
…dataBuilder (vllm-project#38076) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
Etelis
pushed a commit
to Etelis/vllm
that referenced
this pull request
Mar 29, 2026
…dataBuilder (vllm-project#38076) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
revert #36519
see #37968
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.