Searched refs:ordering (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | fgbzip2.cpp | 216 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 D | Dependence_Graph.rst | 8 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 D | Parallelizing_Flow_Graph.rst | 47 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 D | estimate_flow_graph_performance.rst | 22 have a strict ordering. Therefore, for a dependence graph, the
|
| /oneTBB/test/conformance/ |
| H A D | conformance_sequencer_node.cpp | 148 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 D | Local_Serializer.rst | 20 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 D | Fenced_Data_Transfer.rst | 117 both the compiler and the hardware observe these ordering 148 effect on the visible ordering of that write with respect to other
|