You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ mxnet_option(USE_SSE "Build with x86 SSE instruction support" ON IF
29
29
mxnet_option(USE_F16C "Build with x86 F16C instruction support"ON) # autodetects support if ON
30
30
mxnet_option(USE_LAPACK "Build with lapack support"ON)
31
31
mxnet_option(USE_MKL_IF_AVAILABLE "Use MKL if found"ON)
32
-
mxnet_option(USE_MKLML_MKL "Use MKLDNN variant of MKL (if MKL found)"ON IF USE_MKL_IF_AVAILABLE AND (NOTAPPLE))
32
+
mxnet_option(USE_MKLML_MKL "Use MKLDNN variant of MKL (if MKL found)"ON IF USE_MKL_IF_AVAILABLE AND (NOTAPPLE)AND (NOTMSVC) )
33
33
mxnet_option(USE_MKLDNN "Use MKLDNN variant of MKL (if MKL found)"ON IF USE_MKL_IF_AVAILABLE AND (NOTAPPLE) AND (NOTMSVC) AND (CMAKE_HOST_SYSTEM_PROCESSORSTREQUAL"x86_64") AND (NOTCMAKE_CROSSCOMPILING))
34
34
mxnet_option(USE_OPERATOR_TUNING "Enable auto-tuning of operators"ON IF NOTMSVC)
35
35
mxnet_option(USE_GPERFTOOLS "Build with GPerfTools support"OFF)
0 commit comments