mzhukova commented on issue #12710: Subprocess Deadlock with mxnet-mkl
URL: 
https://github.com/apache/incubator-mxnet/issues/12710#issuecomment-439246209
 
 
   Hi @fhieber ,
   So, the MKL indeed uses OpenMP threading in this case, which is the root 
cause of the hang that you observe. 
   numpy can be forced to use sequential or tbb threading by corresponding 
MKL_THREADING_LAYER settings. However, as mxnet uses libmklml which support 
only intel_thread, the good option here will be to use this workaround 
KMP_INIT_AT_FORK=false. 
   You can also check version and may be try to update the intel-openmp, as 
this issue can be already fixed in one of the latest releases.
   
   Best regards,
   Maria
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to