[BE] Upgrade oneAPI XPU bundle to 2026.0.0#3715
Conversation
There was a problem hiding this comment.
Pull request overview
Skill files read: .github/skills/xpu-ops-pr-review/SKILL.md.
This PR updates the CI build/test environment to target Intel oneAPI/XPU 2026.0.0 across Linux and Windows, aligning the repository’s build configuration with the new support stack.
Changes:
- Bump Windows oneAPI-related package pins (and MKL static/include) to 2026.0.0 in the Windows build workflow.
- Add a Linux CI step to install the oneAPI 2026.0.0 offline installer and export
XPU_ONEAPI_PATH. - Update the Windows oneAPI installer script to support selecting 2026.0 via
XPU_VERSION.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/_windows_ut.yml |
Removes oneAPI install/pin logic from UT workflow, shifting reliance to runner provisioning. |
.github/workflows/_windows_build.yml |
Updates Windows build pins/defaults to oneAPI 2026.0 and pins mkl-static/mkl-include to 2026.0.0. |
.github/workflows/_linux_build.yml |
Adds oneAPI 2026.0.0 offline installer setup and exports XPU_ONEAPI_PATH. |
.github/scripts/install_xpu.bat |
Updates installer selection logic to allow 2026.0 when XPU_VERSION=2026.0. |
.github/scripts/build.sh |
Updates Linux-side pinned package versions to 2026.0.0 (and related components). |
|
@copilot New UT failures detected in op_ut tests (10 total). Please check these new failures and analyze whether they are caused by the PR changes. Important: Do NOT update the plan in the PR description directly. Use reply comments to update the status. Job log: https://github.com/intel/torch-xpu-ops/actions/runs/26199758244 New failures:
... and 5 more failures. See full list in artifact. Instructions:
|
Analyzed run Conclusion: these 10 new Reproducer commands for the reproducer job:
I did not apply fixes in this PR branch since root causes are outside the oneAPI upgrade scope. |
|
@copilot New UT failures detected in xpu_distributed tests (0 total). Please check these new failures and analyze whether they are caused by the PR changes. Important: Do NOT update the plan in the PR description directly. Use reply comments to update the status. Job log: https://github.com/intel/torch-xpu-ops/actions/runs/26199758244 New failures: Instructions:
|
Summary
Dependency
Validation