You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/17 22:11:02 UTC

[GitHub] [incubator-mxnet] likangGit opened a new issue #13881: Cmake : could not find mkl (missing MKLDNN_LIBRARY)

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=&lt;path of mkldnn&gt;  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:
users@infra.apache.org


With regards,
Apache Git Services