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/06/03 07:06:41 UTC

[GitHub] [incubator-mxnet] moneypi opened a new issue #15133: Compile failed when disable OPENMP or MKLDNN

moneypi opened a new issue #15133: Compile failed when disable OPENMP or MKLDNN
URL: https://github.com/apache/incubator-mxnet/issues/15133
 
 
   ## Description
   (Brief description of the problem in no more than 2 sentences.)
   Build from source code, when I set
   ```
   OPENMP = 1
   USE_MKLDNN = 
   ```
   I can compile success, But if I set OPENMP = 0 or  USE_MKLDNN = 0, I will compile failed
   ## Environment info (Required)
   Ubuntu 19.04 in VMware
   g++ (Ubuntu 8.3.0-6ubuntu1) 8.3.0
   
   I'm using Python 3.7.3
   
   MXNet commit hash: 5fc4fc53df74f276aafa51208142e657e9cfe42d
   
   Build config:
   I only copy config.mk from make/config.mk, if I don't change anything,I will compile succes.
   But if I set
   OPENMP =0
   or
   USE_MKLDNN = 0
   I will compile failed.
   
   ## Error Message:
   
   
   ## Steps to reproduce
   make -j4
   

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