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/02 23:40:16 UTC

[GitHub] ashokei commented on issue #10773: specify common arch for mkldnn build, so it can be reused on all arch

ashokei commented on issue #10773: specify common arch for mkldnn build, so it can be reused on all arch
URL: https://github.com/apache/incubator-mxnet/pull/10773#issuecomment-386153872
 
 
   If we build on same machine, and use on same machine then there is no problem. I notice CI , or other use-cases where we may be building on one machine and copying mkldnn lib along with mxnet to other machine with differnt arch. This PR will make the build be compatible by using a common baseline.
   
   There will not be any performance impact, as the mkldnn kernels/primitives are generated runtime based on underlying arch. This PR is only to make the build itself compatible across systems.

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