szha commented on issue #17039: Fix omp fork race conditions and assert issue URL: https://github.com/apache/incubator-mxnet/pull/17039#issuecomment-564405279 > I actually also did change (removed from this PR in order to keep it simple) that stops forcing the creation of the engine during static init and the fork handlers, if it is desired. This has a couple of effects including reducing the overhead of resources and threads created simply by the library being loaded, which then, in turn, causes a lot of thread churn (Stop(), Start()) when forking. Even if hey never use mxnet, we spin up a lot of stuff unnecessarily. It actually gets lot faster on startp when this is done. The change sounds useful. Do you plan to commit the change?
---------------------------------------------------------------- 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
