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:
[email protected]


With regards,
Apache Git Services

Reply via email to