troore commented on issue #13881: Cmake : could not find mkl (missing MKLDNN_LIBRARY) URL: https://github.com/apache/incubator-mxnet/issues/13881#issuecomment-490827089 @pengzhao-intel @yinghu5 Thanks for your quick response! And I just tried your solution @yinghu5, the cmake works well. But after that, the ninja has errors related to mkl-dnn. I just post one of them: `../include/mxnet././ndarray.h:710:51: error: expected ')' before 'mem_pd'` `explicit NDArray(mkldnn::memory::primitive_desc mem_pd)` `../include/mxnet/././ndarray.h:739:13: error: ‘primitive_desc’ in ‘struct mkldnn::memory’ does not name a type` `const mkldnn::memory::primitive_desc &desc) const;` But still thank you guys. I will just wait for your final solution after merging into master. And now I will just use OpenBLAS instead. BTW, I just posted on MXNet forum to list the issues during my building: [[MXNet Build] CMake with MKL/OpenBLAS Issues](https://discuss.mxnet.io/t/mxnet-build-cmake-with-mkl-openblas-issues/3942)
---------------------------------------------------------------- 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
