Skip to content

[xpu] bump up vllm-xpu-kernels v0.1.10 and upgrade 2618 umd#40367

Merged
jikunshang merged 7 commits into
vllm-project:mainfrom
jikunshang:kunshang/umd_2614
Jun 19, 2026
Merged

[xpu] bump up vllm-xpu-kernels v0.1.10 and upgrade 2618 umd#40367
jikunshang merged 7 commits into
vllm-project:mainfrom
jikunshang:kunshang/umd_2614

Conversation

@jikunshang

@jikunshang jikunshang commented Apr 20, 2026

Copy link
Copy Markdown
Member

Purpose

https://github.com/intel/compute-runtime/releases/tag/26.14.37833.4
https://github.com/intel/compute-runtime/releases/tag/26.18.38308.1

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.
@jikunshang jikunshang requested a review from xuechendi as a code owner April 20, 2026 13:54

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

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

Copy link
Copy Markdown
Contributor

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 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 thread docker/Dockerfile.xpu Outdated
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 && \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

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 && \
@jikunshang jikunshang force-pushed the kunshang/umd_2614 branch from 67f5c1a to 2e28fbf Compare May 25, 2026 08:40
@jikunshang jikunshang changed the title [xpu] test 2614 umd May 25, 2026
@jikunshang jikunshang changed the title [xpu] test 2618umd Jun 10, 2026
jikunshang and others added 4 commits June 17, 2026 22:55
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>
@jikunshang jikunshang changed the title [xpu] test 2618 umd in dockerfile Jun 18, 2026
@mergify

mergify Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor
@mergify mergify Bot added the documentation Improvements or additions to documentation label Jun 18, 2026
@jikunshang jikunshang added the ready ONLY add when PR is ready to merge/full CI is needed label Jun 18, 2026
jikunshang and others added 2 commits June 19, 2026 10:52
Signed-off-by: Kunshang Ji <jikunshang95@gmail.com>
@jikunshang jikunshang merged commit ec67d7a into vllm-project:main Jun 19, 2026
20 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build documentation Improvements or additions to documentation intel-gpu Related to Intel GPU ready ONLY add when PR is ready to merge/full CI is needed

2 participants