[GitHub] [incubator-mxnet] TaoLv commented on issue #17338: Unable to build mxnet with USE_OPENMP=OFF with MKLDNN backend

2020-01-16 Thread GitBox
TaoLv commented on issue #17338: Unable to build mxnet with USE_OPENMP=OFF with MKLDNN backend URL: https://github.com/apache/incubator-mxnet/issues/17338#issuecomment-575150538 @leezu Thanks. We need check USE_OPENMP in cmake as what we did for makefile:

[GitHub] [incubator-mxnet] TaoLv commented on issue #17338: Unable to build mxnet with USE_OPENMP=OFF with MKLDNN backend

2020-01-16 Thread GitBox
TaoLv commented on issue #17338: Unable to build mxnet with USE_OPENMP=OFF with MKLDNN backend URL: https://github.com/apache/incubator-mxnet/issues/17338#issuecomment-575073921 @cyrusbehr Could you please try to apply below change to the CMakeList file? ``` diff --git