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/09/28 18:05:30 UTC

[GitHub] [incubator-mxnet] mk-61 opened a new issue #20618: [RFC] Drop legacy cuDNN releases support in MXNet 2.0

mk-61 opened a new issue #20618:
URL: https://github.com/apache/incubator-mxnet/issues/20618


   In v8 cuDNN introduced new API. It enables more generalized support for heuristics, numerical properties of compute engines and engine knobs. It is substantially different to the legacy one, so new convolution op cache has been implemented in MXNet container and the old one has been removed. In order to upstream new API support we either need to maintain 2 convolution op caches, or drop the legacy one.
                                                                                                       
   Maintaining 2 op caches would keep legacy cuDNN releases supported, but would make the code messier.
                                                                                                       
   Secondly, it might be less painful to make this move now rather than later, with more customers moved to 2.0.
                                                                                                       
   Currently this change affects only convolution and deconvolution ops, but more operations are expected to be ported to the new API, including fused operations.


-- 
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-unsubscribe@mxnet.apache.org

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 #20618: [RFC] Drop legacy cuDNN releases support in MXNet 2.0

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


   +1


-- 
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-unsubscribe@mxnet.apache.org

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 #20618: [RFC] Drop legacy cuDNN releases support in MXNet 2.0

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


   +1


-- 
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-unsubscribe@mxnet.apache.org

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