| /oneTBB/examples/parallel_for/seismic/ |
| H A D | README.md | 16 * `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 D | Guiding_Task_Scheduler_Execution.rst | 11 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 D | catching_exceptions.rst | 7 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 D | How_Task_Scheduler_Works.rst | 16 - 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 D | attach_flow_graph_to_arena.rst | 8 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 D | cancel_a_graph.rst | 7 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 D | work_isolation.rst | 18 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 D | estimate_flow_graph_performance.rst | 21 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 D | use_graph_reset.rst | 7 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 D | Mapping_Nodes2Tasks.rst | 7 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 D | Flow-Graph-exception-tips.rst | 7 The execution of a flow graph can be canceled directly or as a result of
|
| H A D | Dependence_Graph.rst | 108 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 D | cancelling_nested_parallelism.rst | 11 If the execution of a flow graph is canceled, either explicitly or due
|
| H A D | use_input_node.rst | 58 execution. 62 the overlap of construction and execution. If your graph is a directed
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | README.md | 15 …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 D | parallel_for_each_semantics.rst | 51 …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 D | test_concurrent_set.cpp | 85 for (std::size_t execution = 0; execution != 10; ++execution) { in test_cycles_absense() local
|
| H A D | test_concurrent_map.cpp | 103 for (std::size_t execution = 0; execution != 10; ++execution) { in test_cycles_absense() local
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 19 * `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 D | README.md | 25 * `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 D | Task_API.rst | 89 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 D | README.md | 16 * `make light_test_fractal` - executes the example with suggested parameters to reduce execution ti…
|
| /oneTBB/doc/GSG/ |
| H A D | samples.rst | 23 …* `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 D | environment.cmake | 25 message(FATAL_ERROR "Error while on device execution: ${cmd} error_code: ${CMD_RESULT}")
|
| /oneTBB/cmake/python/ |
| H A D | test_launcher.cmake | 37 message(FATAL_ERROR "Error while test execution: ${cmd} error_code: ${CMD_RESULT}")
|