Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

TBB lib selection

sv1
Beginner
1,295 Views

Could you please explain the differences in intel64 vs intel64_mic and vc14 vs vc14_ui folders of TBB lib?

 

0 Kudos
2 Replies
Nikita_P_Intel
Employee
1,295 Views

intel64 - is a general x64 binaries. inte64_mic - should be used for Many Integrated Core architecture.

*_ui prefix stands for Microsoft Windows Store* applications (article), but in the latest packages vc14_uwp folder used for this purpose (article).

kisacik1
Beginner
944 Views

I see the folders for "vc14" and "vc14_*" flavors,  but also a folder called "vc_mt" under oneAPI 2021.4.0 distribution for intel64 (...\oneAPI\tbb\2021.4.0\lib\intel64) builds.

 

So, vc14 is Visual Studio 2015 builds, but what is vc_mt?

 

I am using vc16 (Visual Studio 2019), I installed the 2015 redistributables and vc14 tbb libs seem to work fine. But, if vc_mt is newer, I'd rather use that one.

Reply