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 07:01:34 UTC

[GitHub] frankfliu edited a comment on issue #14220: Qestion bout nd.waitall()

frankfliu edited a comment on issue #14220: Qestion bout nd.waitall()
URL: https://github.com/apache/incubator-mxnet/issues/14220#issuecomment-465885263
 
 
   @Jessespace 
   MXNet ndarray use lazy evaluation, the previous operations may not finished yet. For benchmark purpose, you should use nd.wait_to_read() or nd.waitall(). 
   See: https://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html#mxnet.ndarray.NDArray.wait_to_read
   And: https://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html#mxnet.ndarray.waitall
   

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