1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00
mold/third-party/tbb/examples/graph
2022-01-02 12:51:35 +09:00
..
binpack Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
cholesky Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
dining_philosophers Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
fgbzip2 Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
logic_sim Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
som Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09:00
README.md Merge commit 'b82badd127f38f4fea6a4f1c0ec22900dd9dd8e3' as 'third-party/tbb' 2022-01-02 12:51:35 +09: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.