upgrade to oneapi 2026.0#451
Open
jikunshang wants to merge 6 commits into
Open
Conversation
jikunshang
force-pushed
the
kunshang/upgrade_2026.0
branch
from
July 10, 2026 07:01
ea3ebc0 to
8b68767
Compare
jikunshang
force-pushed
the
kunshang/upgrade_2026.0
branch
from
July 10, 2026 07:44
8b68767 to
22b2af8
Compare
Member
Author
|
@xiaolong-intel can you check why |
Contributor
Okay, I'll recompile and fix it. |
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>
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
jikunshang
force-pushed
the
kunshang/upgrade_2026.0
branch
from
July 14, 2026 08:18
22b2af8 to
6b00783
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s documented and pinned XPU toolchain versions to align builds and CI with oneAPI 2026.0 and PyTorch 2.13.0+xpu, ensuring consistent dependency and container references across developer docs, packaging metadata, and automation.
Changes:
- Bumped PyTorch XPU from 2.12.0+xpu to 2.13.0+xpu across requirements, build metadata, and CMake expectations.
- Updated oneAPI/toolchain references to 2026.0 (README, AGENTS, CI workflow environment path).
- Switched build container images to 2026.0-aligned tags (Dockerfile base image and manylinux builder image).
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| requirements.txt | Pins runtime/dev dependency torch to 2.13.0+xpu. |
| README.md | Updates stated requirements and install step to oneAPI 2026.0 and torch 2.13.0+xpu. |
| pyproject.toml | Updates build-system torch requirement to 2.13.0+xpu. |
| Dockerfile.xpu | Updates base image tag to oneAPI 2026.0.0 series. |
| CMakeLists.txt | Updates declared supported torch version for XPU to 2.13.0. |
| build_script/build_wheel_docker.sh | Updates docker wheel-build dependency install to torch 2.13.0+xpu. |
| AGENTS.md | Updates repo guidance to reflect oneAPI 2026.0 and torch 2.13.0+xpu. |
| .github/workflows/wheel-per-commit.yaml | Updates CI image tag and oneAPI environment script path to 2026.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
144
to
148
| "packaging>=24.2" \ | ||
| "setuptools>=77.0.3,<80.0.0" \ | ||
| "setuptools-scm>=8" \ | ||
| "torch==2.10.0+xpu" \ | ||
| "torch==2.13.0+xpu" \ | ||
| wheel \ |
Comment on lines
43
to
+47
| # than an error. | ||
| # | ||
| # TODO: we need to align torch version with used in vLLM. | ||
| # | ||
| set(TORCH_SUPPORTED_VERSION_XPU "2.12.0") | ||
| set(TORCH_SUPPORTED_VERSION_XPU "2.13.0") |
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.
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS ABOVE HAVE BEEN CONSIDERED.
Purpose
Test Plan
Test Result
(Optional) Documentation Update
BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing (anything written below this line will be removed by GitHub Actions)