xinyu-intel commented on a change in pull request #13681: [WIP] Making MKL-DNN default on MXNet master URL: https://github.com/apache/incubator-mxnet/pull/13681#discussion_r242769746
########## File path: Makefile ########## @@ -60,6 +60,10 @@ endif # use customized config file include $(config) +ifndef $(USE_MKLDNN) Review comment: I suggest making MKL_DNN default for linux platform first because MacOS need brew install llvm to build with MKL-DNN. ---------------------------------------------------------------- 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
