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 2019/02/21 05:47:32 UTC

[GitHub] eric-haibin-lin commented on issue #14210: Slow Async GPU Copy

eric-haibin-lin commented on issue #14210: Slow Async GPU Copy
URL: https://github.com/apache/incubator-mxnet/issues/14210#issuecomment-465870424
 
 
   How many NDArrays are you copying? I know it is not a good answer for this issue but usually I find it fast enough to prefetch the next batch of ndarrays to GPU ahead of time, while the GPU is busy computing the current batch.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services