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

AVX so files

steinmig
Beginner
751 Views

Is there a special reason that all avx related .so files (avx, avx2, avx512, vml_avx, vml_avx2, vml_avx512) do not come with a standard .so link, but only as .so.X in the standard intel oneapi hpc toolkit?

Just now with the release of 2022.0.0, this broke our pipeline because it changed from .so.1 to .so.2 and I was already before that release confused that you do not ship it with a link without the number suffix.

Thanks and best wishes,

Miguel

0 Kudos
1 Solution
VidyalathaB_Intel
Moderator
730 Views

Hi Miguel,

 

Thanks for reaching out to us.

 

Intel oneMKL started adding shared library versioning which was not there till Intel MKL 2020 update 4

 

>>Is there a special reason that all avx related .so files (avx, avx2, avx512, vml_avx, vml_avx2, vml_avx512) do not come with a standard .so link, but only as .so.X ...

 

By versioning the shared libraries, 

 

 >  Allows applications to work correctly in an environment with multiple oneMKL and/or Intel® MKL packages installed

 >  Communicates clearly when incompatible changes are made, and an application should be rebuilt

 >  Allows you to link against a specific version of shared libraries

 

>> it changed from .so.1 to .so.2

The starting version of the shared libraries is '1' and it will be incremented if there are any changes that break backward compatibility.

Please refer to the below link for a detailed explanation regarding the versioning of the shared library.

https://www.intel.com/content/www/us/en/develop/documentation/onemkl-linux-developer-guide/top/getting-started/shared-library-versioning.html

 

Hope the provided information helps.

 

Regards,

Vidya.

 

View solution in original post

4 Replies
VidyalathaB_Intel
Moderator
731 Views

Hi Miguel,

 

Thanks for reaching out to us.

 

Intel oneMKL started adding shared library versioning which was not there till Intel MKL 2020 update 4

 

>>Is there a special reason that all avx related .so files (avx, avx2, avx512, vml_avx, vml_avx2, vml_avx512) do not come with a standard .so link, but only as .so.X ...

 

By versioning the shared libraries, 

 

 >  Allows applications to work correctly in an environment with multiple oneMKL and/or Intel® MKL packages installed

 >  Communicates clearly when incompatible changes are made, and an application should be rebuilt

 >  Allows you to link against a specific version of shared libraries

 

>> it changed from .so.1 to .so.2

The starting version of the shared libraries is '1' and it will be incremented if there are any changes that break backward compatibility.

Please refer to the below link for a detailed explanation regarding the versioning of the shared library.

https://www.intel.com/content/www/us/en/develop/documentation/onemkl-linux-developer-guide/top/getting-started/shared-library-versioning.html

 

Hope the provided information helps.

 

Regards,

Vidya.

 

VidyalathaB_Intel
Moderator
700 Views

Hi Miguel,


Reminder:


Has the information provided helped?

If yes, could you please confirm whether we can close this thread from our end?


Regards,

Vidya.


0 Kudos
steinmig
Beginner
695 Views

Yes thanks!

0 Kudos
VidyalathaB_Intel
Moderator
674 Views

Hi Miguel,


Thanks for accepting our solution.

As your issue is resolved we are closing this thread from our end.

If you need any additional assistance from Intel, please post a new question as this thread will no longer be monitored.


Have a Nice Day!


Regards,

Vidya.


0 Kudos
Reply