jinhuang415 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_r168926273
########## 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: Do we know why we use static link when use MKL as blas? Is there any mkl related function could not be supported by mklml library (I remembered we used dynamic link to mklml library instead of static link to mkl library before for MKL2017, any change so we need to use static link)? ---------------------------------------------------------------- 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
