Skip to content

Commit c8cf8de

Browse files
Update XPU Windows script
1 parent 3f8977c commit c8cf8de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/scripts/build-xpu-windows.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11

22
set INTEL_DLE_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/75d4eb97-914a-4a95-852c-7b9733d80f74/intel-deep-learning-essentials-2025.1.3.8_offline.exe
33

4+
REM for debugging
5+
set
6+
47
curl -o intel-dle-installer.exe %INTEL_DLE_URL%
5-
start /wait "Intel DLE Install" intel-dle-installer.exe -r -a --eula=accept -p=NEED_VS2022_INTEGRATION=0 > intel_dle_log.txt 2>&1
8+
start /wait "Intel DLE Install" intel-dle-installer.exe -r --log indel_dle_log.txt -a --silent --eula=accept -p=NEED_VS2022_INTEGRATION=0
69
type intel_dle_log.txt
710

811
if ERRORLEVEL 1 (

0 commit comments

Comments
 (0)