Get Started with Intel® oneAPI Threading Building Blocks (oneTBB)

ID 772618
Date 10/31/2024
Public

Get Started with Intel® 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.

oneAPI Threading Building Blocks (oneTBB) is a runtime-based parallel programming model for C++ code that uses threads. The template-based runtime library can help you harness the latent performance of multi-core processors.

oneTBB enables you to simplify parallel programming by breaking computation into parallel running tasks. Within a single process, parallelism is carried out through threads, an operating system mechanism that allows the same or different sets of instructions to be executed simultaneously. Using threads can make your program work faster and more efficiently.

Here you can see one of the possible executions of tasks by threads.

Use oneTBB to write scalable applications that:

  • Specify logical parallel structure instead of threads.

  • Emphasize data-parallel programming.

  • Take advantage of concurrent collections and parallel algorithms.

oneTBB supports nested parallelism and load balancing. It means that you can use the library without worrying about oversubscribing a system, which happens when more tasks are assigned to a system than it can handle efficiently.

oneTBB is used in different areas, such as scientific simulations, gaming, data analysis, etc.

It is available as a stand-alone product and as part of the Intel® oneAPI Base Toolkit.

To start using oneTBB, follow the next steps:

  1. Install oneTBB on Linux* OS or Windows* OS.

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

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

  4. See oneTBB Samples.

  5. Find More resources that can help you work with oneTBB.

Notices and Disclaimers

Intel technologies may require enabled hardware, software or service activation.

No product or component can be absolutely secure.

Your costs and results may vary.

© Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others.

No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document.

The products described may contain design defects or errors known as errata which ay cause the product to deviate from published specifications. Current characterized errata are available on request.

Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.