Hi,
I have a similar qustion. We try to release a product with Intel MKL. But there are too many DLL files (for both 32-bit and 64-bit).
1. Our customers are using different types of machines. Some of them are high-end machine. Some of them are still using one-CPU laptop.
2. We are only using FFT computation in our product.
Based on these 2 circumstances, what will be the minimum DLL files we MUST include in our installation package?
Thanks
Hai
Sergey Kostrov wrote:
>>...
>>Could you please let me know exactly which dlls from the redistributable folder should we inlcude with our software?
>>...
The user is Not asking about how to build a custom DLL with MKL functions and he is asking about runtime DLLs which are used at runtime.
>>...Currently it fails to run unless we include all of the dlls in the program folder.
A Redist\Mkl\... folder contains lots of DLLs however only a couple of them are really needed and it depends on what MKL functions you're using on some computer with some Operating System and some CPU.
I gave you a small example of runtime CPU dispatching of MKL DLLs, that is mkl_p4.dll and mkl_avx.dll. Please provide more technical details about your runtime problems.
Hi,
I have a similar qustion. We try to release a product with Intel MKL. But there are too many DLL files (for both 32-bit and 64-bit).
1. Our customers are using different types of machines. Some of them are high-end machine. Some of them are still using one-CPU laptop.
2. We are only using FFT computation in our product.
Based on these 2 circumstances, what will be the minimum DLL files we MUST include in our installation package?
Thanks
Hai
Quote: