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 2020/01/16 13:16:51 UTC

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17338: Unable to build mxnet with USE_OPENMP=OFF with MKLDNN backend

leezu edited a comment on issue #17338: Unable to build mxnet with USE_OPENMP=OFF with MKLDNN backend
URL: https://github.com/apache/incubator-mxnet/issues/17338#issuecomment-575145811
 
 
   @TaoLv this fixes the issue for me (though I didn't try linking with MKL). I'll reassign this issue to you, as it seems to be due to MKLDNN integration (ie above missing variable).
   
   Ie with your diff applied, `cmake -DUSE_CPP_PACKAGE=1 -DUSE_CUDA=0 -DUSE_MKLDNN=ON -DUSE_OPENCV=0 -DUSE_LAPACK=0 -DUSE_OPENMP=0 -GNinja ..; ninja` works

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