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/02/12 09:35:10 UTC

[GitHub] lebeg commented on issue #14085: Default cmake build uses openblas instead of MKL

lebeg commented on issue #14085: Default cmake build uses openblas instead of MKL
URL: https://github.com/apache/incubator-mxnet/issues/14085#issuecomment-462686327
 
 
   Yes, it is a significant problem. I did fix it in https://github.com/apache/incubator-mxnet/pull/11148, but fix was never merged. I think initially the thought behind it was that presumably MKLML wouldn't have all necessary math functions included and therefore openblas was linked to cover this cases. In reality MKLML functionality is fully sufficient, so openblas should not be linked at all when MKL or MKLML is used.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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