8000 fix USE_STATIC_MKL=0 for mkl shared. · pytorch/pytorch@03e7cd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03e7cd2

Browse files
committed
fix USE_STATIC_MKL=0 for mkl shared.
1 parent 8aa1687 commit 03e7cd2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.ci/manywheel/build_common.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ else
164164
USE_KINETO=1
165165
fi
166166

167+
:: Use mkl shared for CI.
168+
export USE_STATIC_MKL=0
169+
167170
echo "Calling setup.py bdist at $(date)"
168171

169172
if [[ "$USE_SPLIT_BUILD" == "true" ]]; then

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ if "%USE_CUDA%"=="1" (
119119
set CMAKE_CUDA_COMPILER_LAUNCHER=%TMP_DIR%/bin/randomtemp.exe;%TMP_DIR%\bin\sccache.exe
120120
)
121121

122+
:: Use mkl shared for CI.
123+
set USE_STATIC_MKL=0
124+
122125
:: Print all existing environment variable for debugging
123126
set
124127

0 commit comments

Comments
 (0)
0