oneTBB Samples
To become an expert in using oneTBB, explore its samples and examples to learn how to properly utilize the features and functionality of oneTBB and avoid common mistakes that may impede your performance.
The following samples are available:
Containers
-
- Flow Graph
-
A solution to the binpacking problem using a queue_node, a buffer_node, and function_node.
An implementation of dining philosophers in graph using the reserving join_node
A parallel implementation of bzip2 block-sorting file compressor
An example of a collection of digital logic gates that can be easily composed into larger circuits
An example of a Kohonen Self-Organizing Map using cancellation
Split computational kernel for execution between CPU and GPU
Algorithms
Task Scheduler
Other