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 2018/05/10 05:57:48 UTC

[GitHub] pengzhao-intel commented on issue #10881: mx.sym.dot() performance on CPU

pengzhao-intel commented on issue #10881: mx.sym.dot() performance on CPU
URL: https://github.com/apache/incubator-mxnet/issues/10881#issuecomment-387960032
 
 
   @anirudh2290 Does `mshadow::expr::dot` call GEMM as well?
   yes, MKL GEMM will be much faster than other implementations.
   The pre-built version is not linked with MKL library. We're working on making a static link to MKL for pre-built binary.  

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