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

New template function: tbb::parallel_invoke

Alexey_M_Intel
Employee
279 Views
Hello everyone!

A new template function has been recently added to TBB - tbb::parallel_invoke. It runs up to 10 user-functions in parallel.
Check the blog for details: http://software.intel.com/en-us/blogs/2009/04/02/running-your-code-in-parallel-with-tbbparallel_invoke

Best regards,
Alexey
0 Kudos
1 Reply
robert_jay_gould
Beginner
279 Views
Hello everyone!

A new template function has been recently added to TBB - tbb::parallel_invoke. It runs up to 10 user-functions in parallel.
Check the blog for details: http://software.intel.com/en-us/blogs/2009/04/02/running-your-code-in-parallel-with-tbbparallel_invoke

Best regards,
Alexey

This seems like OMP's "section" for TBB. Glad to have it back in the tool-box, was missing it.
0 Kudos
Reply