You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/16 16:25:51 UTC

[GitHub] [incubator-tvm] Starethics opened a new issue #4355: Is TVM incompatible with python's multiprocessing module?

Starethics opened a new issue #4355: Is TVM incompatible with python's multiprocessing module?
URL: https://github.com/apache/incubator-tvm/issues/4355
 
 
   Hi there,
   I was building a deep learning server that contains multiple CNN modules (some of these models were transformed into TVM for acceleration). I used multiprocessing.Process to run all the CNN modules in parallel.
   However, this server occasionally and randomly hung after processing hundreds of requests. And this hanging seems to be very likely caused by combination of TVM and multiprocessing module. Because only if I turn off TVM can the server run stably without hanging.
   Can TVM work with python's multiprocessing? if not, is there anyway to fix this issue?
   Thanks a lot!

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