matteosal commented on issue #20301:
URL: 
https://github.com/apache/incubator-mxnet/issues/20301#issuecomment-872123369


   > @matteosal Are you sure that your $mkl_dir path is proper one? In my 
environment I have
   > -DMKL_INCLUDE_DIR=/home/bg/miniconda3/envs/mxnet/**include**
   > -DBLAS_LIBRARIES="/home/bg/miniconda3/envs/mxnet/**lib**/libmkl_def.so;
   >     /home/bg/miniconda3/envs/mxnet/**lib**/libmkl_intel_ilp64.so;
   >     /home/bg/miniconda3/envs/mxnet/**lib**/libmkl_core.so;
   >     /home/bg/miniconda3/envs/mxnet/**lib**/libmkl_intel_thread.so;
   >     /home/bg/miniconda3/envs/mxnet/**lib**/libiomp5.so"
   > 
   > Notice that include_dir have different path than BLAS_LIBRARIES **lib** vs 
**include**
   
   Yes that's because for some reason our reference internal MKL checkout has a 
non-standard file layout, all includes and libraries are dumped into the same 
folder (`$mkl_dir`) in my script. 
   If there was a problem with this it would have failed at build time, and we 
have been building and intensively using mxnet with this setup for years. Also 
I don't see any symbol lookup errors anymore, so I'd rule out that something is 
wrong with the MKL path.


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

To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to