We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8977c commit c8cf8deCopy full SHA for c8cf8de
.github/scripts/build-xpu-windows.bat
@@ -1,8 +1,11 @@
1
2
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
3
4
+REM for debugging
5
+set
6
+
7
curl -o intel-dle-installer.exe %INTEL_DLE_URL%
-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
9
type intel_dle_log.txt
10
11
if ERRORLEVEL 1 (
0 commit comments