Hi,
I created custom MKL dll for Windows and Mac, I need to give it a version , I guess it's something that should be done when building the dll i.e. by the builder tool. do you have any idea how I can do it ?
Thanks
Include mkl_get_version function in your custom dll?
Hi,
Thanks for the reply , I didn't mean the version of the MKL , but a version for the dll, for example now I create the custom dll from MKL version X , I want to give the dll version 1.0.1 on the next MKL version I'll rebuild the dll and want to give it a different version e.g. 1.0.2
Edit mkl_version.h and change the version definition to whichever string you like + what I mentioned above?
Worth a try. Or write your own header-level mkl_get_custom_version...
For more complete information about compiler optimizations, see our Optimization Notice.