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 2017/12/08 21:06:24 UTC

[GitHub] ashokei commented on issue #8974: MXNET compatibility with MKL libraries bundled in Microsoft R Open

ashokei commented on issue #8974: MXNET compatibility with MKL libraries bundled in Microsoft R Open
URL: https://github.com/apache/incubator-mxnet/issues/8974#issuecomment-350371732
 
 
   @mjmg if you do not want to use full mkl (core), please try the following.
   
   export MKLROOT=/usr/local (change to location where you have MKL2017/MKLML , not full MKL)
   
   the above export will bypass downloading MKLML/MKL2017, and will just use your location.
   
   please build with,
   make -j $(nproc) USE_OPENCV=1 USE_MKL2017=1 USE_MKL2017_EXPERIMENTAL=1 USE_BLAS=
   
   The above will build with BLAS set to MKLML and LAPACK enabled by default. The empty USE_BLAS will force the build to use MKLML's blas.
   

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