NeoZhangJianyu commented on issue #14670: Default build with CMake not using MKL URL: https://github.com/apache/incubator-mxnet/issues/14670#issuecomment-481931269 @larroy I'm fixing this issue now. There are several problems for this issue: 1. $MKLROOT is set by MKL installation, but this cmake expect $MKL_ROOT. 2. If MKLDNN is used, it will use OpenBLAS, instead of MKL as BLAS. 3. Wrong dependence check in MKLDNN and MKL. It will make the MKL check is fault. I have fixed it in linux locally. But the solution need to be reviewed. And we need to fix it in windows build too. (The cmakefile support linux, windows and mac in same time) So it will take more days to be verified and committed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
