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/03/04 09:33:15 UTC

[GitHub] [incubator-mxnet] JohnLee168 edited a comment on issue #11458: Multithreading error.

JohnLee168 edited a comment on issue #11458: Multithreading error.
URL: https://github.com/apache/incubator-mxnet/issues/11458#issuecomment-469181946
 
 
   Had dead lock problem too using c_predict_api.
   I use 10 different PredictorHandles created by MXPredCreate() and for each PredictorHandle calling MXPredSetInput(), MXPredForward() and MXPredGetOutput() functions to inference in 10 threads, and after several hours, I got dead lock in MXPredForward, MXPredSetInput or MXPredGetOutput.

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