ashokei commented on a change in pull request #9810: remove MKL_EXPERIMENTAL
and update make files for MKL-DNN
URL: https://github.com/apache/incubator-mxnet/pull/9810#discussion_r169529057
##########
File path: docker_multiarch/arm.crosscompile.mk
##########
@@ -115,13 +100,10 @@ USE_LAPACK_PATH =
USE_INTEL_PATH = NONE
# If use MKL only for BLAS, choose static link automatically to allow python
wrapper
-ifeq ($(USE_MKL2017), 0)
+USE_STATIC_MKL = NONE
ifeq ($(USE_BLAS), mkl)
USE_STATIC_MKL = 1
Review comment:
Full MKL supports static lib option, the above flag enables that option.
mklml only support dynamic; i believe both support all blas API.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services