KellenSunderland commented on issue #12225: [MXNET-703] Remove race condition in onnx build URL: https://github.com/apache/incubator-mxnet/pull/12225#issuecomment-413993849 There's a build target race condition in the onnx cmakelist file. Basically target 1 relies on target 2 but they didn't model that properly in their cmakelist. Whats happening is without an explicit dependency we occasionally try to build a target that's missing a prerequisite. This is timing related so it happens non-deterministically. This workaround forces that target 1 gets built before target 2. There's a bit more context in the link to the ONNX commit (there's an associated pr and issue in their project). On Fri, Aug 17, 2018, 10:01 PM Anton Chernov <[email protected]> wrote: > *@lebeg* approved this pull request. > > The build has issues with parrallelization > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/incubator-mxnet/pull/12225#pullrequestreview-147362792>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AHGTE_y8ZelyR68LzOhnQScGSG_x5Sucks5uRyD_gaJpZM4WB5KJ> > . >
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
