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 2017/12/19 21:49:02 UTC

[GitHub] szha commented on issue #8884: forward can't run parallelly using multi-gpus when custom operator using numpy

szha commented on issue #8884: forward can't run parallelly using multi-gpus when custom operator using numpy  
URL: https://github.com/apache/incubator-mxnet/issues/8884#issuecomment-352896627
 
 
   I guess this is an artifact of GIL since the custom op code is in python. Design-wise, to circumvent the GIL one way I see is to parse the python construct and pass it to the backend, which is not easy to do.
   
   For now, if you care about performance, please write the operator in c++ instead.

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