Skip to content

[XPU] bump vllm-xpu-kernels to v0.1.4#37641

Merged
bigPYJ1151 merged 1 commit intovllm-project:mainfrom
jikunshang:kunshang/bumb_0_1_4
Mar 20, 2026
Merged

[XPU] bump vllm-xpu-kernels to v0.1.4#37641
bigPYJ1151 merged 1 commit intovllm-project:mainfrom
jikunshang:kunshang/bumb_0_1_4

Conversation

@jikunshang
Copy link
Collaborator

@jikunshang jikunshang commented Mar 20, 2026

Purpose

vllm-xpu-kernels v0.1.4 released, with some accuracy fix.
see https://github.com/vllm-project/vllm-xpu-kernels/releases/tag/v0.1.4

Test Plan

XPU CI

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.

Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
@jikunshang jikunshang added the ready ONLY add when PR is ready to merge/full CI is needed label Mar 20, 2026
@mergify mergify bot added the ci/build label Mar 20, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the vllm-xpu-kernels dependency to version v0.1.4. However, it incorrectly points to the Python 3.8 wheel, while the project's XPU environment uses Python 3.12. This will break the build. I've suggested using the correct wheel for Python 3.12.

torchvision

vllm_xpu_kernels @ https://github.com/vllm-project/vllm-xpu-kernels/releases/download/v0.1.3/vllm_xpu_kernels-0.1.3-cp38-abi3-linux_x86_64.whl
vllm_xpu_kernels @ https://github.com/vllm-project/vllm-xpu-kernels/releases/download/v0.1.4/vllm_xpu_kernels-0.1.4-cp38-abi3-manylinux_2_28_x86_64.whl
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

The updated wheel is for Python 3.8 (cp38), but the Docker build environment for XPU (docker/Dockerfile.xpu) uses Python 3.12. This will cause the installation to fail. Please use the wheel for Python 3.12 (cp312).

vllm_xpu_kernels @ https://github.com/vllm-project/vllm-xpu-kernels/releases/download/v0.1.4/vllm_xpu_kernels-0.1.4-cp312-cp312-manylinux_2_28_x86_64.whl

@bigPYJ1151 bigPYJ1151 merged commit bdf6a0a into vllm-project:main Mar 20, 2026
16 checks passed
chooper26 pushed a commit to intellistream/vllm-hust that referenced this pull request Mar 21, 2026
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build 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.

2 participants