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/03/05 23:59:15 UTC

[GitHub] marcoabreu commented on issue #9993: cmake cannot build mxnet

marcoabreu commented on issue #9993: cmake cannot build mxnet
URL: https://github.com/apache/incubator-mxnet/issues/9993#issuecomment-370611181
 
 
   How come that CMake properly detects that MKL is not present
   ```
   -- Detecting Intel(R) MKL: trying mklml_intel
   -- Detecting Intel(R) MKL: trying mklml
   -- Detecting Intel(R) MKL: trying mkl_rt
   CMake Warning at 3rdparty/mkldnn/cmake/MKL.cmake:177 (message):
   Intel(R) MKL not found. Some performance features may not be available.
   Please run scripts/prepare_mkl.sh to download a minimal set of libraries or
   get a full version from https://software.intel.com/en-us/intel-mkl
   Call Stack (most recent call first):
   3rdparty/mkldnn/cmake/OpenMP.cmake:24 (include)
   3rdparty/mkldnn/CMakeLists.txt:57 (include)
   ```
   but still tries to use it?

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