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/08/29 12:36:34 UTC

[GitHub] sbodenstein opened a new issue #12395: C API Thread-Safety

sbodenstein opened a new issue #12395: C API Thread-Safety
URL: https://github.com/apache/incubator-mxnet/issues/12395
 
 
   Applications using the C API sometimes require knowledge of the thread-safety of the functions in the C API. For example, it can be useful for a client to run `MXNDArrayWaitAll` in a separate thread so that the master client thread is free whilst waiting for MXNet to complete its computations. 
   
   Could the thread-safety be made official (if the implementation is thread-safe), which means documenting and testing thread-safety (particularly the waiting functions `MXNDArrayWaitAll`, `MXNDArrayWaitToWrite` and `MXNDArrayWaitToRead`)?

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