Skip to content

fix block_size fix for GDN to xpu update_block_size_for_backend - #2

Merged
yma11 merged 2 commits into
yma11:qwen3-nextfrom
xuechendi:pr33657
Apr 2, 2026
Merged

fix block_size fix for GDN to xpu update_block_size_for_backend#2
yma11 merged 2 commits into
yma11:qwen3-nextfrom
xuechendi:pr33657

Conversation

@xuechendi

Copy link
Copy Markdown

Original, this branch suggested to fix triton_attn with block_size = 64 for XPU. Which will impact any triton_attention use case.
This PR suggested to update in xpu update_block_size_for_backend since the block_size=64 only needed by GDN (xpu version) and limitation might be removed in future.

VLLM_WORKER_MULTIPROC_METHOD=spawn python3 examples/basic/offline_inference/generate.py --model Qwen/Qwen3.5-9B  --enforce-eager  --attention-backend=TRITON_ATTN --max-model-len 4096 --temperature 0
image

Signed-off-by:  Chendi Xue <chendi.xue@intel.com>

Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
@github-actions

github-actions Bot commented Apr 2, 2026

Copy link
Copy Markdown

👋 Hi! Thank you for contributing to the vLLM project.
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 can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

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 do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

@yma11
yma11 merged commit a0a6882 into yma11:qwen3-next Apr 2, 2026
1 check passed
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.

2 participants