Zha0q1 opened a new pull request #19068: URL: https://github.com/apache/incubator-mxnet/pull/19068
This is a POC for statically linking to openblas and hiding blas/lapack symbols to avoid the name clashing issue as discussed here: https://github.com/apache/incubator-mxnet/issues/18855. This is meant as a reference rather for merging For static build (using incubator-mxnet/tools/staticbuild/build.sh), we have https://github.com/apache/incubator-mxnet/pull/18872 to hide all the unwanted symbols, but this might be an overkill. In this pr, I listed explicitly what blas/lapack symbols to hide in the version script (linux only). To friends at intel: I am linking to openblas in this poc, but I think we would need something very similar with mkl: 1. static link, 2. symbol stripping. ---------------------------------------------------------------- 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]
