Visible to Intel only — GUID: GUID-FF14B663-1832-4891-92DA-F1DE97E8DDD4
Visible to Intel only — GUID: GUID-FF14B663-1832-4891-92DA-F1DE97E8DDD4
Intel® oneAPI Threading Building Blocks (oneTBB)
Intel® oneAPI Threading Building Blocks (oneTBB) is a high-level parallel programming framework for C++ code that uses a template-based runtime library to help you harness the performance of multi-core processors. oneTBB lets you specify logical parallelism instead of threads. You specify potential parallelism - what can be run in parallel. The library decides the actual parallelism at run-time, matching it to the available hardware. The library has templates that simplify using high level parallel patterns such as parallel loops. oneTBB programs are impl