Zha0q1 edited a comment on issue #18855: URL: https://github.com/apache/incubator-mxnet/issues/18855#issuecomment-670657830
For reference, here are the things I tried: 1. build from source mxnet w/ 64 openblas no suffix + mkl numpy ==> mkl shadows 64 openblas 2. build from source mxnet w/ 64 openblas no suffix + 64 openblas numpy ==> works; calls correct cblas symbol 3. current static build script mxnet w/ 64 openblas no suffix + mkl numpy ==> mkl shadows 64 openblas 4. static build script mxnet w/ 64 openblas no suffix + mkl numpy + https://github.com/apache/incubator-mxnet/pull/18872 ==> TODO 5. build from source mxnet w/64 openblas suffixed + mkl numpy + https://github.com/apache/incubator-mxnet/pull/18873 ==> works; calls correct cblas symbol ---------------------------------------------------------------- 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]
