Skip to content

Commit f163b03

Browse files
authored
[BE] Upgrade XPU support package to 2026.1 in Windows CICD (#8375)
1 parent 4343bee commit f163b03

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/scripts/install_xpu.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ REM BKM reference: https://www.intel.com/content/www/us/en/developer/articles/to
55
:xpu_bundle_install_start
66

77
set XPU_BUNDLE_PARENT_DIR=C:\Program Files (x86)\Intel\oneAPI
8-
set XPU_BUNDLE_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e5a5ada1-6bce-45ed-ac6e-e3b79d7a847e/intel-deep-learning-essentials-2025.3.2.35_offline.exe
8+
set XPU_BUNDLE_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d2148e15-b3c4-4313-afa9-a2373318b0b5/intel-deep-learning-essentials-2026.0.0.613_offline.exe
99
set XPU_BUNDLE_PRODUCT_NAME=intel.oneapi.win.deep-learning-essentials.product
10-
set XPU_BUNDLE_VERSION=2025.3.2+34
10+
set XPU_BUNDLE_VERSION=2026.0.0+611
1111
set XPU_BUNDLE_INSTALLED=0
1212
set XPU_BUNDLE_UNINSTALL=0
1313
set XPU_EXTRA_URL=NULL
@@ -16,9 +16,9 @@ set XPU_EXTRA_VERSION=2025.0.1+1226
1616
set XPU_EXTRA_INSTALLED=0
1717
set XPU_EXTRA_UNINSTALL=0
1818

19-
if not [%XPU_VERSION%]==[] if [%XPU_VERSION%]==[2026.0] (
20-
set XPU_BUNDLE_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d2148e15-b3c4-4313-afa9-a2373318b0b5/intel-deep-learning-essentials-2026.0.0.613_offline.exe
21-
set XPU_BUNDLE_VERSION=2026.0.0+611
19+
if not [%XPU_VERSION%]==[] if [%XPU_VERSION%]==[2026.1] (
20+
set XPU_BUNDLE_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5d44690a-84fb-4d3b-bc5d-caed4bab56fc/intel-deep-learning-essentials-2026.1.2.22_offline.exe
21+
set XPU_BUNDLE_VERSION=2026.1.2+17
2222
)
2323

2424
:: Check if XPU bundle is target version or already installed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Install XPU support package
167167
if: ${{ matrix.gpu_arch_type == 'xpu' }}
168168
env:
169-
XPU_VERSION: '2026.0'
169+
XPU_VERSION: '2026.1'
170170
run: |
171171
cmd //c .\\test-infra\\.github\\scripts\\install_xpu.bat
172172
- name: Update NVIDIA driver

0 commit comments

Comments
 (0)