oneTBB Samples#
Refer to the following examples to see how oneTBB works.
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