Skip to content

Commit 58ee712

Browse files
committed
install intel-openmp for Windows build env.
1 parent 4a77a2e commit 58ee712

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/pytorch/win-test-helpers/build_pytorch.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ call pip install mkl==2024.2.0 mkl-static==2024.2.0 mkl-include==2024.2.0
4646
if errorlevel 1 goto fail
4747
if not errorlevel 0 goto fail
4848

49+
call pip install intel-openmp==2025.1.1
50+
if errorlevel 1 goto fail
51+
if not errorlevel 0 goto fail
52+
4953
:: Override VS env here
5054
pushd .
5155
if "%VC_VERSION%" == "" (

0 commit comments

Comments
 (0)