Lines Matching refs:graph
7 In addition to loop parallelism, the |full_name| library also supports graph parallelism.
12 Using graph parallelism, computations are represented by nodes and the
14 edges. When a node in the graph receives a message, a task is spawned to
16 the graph across the edges that connect the nodes. The following
23 nodes in the graph. In this example, the sequence is created by a
28 and cubes from 1 to 10. In a streaming or data flow graph, the values
46 The following graphic shows a different form of graph application. In
47 this example, a dependence graph is used to establish a partial ordering
74 jar, are shared between ordered steps, it is not explicit in the graph.
76 graph. For example, you must "Put jelly on 1 slice" **before** you "Put
80 The flow graph interface in the oneTBB library allows you to express
83 more. If you express your application using the flow graph interface,
85 present in the graph. For example, in the first example above, perhaps
94 The support for graph parallelism is contained within the namespace