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 2021/04/27 10:46:35 UTC

[GitHub] [incubator-mxnet] RuRo opened a new issue #20224: Missing `mkl` wheels for cuda `11.0` and `11.2`.

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


   ## Description
   
   There are currently no prebuilt `MKL` wheels for `Cuda 11.0` (`mxnet-cu110mkl`) and `Cuda 11.2` (`mxnet-cu112mkl`) on [pypi.org](https://pypi.org/).
   
   Is there a reason for this? Did `mxnet` drop `MKL` support?
   
   If the answer is "Yes", please explain why and document this somewhere.
   
   If the answer is "No", please add these wheels.


-- 
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] szha commented on issue #20224: Missing `mkl` wheels for cuda `11.0` and `11.2`.

Posted by GitBox <gi...@apache.org>.
szha commented on issue #20224:
URL: https://github.com/apache/incubator-mxnet/issues/20224#issuecomment-827655641


   mkldnn is turned on by default since 1.7 and thus a separate mkl version is no longer needed.


-- 
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] szha commented on issue #20224: Missing `mkl` wheels for cuda `11.0` and `11.2`.

Posted by GitBox <gi...@apache.org>.
szha commented on issue #20224:
URL: https://github.com/apache/incubator-mxnet/issues/20224#issuecomment-827753754


   Good suggestions. I will implement them. Thanks.


-- 
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] leezu commented on issue #20224: Missing `mkl` wheels for cuda `11.0` and `11.2`.

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #20224:
URL: https://github.com/apache/incubator-mxnet/issues/20224#issuecomment-828040576


   Note that these pypi wheels don't statically link MKL Blas due to licensing restrictions of MKL, but rather used "mkldnn", now https://github.com/oneapi-src/oneDNN. If you would like to build MXNet with MKL Blas, you have to build from source.


-- 
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] RuRo commented on issue #20224: Missing `mkl` wheels for cuda `11.0` and `11.2`.

Posted by GitBox <gi...@apache.org>.
RuRo commented on issue #20224:
URL: https://github.com/apache/incubator-mxnet/issues/20224#issuecomment-827752704


   I see. I recommend documenting that on the older `mxnet-*mkl` packages.
   
   Also you might want to add placeholder packages for `mxnet-cu110mkl` and `mxnet-cu112mkl`. These packages should only provide a source distribution with a single `setup.py` file, that just instantly fails with an error message, that explains that `mkl` is available in the regular packages.


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