Home
last modified time | relevance | path

Searched refs:execution (Results 1 – 25 of 49) sorted by relevance

12

/oneTBB/examples/parallel_for/seismic/
H A DREADME.md16 * `make light_test_seismic` - executes the example with suggested parameters to reduce execution ti…
30 The following hot keys can be used in interactive execution mode when the example is compiled with …
33 * `space` - toggles between parallel and serial execution modes.
34 * `p` - enables parallel execution mode.
35 * `s` - enables serial execution mode.
38 * `esc` - stop execution.
/oneTBB/doc/main/tbb_userguide/
H A DGuiding_Task_Scheduler_Execution.rst11 Guiding the execution of the task scheduler may cause composability issues.
13 |full_name| provides the ``task_arena`` interface to guide tasks execution within the arena by:
30 if the process affinity mask excludes execution on some of the NUMA nodes, then these NUMA nodes are
37 The execution on systems with non-uniform memory access (`NUMA <https://en.wikipedia.org/wiki/Non-u…
40 instances, whose execution preference is set to different NUMA nodes. To set execution preference,
66 To set the preferred core type for the execution, assign a specific core type identifier to the ``t…
68 The example shows how to set the most performant core type as preferable for work execution:
112 by imposing a less constrained execution.
H A Dcatching_exceptions.rst7 If you catch an exception within the node's body, execution continues
9 caught before it propagates beyond the node's body, the execution of all
41 that is not caught within the body. This will cause the execution of the
63 effect on the overall execution of the graph. However, you could choose
77 In this case, the execution of the graph is canceled. For our example,
H A DHow_Task_Scheduler_Works.rst16 - Preserve data locality to make a single thread execution more efficient
19 To achieve this, a balance between depth-first and breadth-first execution strategies
21 a sequential execution because:
28 …number of nodes that co-exist simultaneously. In contrast, depth-first execution creates the same …
47 which causes the depth-first execution until the thread runs out of work.
49 which causes temporary breadth-first execution that converts potential parallelism
H A Dattach_flow_graph_to_arena.rst8 execution within the arena by setting the preferred computation units,
16 for a graph execution:
30 core type as the preferred one for a work execution. Whenever a task is spawned on behalf
H A Dcancel_a_graph.rst7 To cancel a graph execution without an exception, you can create the
44 When a graph execution is canceled, any node that has already started to
51 within the node body and use it to cancel the execution of the graph it
H A Dwork_isolation.rst18 the second (nested) parallel loop blocks execution of the first
35 in oneTBB execution of functions constituting a parallel construct is
41 However, in some cases such unsequenced execution may result in
61 and other issues. In these cases, a stronger guarantee of execution
63 ways to *isolate* execution of a parallel construct, for its tasks to
H A Destimate_flow_graph_performance.rst21 execution of the nodes along a path cannot be overlapped since they
29 this path cannot be overlapped even in a parallel execution.
31 the wall clock time for the parallel execution is at least C, and the
H A Duse_graph_reset.rst7 When a graph execution is canceled either because of an unhandled
12 other optimizations performed during the execution of a flow graph that
H A DMapping_Nodes2Tasks.rst7 The following figure shows the timeline for one possible execution of
41 All execution in the flow graph happens asynchronously. The calls to
H A DFlow-Graph-exception-tips.rst7 The execution of a flow graph can be canceled directly or as a result of
H A DDependence_Graph.rst108 One possible execution of this graph is shown below. The execution of D
126 Again, it is important to note that all execution in the flow graph
H A Dcancelling_nested_parallelism.rst11 If the execution of a flow graph is canceled, either explicitly or due
H A Duse_input_node.rst58 execution.
62 the overlap of construction and execution. If your graph is a directed
/oneTBB/examples/parallel_for/game_of_life/
H A DREADME.md15 …light_test_game_of_life` - executes the example with suggested parameters to reduce execution time.
24 * `execution_time` - time (in sec) for execution `game_of_life` iterations.
/oneTBB/doc/main/reference/
H A Dparallel_for_each_semantics.rst51 …rom [forward.iterators] ISO C++ Standard section, ``tbb::parallel_for_each`` requires the execution
59 …rators] ISO C++ Standard section, ``tbb::parallel_for_each`` requires the execution of the ``body``
66 execution of the ``Body`` is required to be well-formed.
/oneTBB/test/tbb/
H A Dtest_concurrent_set.cpp85 for (std::size_t execution = 0; execution != 10; ++execution) { in test_cycles_absense() local
H A Dtest_concurrent_map.cpp103 for (std::size_t execution = 0; execution != 10; ++execution) { in test_cycles_absense() local
/oneTBB/examples/task_arena/fractal/
H A DREADME.md19 * `make light_test_fractal` - executes the example with suggested parameters to reduce execution ti…
36 The following hot keys can be used in interactive execution mode when the example is compiled with …
47 * `esc` - stop execution.
/oneTBB/examples/parallel_for/tachyon/
H A DREADME.md25 * `make light_test_tachyon` - executes the example with suggested parameters to reduce execution ti…
45 The following hot keys can be used in interactive execution mode when the example is compiled with …
50 * `esc` - stop execution.
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst89 Adding more work during task execution
92 completes only when all functors passed to the parallel pattern complete their execution.
95 the execution of a parallel algorithm were mostly covered by ``tbb::parallel_do`` high-level
229 execution. To avoid issues with concurrent access, it is recommended to submit it for re-execution
388 queue of tasks ready for execution via ``oneapi::tbb::task_group::run``, but bypassed to the execut…
/oneTBB/examples/test_all/fibonacci/
H A DREADME.md16 * `make light_test_fractal` - executes the example with suggested parameters to reduce execution ti…
/oneTBB/doc/GSG/
H A Dsamples.rst23 …* `Split computational kernel for execution between CPU and GPU <https://github.com/oneapi-src/one…
33 …* `Resumable task: Split computational kernel for execution between CPU and GPU <https://github.co…
/oneTBB/cmake/android/
H A Denvironment.cmake25 message(FATAL_ERROR "Error while on device execution: ${cmd} error_code: ${CMD_RESULT}")
/oneTBB/cmake/python/
H A Dtest_launcher.cmake37 message(FATAL_ERROR "Error while test execution: ${cmd} error_code: ${CMD_RESULT}")

12