likangGit opened a new issue #13881: Cmake : could not find mkl (missing MKLDNN_LIBRARY) URL: https://github.com/apache/incubator-mxnet/issues/13881 ## Description When compliting mxnet with cmake (BLAS=MKL), cmake tells me that "could not find mkl (missing MKLDNN_LIBRARY)". This is because MKLDNN_LIBRARY=MKLDNN_LIBRARY-NOTFOUND. I know i should specify the library manually, But the mkldnn library has not been complied yet. so what should i do? ## Environment info (Required) ubuntu16.04 mxnet 1.3.0 ## What have you tried to solve it? To solve this problem, i config BLAS=Atlas first. Then use command "make mkldnn" generates the mkldnn library. Now we can let BLAS=MKL, and specify the MKLDNN_LIBRARY=<path of mkldnn> manually. But,But,But this is not a right way to solve this problem, right?
---------------------------------------------------------------- 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
