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/03/07 08:57:51 UTC

[GitHub] [incubator-mxnet] Bumblebee1964 commented on issue #14343: Cannot generate op.h when build with mkl

Bumblebee1964 commented on issue #14343: Cannot generate op.h when build with mkl
URL: https://github.com/apache/incubator-mxnet/issues/14343#issuecomment-470441039
 
 
   Hi,
   
   you need include the right folder of the Intel MKL software package on your PATH env. var. It is probably "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.2.190\windows\redist\intel64\mkl" .
   
   I do not have access to my develop PC to check.
   
   Also, if you have configured OpenCV, you need to add the folder containing the binaries of this project to the PATH. Same for CUDNN support.
   
   Good luck
   
   By the way, are you able to compile c++ program with op.h included without errors?

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