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 2018/11/15 22:31:40 UTC

[GitHub] ThomasDelteil commented on issue #13219: using C++ interface on CPU to extract feature vector, delete NDArray::WaitAll() generate incorrect result

ThomasDelteil commented on issue #13219: using C++  interface on CPU to extract feature vector, delete NDArray::WaitAll() generate incorrect result
URL: https://github.com/apache/incubator-mxnet/issues/13219#issuecomment-439214398
 
 
   @WANG-MengJiao `NDArray::WaitAll()` makes you wait for the current operations to complete in the engine. If you don't use that, you would be reading the outputs buffer out of sync with what you expect.

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