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:15:00 UTC

[GitHub] [incubator-mxnet] apeforest commented on issue #13881: Cmake : could not find mkl (missing MKLDNN_LIBRARY)

apeforest commented on issue #13881: Cmake : could not find mkl (missing MKLDNN_LIBRARY)
URL: https://github.com/apache/incubator-mxnet/issues/13881#issuecomment-575816259
 
 
   I still have this issue recently if I compile using make and USE_BLAS=mkl. If I use cmake with -DUSE_MKL_IF_AVAILABLE=ON it's also not working and complains that "-- Could NOT find MKL (missing: MKL_INCLUDE_DIR MKL_RT_LIBRARY)
   -- Found OpenBLAS libraries: /usr/local/lib/libopenblas.so
   -- Found OpenBLAS include: /usr/local/include"
   
   I did install mkl following this guide https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo. But it seems by default it's installed at ```/opt/intel/compilers_and_libraries_2020.0.166/linux/mkl``` instead of ```/opt/intel/mkl```. Not sure if this is the rootcause.
   
   Could @PatricZhao help to take a look? Thanks!

----------------------------------------------------------------
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