Intel® oneAPI Threading Building Blocks Developer Guide and API Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-D2184E35-2603-4466-8608-E95A0E4D57A8
Visible to Intel only — GUID: GUID-D2184E35-2603-4466-8608-E95A0E4D57A8
Graph Application Categories
Most flow graphs fall into one of two categories:
Data flow graphs. In this type of graph, data is passed along the graph’s edges. The nodes receive, transform and then pass along the data messages.
Dependence graphs. In this type of graph, the data operated on by the nodes is obtained through shared memory directly and is not passed along the edges.