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 2019/07/09 02:28:02 UTC

[GitHub] [incubator-mxnet] pengzhao-intel edited a comment on issue #15483: can compile with MKLDNN + MKLML but no MKL

pengzhao-intel edited a comment on issue #15483: can compile with MKLDNN + MKLML but no MKL
URL: https://github.com/apache/incubator-mxnet/issues/15483#issuecomment-509461893
 
 
   _MKLDNN + MKLML + USE_BLAS_MKL=1 (Actually there was no MKL,I just replaced it with MKLML) with the error output:_
   
   This is not the right usage because MKLML is just a subset of MKL and only works for MKL-DNN library.
   It doesn't target to work as a full BLAS library. 
   
   You can get MKL by yum or apt to avoid web register.
   https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-yum-repo 
   https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo 
   
   As you see the "vsErf" is not included in MKLML but it's a part of MKL. 
   
   cc @TaoLv 

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