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

irml vs irml_c

orhun
Beginner
326 Views
What is the difference between irml and irml_c folders available under (bin&lib)/vc10 folders?
0 Kudos
1 Reply
Wooyoung_K_Intel
Employee
326 Views
TBB comes with RML (resource management layer) which helps facilitate composoing different parallel models such as TBB and OpenMP in a single application. I believe the rml directory contains libraries for RMLwhich use regular WinThreads and the irml_c directory contains libraries which use 'MS Concurrency Runtime'.
0 Kudos
Reply