[xpu] bump up vllm-xpu-kernels v0.1.10 and upgrade 2618 umd#40367
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the versions of Intel Graphics Compiler, Intel Compute Runtime, and Level Zero in the XPU Dockerfile. A critical issue was identified where the Intel Graphics Compiler package filenames were incorrectly specified with a "-2" suffix, which would lead to a 404 error during the build process.
Comment on lines
+35
to
+36
| wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.32.7/intel-igc-core-2_2.32.7+21184_amd64.deb && \ | ||
| wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.32.7/intel-igc-opencl-2_2.32.7+21184_amd64.deb && \ |
Contributor
There was a problem hiding this comment.
The package filenames for Intel Graphics Compiler (IGC) version v2.32.7 have changed. The -2 suffix used in previous versions (like v2.24.8) is no longer present in the official release assets. Keeping the -2 in the filename will result in a 404 error during the build process.
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.32.7/intel-igc-core_2.32.7+21184_amd64.deb && \
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.32.7/intel-igc-opencl_2.32.7+21184_amd64.deb && \
67f5c1a to
2e28fbf
Compare
23dc3a6 to
f7ae17c
Compare
Signed-off-by: Kunshang Ji <jikunshang95@gmail.com>
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
Contributor
|
Documentation preview: https://vllm--40367.org.readthedocs.build/en/40367/ |
bigPYJ1151
approved these changes
Jun 18, 2026
Signed-off-by: Kunshang Ji <jikunshang95@gmail.com>
divineearthly
pushed a commit
to divineearthly/vllm
that referenced
this pull request
Jun 19, 2026
…ject#40367) Signed-off-by: Kunshang Ji <jikunshang95@gmail.com> Signed-off-by: Kunshang Ji <kunshang.ji@intel.com> Signed-off-by: divineearthly <divineearthly@gmail.com>
xuebwang-amd
pushed a commit
to xuebwang-amd/vllm
that referenced
this pull request
Jun 21, 2026
…ject#40367) Signed-off-by: Kunshang Ji <jikunshang95@gmail.com> Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
tunglinwood
pushed a commit
to tunglinwood/vllm
that referenced
this pull request
Jun 22, 2026
…ject#40367) Signed-off-by: Kunshang Ji <jikunshang95@gmail.com> Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
nkzhenhua
pushed a commit
to nkzhenhua/vllm
that referenced
this pull request
Jun 24, 2026
…ject#40367) Signed-off-by: Kunshang Ji <jikunshang95@gmail.com> Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
qli88
pushed a commit
to qli88/vllm
that referenced
this pull request
Jun 26, 2026
…ject#40367) Signed-off-by: Kunshang Ji <jikunshang95@gmail.com> Signed-off-by: Kunshang Ji <kunshang.ji@intel.com> Signed-off-by: Qiang Li <qiang.li2@amd.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
https://github.com/intel/compute-runtime/releases/tag/26.14.37833.4https://github.com/intel/compute-runtime/releases/tag/26.18.38308.1
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.