You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/15 12:15:12 UTC

[GitHub] [incubator-mxnet] sfraczek opened a new issue #19151: FindMKL.cmake small bugs

sfraczek opened a new issue #19151:
URL: https://github.com/apache/incubator-mxnet/issues/19151


   ## Description
   1. `cmake/Modules/FindMKL.cmake` doesn't search `$HOME/intel` path, but only `/opt/intel`. I believe it could search both because if mkl is installed without sudo, it is installed in `$HOME/intel`.
   2. `mklvars.sh` exports env variable `MKLROOT` therefore FindMKL should search in `ENV{MKLROOT}` instead of `ENV{MKL_ROOT}` because `MKL_ROOT` is cmake variable.
   3. Unused cmake variables `INTEL_ROOT` `INTEL_RTL_ROOT` should be replaced with `MKL_ROOT`.
   
   ## To Reproduce
   Run cmake after running source ../path/to/mklvars.sh or set environment variable MKLROOT manually and see that it doesn't find MKL properly.


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



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


[GitHub] [incubator-mxnet] sfraczek closed issue #19151: FindMKL.cmake small bugs

Posted by GitBox <gi...@apache.org>.
sfraczek closed issue #19151:
URL: https://github.com/apache/incubator-mxnet/issues/19151


   


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



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


[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #19151: FindMKL.cmake small bugs

Posted by GitBox <gi...@apache.org>.
pengzhao-intel commented on issue #19151:
URL: https://github.com/apache/incubator-mxnet/issues/19151#issuecomment-693179430


   @anko-intel 


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



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


[GitHub] [incubator-mxnet] github-actions[bot] commented on issue #19151: FindMKL.cmake small bugs

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #19151:
URL: https://github.com/apache/incubator-mxnet/issues/19151#issuecomment-692675961


   Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
   Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
   If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on [contributing to MXNet](https://mxnet.apache.org/community/contribute) and our [development guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).


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



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


[GitHub] [incubator-mxnet] sfraczek closed issue #19151: FindMKL.cmake small bugs

Posted by GitBox <gi...@apache.org>.
sfraczek closed issue #19151:
URL: https://github.com/apache/incubator-mxnet/issues/19151


   


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



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