File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
77set 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
99set 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
1111set XPU_BUNDLE_INSTALLED = 0
1212set XPU_BUNDLE_UNINSTALL = 0
1313set XPU_EXTRA_URL = NULL
@@ -16,9 +16,9 @@ set XPU_EXTRA_VERSION=2025.0.1+1226
1616set XPU_EXTRA_INSTALLED = 0
1717set 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments