Skip to content

CMake support to link against static Intel MKL #2877

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

Merged
merged 2 commits into from
May 6, 2020

Conversation

9prady9
Copy link
Member

@9prady9 9prady9 commented May 6, 2020

Static linking of Intel MKL is turned off by default.

Note that this however increases binary size of CPU backend by ~200MB and
OpenCL backend by ~100MB, respectively.

Resolves #2671

Static linking of Intel MKL is turned off by default.

Note that this however increases binary size of CPU backend by ~200MB and
OpenCL backend by ~100MB, respectively.
@9prady9 9prady9 merged commit d087e32 into arrayfire:master May 6, 2020
@9prady9 9prady9 deleted the support_static_link_mkl branch May 6, 2020 16:09
@umar456 umar456 added this to the 3.7.2 milestone Jun 27, 2020
umar456 pushed a commit to umar456/arrayfire that referenced this pull request Jun 27, 2020
* CMake support to link against static Intel MKL

Static linking of Intel MKL is turned off by default.

Note that this however increases binary size of CPU backend by ~200MB and
OpenCL backend by ~100MB, respectively.

* remove generator expressions in favor of if-else
@umar456 umar456 mentioned this pull request Jun 27, 2020
2 tasks
9prady9 added a commit that referenced this pull request Jun 27, 2020
* CMake support to link against static Intel MKL

Static linking of Intel MKL is turned off by default.

Note that this however increases binary size of CPU backend by ~200MB and
OpenCL backend by ~100MB, respectively.

* remove generator expressions in favor of if-else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

static linking mkl
2 participants