Back to Mold

Code Samples of oneAPI Threading Building Blocks (oneTBB)

third-party/tbb/examples/graph/README.md

2.41.0709 B
Original Source

Code Samples of oneAPI Threading Building Blocks (oneTBB)

Examples using oneTBB Flow Graph feature.

Code sample nameDescription
binpackA solution to the binpacking problem using a queue_node, a buffer_node and function_nodes.
choleskySeveral versions of Cholesky Factorization algorithm implementation.
dining_philosophersAn implementation of dining philosophers in graph using the reserving join_node.
fgbzip2A parallel implementation of bzip2 block-sorting file compressor.
logic_simAn example of a collection of digital logic gates that can be easily composed into larger circuits.
somAn example of a Kohonen Self-Organizing Map using cancellation.