Files
UnrealEngine/Engine/Source/ThirdParty/Intel/TBB/oneTBB-2021.13.0/examples/graph
2025-05-18 13:04:45 +08:00
..
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00

Code Samples of oneAPI Threading Building Blocks (oneTBB)

Examples using oneTBB Flow Graph feature.

Code sample name Description
binpack A solution to the binpacking problem using a queue_node, a buffer_node and function_nodes.
cholesky Several versions of Cholesky Factorization algorithm implementation.
dining_philosophers An implementation of dining philosophers in graph using the reserving join_node.
fgbzip2 A parallel implementation of bzip2 block-sorting file compressor.
logic_sim An example of a collection of digital logic gates that can be easily composed into larger circuits.
som An example of a Kohonen Self-Organizing Map using cancellation.