8000 try to fix xla. · pytorch/pytorch@3c67fd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c67fd4

Browse files
committed
try to fix xla.
1 parent 4dce5a4 commit 3c67fd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/public/mkl.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ set_property(
2323
${MKL_ROOT}/lib ${MKL_ROOT}/lib/intel64 ${MKL_ROOT}/lib/intel64_win ${MKL_ROOT}/lib/win-x64)
2424

2525
if(UNIX)
26-
if(USE_STATIC_MKL AND 0)
26+
# if(USE_STATIC_MKL AND 0)
27+
if(USE_STATIC_MKL)
2728
foreach(MKL_LIB_PATH IN LISTS MKL_LIBRARIES)
2829
if(NOT EXISTS "${MKL_LIB_PATH}")
2930
continue()

0 commit comments

Comments
 (0)
0