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 2020/11/03 13:47:52 UTC

[GitHub] [incubator-mxnet] ptrendx commented on pull request #19426: [FEATURE] Use RTC for reduction ops

ptrendx commented on pull request #19426:
URL: https://github.com/apache/incubator-mxnet/pull/19426#issuecomment-720668371


   Comparing the idle GPU memory usage by executing (on V100)
   ```python
   import mxnet as mx
   a = mx.nd.zeros((1,), ctx=mx.gpu())
   ```
   Without this PR: 1356MB used
   With this PR: 1232 MB used -> 124MB saved.


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