Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 7 of 7) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp216 oneapi::tbb::flow::sequencer_node<BufferMsg> ordering(g, in fgCompressionAsyncNode() local
231 make_edge(compressor, ordering); in fgCompressionAsyncNode()
232 make_edge(ordering, output_writer); in fgCompressionAsyncNode()
261 oneapi::tbb::flow::sequencer_node<BufferMsg> ordering(g, [](const BufferMsg& buffer) -> size_t { in fgCompression() local
272 make_edge(compressor, ordering); in fgCompression()
273 make_edge(ordering, output_writer); in fgCompression()
/oneTBB/doc/main/tbb_userguide/
H A DDependence_Graph.rst8 computations and the edges create a partial ordering of these
11 specified partial ordering. The following figure shows an example of an
39 replacing the sandwich making steps. In this partial ordering, function
42 complete before D and F start executing. This is a partial ordering
43 because, for example, there is no explicit ordering requirement between
H A DParallelizing_Flow_Graph.rst47 this example, a dependence graph is used to establish a partial ordering
49 partial ordering, you must first get the bread before spreading the
54 together. This is a partial ordering because, for example, it doesn't
75 Instead, only the required ordering of steps is explicit in a dependence
H A Destimate_flow_graph_performance.rst22 have a strict ordering. Therefore, for a dependence graph, the
/oneTBB/test/conformance/
H A Dconformance_sequencer_node.cpp148 sequencer_node<message> ordering(g, conformance::sequencer_functor<int>());
155 tbb::flow::make_edge(process, ordering);
156 tbb::flow::make_edge(ordering, writer);
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst20 okay. Hence the goal is to establish serial ordering of tasks
21 associated with a given object, but not constrain ordering of tasks
232 ``atomic<int>`` along with careful ordering of operations. The
H A DFenced_Data_Transfer.rst117 both the compiler and the hardware observe these ordering
148 effect on the visible ordering of that write with respect to other