File: README.md

package info (click to toggle)
onetbb 2022.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,440 kB
  • sloc: cpp: 129,228; ansic: 9,745; python: 808; xml: 183; objc: 176; makefile: 66; sh: 66; awk: 41; javascript: 37
file content (11 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# 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_node`s.
| 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.