oneAPI Threading Building Blocks (oneTBB)#
This document contains information about oneTBB. It is a flexible performance library that let you break computation into parallel running tasks.
The following are some important topics for the novice user
:
Get Started with oneAPI Threading Building Blocks (oneTBB) gives you a brief explanation of what oneTBB is.
oneTBB Benefits describes how oneTBB differs from typical threading packages.
Package Contents describes dynamic library files and header files for Windows*, Linux*, and macOS* operating systems used in oneTBB.
The following is an important topic for the experienced user
:
Migrating from Threading Building Blocks (TBB) describes how to migrate from TBB to oneTBB.
- oneTBB Developer Guide
- Package Contents
- Parallelizing Simple Loops
- Parallelizing Complex Loops
- Parallelizing Data Flow and Dependence Graphs
- Work Isolation
- Exceptions and Cancellation
- Floating-point Settings
- Containers
- Mutual Exclusion
- Timing
- Memory Allocation
- The Task Scheduler
- Design Patterns
- Migrating from Threading Building Blocks (TBB)
- Constrained APIs
- Invoke a Callable Object
- Appendix A Costs of Time Slicing
- Appendix B Mixing With Other Threading Packages
- References