Get Started with oneAPI Threading Building Blocks (oneTBB)

Get Started with oneAPI Threading Building Blocks (oneTBB)#

oneTBB Get Started Guide provides the information you need to begin working with oneTBB. It is helpful for new users of parallel programming and experienced developers that want to improve code performance.

It is recommended for you to have a basic knowledge of C++ programming and some experience with parallel programming concepts.

To start using oneTBB, follow the next steps:#

  1. Learn what oneTBB is and see the System Requirements.

  2. Install oneTBB.

  3. Run your program using oneTBB following the Next Steps.

  4. Learn how to Integrate oneTBB into your project using CMake* and pkg-config tool.

  5. See oneTBB Samples.