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.
@@ -20,7 +30,7 @@ mxnet_option(USE_F16C "Build with x86 F16C instruction support" ON)
20
30
mxnet_option(USE_LAPACK"Build with lapack support"ON)
21
31
mxnet_option(USE_MKL_IF_AVAILABLE"Use MKL if found"ON)
22
32
mxnet_option(USE_MKLML_MKL"Use MKLDNN variant of MKL (if MKL found)"ONIFUSE_MKL_IF_AVAILABLEAND (NOTAPPLE))
23
-
mxnet_option(USE_MKLDNN"Use MKLDNN variant of MKL (if MKL found)"ONIFUSE_MKL_IF_AVAILABLEAND (NOTAPPLE) AND (NOTMSVC) AND (CMAKE_SYSTEM_PROCESSORMATCHESx86_64))
33
+
mxnet_option(USE_MKLDNN"Use MKLDNN variant of MKL (if MKL found)"ONIFUSE_MKL_IF_AVAILABLEAND (NOTAPPLE) AND (NOTMSVC) AND (CMAKE_HOST_SYSTEM_PROCESSORSTREQUAL"x86_64") AND (NOTCMAKE_CROSSCOMPILING))
24
34
mxnet_option(USE_OPERATOR_TUNING"Enable auto-tuning of operators"ONIFNOTMSVC)
25
35
mxnet_option(USE_GPERFTOOLS"Build with GPerfTools support (if found)"ON)
26
36
mxnet_option(USE_JEMALLOC"Build with Jemalloc support"ON)
@@ -41,6 +51,10 @@ mxnet_option(USE_TENSORRT "Enable infeference optimization with TensorRT
41
51
mxnet_option(USE_ASAN"Enable Clang/GCC ASAN sanitizers."OFF)
42
52
mxnet_option(ENABLE_TESTCOVERAGE"Enable compilation with test coverage metric output"OFF)
0 commit comments