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: [email protected] With regards, Apache Git Services
