Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitting MKL #7

Open
isuruf opened this issue Jul 23, 2019 · 1 comment
Open

Splitting MKL #7

isuruf opened this issue Jul 23, 2019 · 1 comment

Comments

@isuruf
Copy link

isuruf commented Jul 23, 2019

Most people use the LAPACK and BLAS part of MKL and don't need the full set of libraries.

Uncompressed it takes 741MB for me and the lapack and blas part is 347 MB (libmkl_avx*.so libmkl_core.so libmkl_gf_lp64.so libmkl_gnu_thread.so) and don't need intel-openmp and icc_rt.

@msarahan
Copy link
Contributor

CC @tomashek @oleksandr-pavlyk is this something worth exploring to help reduce mkl's footprint? I think we're probably end up with all of it in the distribution anyway, but this might make mkl-powered numpy smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants