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/06/20 14:20:14 UTC

[GitHub] [incubator-mxnet] TaoLv commented on issue #15266: could not use blas when building with cmake

TaoLv commented on issue #15266: could not use blas when building with cmake
URL: https://github.com/apache/incubator-mxnet/issues/15266#issuecomment-504044635
 
 
   @hubutui I think you mean the **BLAS** library selection. MKL-DNN is a performance library for deep learning computations rather than a BLAS library, although it provides some GEMM implementations. So MKL-DNN doesn't participate the BLAS library selection.
   
   >   Am I right that `USE_BLAS` is independent with `USE_MKLDNN`? And there is no `USE_BLAS=mkldnn`?
   
   Yes, you're 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