Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 14 of 14) sorted by relevance

/oneTBB/.github/workflows/
H A Dci.yml39 steps:
49 steps:
64 steps:
87 steps:
115 steps:
135 steps:
170 steps:
196 steps:
232 steps:
270 steps:
[all …]
H A Dlabeler.yml24 steps:
H A Dissue_labeler.yml29 steps:
/oneTBB/doc/main/tbb_userguide/
H A DParallelizing_Flow_Graph.rst48 among the steps for making a peanut butter and jelly sandwich. In this
74 jar, are shared between ordered steps, it is not explicit in the graph.
75 Instead, only the required ordering of steps is explicit in a dependence
H A DBandwidth_and_Cache_Affinity_os.rst52 void TimeStepFoo( float a[], size_t n, int steps ) {
53 for( int t=0; t<steps; ++t )
H A DTask_Scheduler_Bypass.rst8 the spawning of the new task to be executed by the current thread involves the next steps:
H A DExceptions_and_Cancellation.rst9 the following steps generally occur:
H A DDependence_Graph.rst39 replacing the sandwich making steps. In this partial ordering, function
/oneTBB/examples/common/utility/
H A Dutility.hpp375 int steps = int(nsteps); in step_function_power2_ladder() local
376 assert(is_power_of_2(steps)); // must be a power of 2 in step_function_power2_ladder()
378 if (previous < 2 * steps) in step_function_power2_ladder()
392 return previous + (prev_power2 / steps); in step_function_power2_ladder()
/oneTBB/doc/GSG/
H A Dget_started.rst12 To start using oneTBB, follow the next steps:
H A Dnext_steps.rst6 After installing oneTBB, complete the following steps to start working with the library.
/oneTBB/
H A DINSTALL.md119 Choose the configuration during the build and install steps:
H A Dthird-party-programs.txt150 …Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the so…
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst174 functor. It performs three steps: