Intel® oneAPI Threading Building Blocks Developer Guide and API Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-2AB543ED-DC8A-4B96-954C-29035C5F5616
Visible to Intel only — GUID: GUID-2AB543ED-DC8A-4B96-954C-29035C5F5616
Summary of Loops and Pipelines
The high-level loop and pipeline templates in Intel® oneAPI Threading Building Blocks (oneTBB) give you efficient scalable ways to exploit the power of multi-core chips without having to start from scratch. They let you design your software at a high task-pattern level and not worry about low-level manipulation of threads. Because they are generic, you can customize them to your specific needs. Have fun using these templates to unlock the power of multi-core.