Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

TBB lib selection

sv1
Beginner
2,109 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
2,109 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).

0 Kudos
kisacik1
Beginner
1,758 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.

0 Kudos
Reply