> If ILP64 is used, we may be forced to static link MKL, to avoid symbol 
> conflicts
with LP64 Blas libraries that could be loaded into the same process if users
import MXNet and NumPy in the same Python process. cc @access2rohit @Zha0q1

I think we should force static link at all time because of the performance 
boost of mkl over say openblas. Some cblas functions are a few times faster and 
lapack functions haven been seen to have 25x boost 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-mxnet/issues/19610#issuecomment-736770050

Reply via email to