lebeg commented on issue #11417: libomp.so dependency (need REAL fix) URL: https://github.com/apache/incubator-mxnet/issues/11417#issuecomment-402705671 Actually `libomp.so` should not be a dependency at all. In the cmake file the bundled version is build and I have reasons to believe that it's not being used at all, but the one that comes from the runtime, since building with OpenMP support is more a compiler flag than just a library link. @cjolivier01 told that the bundled version should be faster than libgomp, but I don't know how much if it's used at all. Generally I suggest removing the libomp dependency completely and use only the version provided by the running environment.
---------------------------------------------------------------- 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
