Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Giving version to MKL custom dll

Eran_L_
Beginner
479 Views

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

0 Kudos
4 Replies
Mikhail_K_
Beginner
479 Views

Include mkl_get_version function in your custom dll?

0 Kudos
Eran_L_
Beginner
479 Views

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

 

0 Kudos
Mikhail_K_
Beginner
479 Views

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...

0 Kudos
Ying_H_Intel
Employee
479 Views
Hi Eran, Do you mean the name of the license? you can rename it with version information. for example, my_mkl.dll.1.0.1. As i recalled, we removed the version information of dll in order to avoid the dll hell. Anyway, if you'd like you can add the version information in the name of dll. Best Regards, Ying
0 Kudos
Reply