File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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
5
5
:xpu_bundle_install_start
6
6
7
7
set XPU_BUNDLE_PARENT_DIR = C:\Program Files (x86)\Intel\oneAPI
8
- set XPU_BUNDLE_URL = https://registrationcenter-download.intel.com/akdlm/IRC_NAS/9d6d6c17-ca2d-4735-9331-99447e4a1280 /intel-deep-learning-essentials-2025.0.1.28_offline .exe
8
+ set XPU_BUNDLE_URL = https://registrationcenter-download.intel.com/akdlm/IRC_NAS/75d4eb97-914a-4a95-852c-7b9733d80f74 /intel-deep-learning-essentials-2025.1.3.8_offline .exe
9
9
set XPU_BUNDLE_PRODUCT_NAME = intel.oneapi.win.deep-learning-essentials.product
10
- set XPU_BUNDLE_VERSION = 2025.0.1+20
10
+ set XPU_BUNDLE_VERSION = 2025.1.3+5
11
11
set XPU_BUNDLE_INSTALLED = 0
12
12
set XPU_BUNDLE_UNINSTALL = 0
13
13
set XPU_EXTRA_URL = NULL
@@ -16,9 +16,9 @@ set XPU_EXTRA_VERSION=2025.0.1+1226
16
16
set XPU_EXTRA_INSTALLED = 0
17
17
set XPU_EXTRA_UNINSTALL = 0
18
18
19
- if not [%XPU_VERSION% ]== [] if [%XPU_VERSION% ]== [2025.1 ] (
20
- set XPU_BUNDLE_URL = https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1a9fff3d-04c2-4d77-8861-3d86c774b66f /intel-deep-learning-essentials-2025.1 .1.26_offline .exe
21
- set XPU_BUNDLE_VERSION = 2025.1 .1+23
19
+ if not [%XPU_VERSION% ]== [] if [%XPU_VERSION% ]== [2025.2 ] (
20
+ set XPU_BUNDLE_URL = https://registrationcenter-download.intel.com/akdlm/IRC_NAS/24751ead-ddc5-4479-b9e6-f9fe2ff8b9f2 /intel-deep-learning-essentials-2025.2 .1.25_offline .exe
21
+ set XPU_BUNDLE_VERSION = 2025.2 .1+20
22
22
)
23
23
24
24
:: Check if XPU bundle is target version or already installed
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
- name : Install XPU support package
153
153
if : ${{ matrix.gpu_arch_type == 'xpu' }}
154
154
env :
155
- XPU_VERSION : ' 2025.1 '
155
+ XPU_VERSION : ' 2025.2 '
156
156
run : |
157
157
cmd //c .\\test-infra\\.github\\scripts\\install_xpu.bat
158
158
- name : Checkout Target Repository (${{ env.REPOSITORY }})
You can’t perform that action at this time.
0 commit comments