Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp142 partial, // Accumulator has only enough information for pre_scan. enumerator
172 my_array(a.my_array), my_sum(a.my_sum), storage(0), my_state(partial) in Accumulator()
174 if (!(a.my_state == partial)) in Accumulator()
177 CHECK(a.my_state == partial); in Accumulator()
187 CHECK(my_state == partial); in operator ()()
194 CHECK(my_state == partial); in reverse_join()
195 CHECK( ((left_body.my_state == full) || (left_body.my_state==partial)) ); in reverse_join()
/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
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
H A DWorking_on_the_Assembly_Line_pipeline.rst280 crossing into the next slice, it copies the partial numeral to the next
327 // Might have read partial number.
328 // If so, transfer characters of partial number to next slice.
H A Dparallel_reduce.rst154 With the mistake, the body returns a partial sum for the last subrange
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReduction.rst94 // Reduce a subrange and partial sum
98 // Reduce two partial sums
133 Sometimes it is desirable to destructively use the partial results to
134 generate the final result. For example, if the partial results are
196 // Reduce a subrange and partial sum
200 // Reduce two partial sums
H A DOdd-Even_Communication.rst24 Solvers for partial differential equations can often be modified to
/oneTBB/
H A DINSTALL.md59 You can use the ``install`` components for partial installation.