I know that when you statically link against IPP one should call ippInit() before using any IPP's function. Do you have to do the same when linking statically against MKL ? If so what is the function name to init MKL ?
MKL init when static linking MKL
1.4k Views Asked by JobNick At
2
No, you shouldn't need to call a function like that to initialize MKL. Simply including the header, and then calling the MKL function(s) that you require should be enough.
If you're still struggling to get the static linking to work correctly, look here to get the compiler and linker to work correctly. Good luck!