anirudh2290 commented on issue #14317: std::threads spawned by mxnet must catch 
all exceptions, otherwise the whole application will terminate
URL: 
https://github.com/apache/incubator-mxnet/issues/14317#issuecomment-472981379
 
 
   Currently exceptions are caught only if they are within operator execution 
since that covers most cases. However, we can add exception handling at other 
places, for example GPUWorker catch it and save it similar to the way it is 
done in ExecuteOprBlock and set the exception for the opr_block. Then the 
exception should be handled. @mika-fischer  Would you like to contribute the 
fix ?

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


With regards,
Apache Git Services

Reply via email to