Searched refs:nested (Results 1 – 15 of 15) sorted by relevance
13 nested within the nodes of the canceled flow graph may or may not be17 As with all of the library's nested parallelism, you can control
18 the second (nested) parallel loop blocks execution of the first43 change its value after a nested parallel construct:75 oneapi::tbb::task_arena nested;79 nested.execute( []{111 is not changed unexpectedly during the call to a nested parallel
17 there is oneTBB parallelism nested inside, the nested parallelism may
7 The discussion so far was simplified by assuming non-nested parallelism24 opposition interplays to cleanly stop a nested computation when an
11 parallelism nested within.
36 In a nested call to a parallel algorithm that does not use the context of a task group with explici…
112 of the mutexes have a nested ``scoped_lock`` type, so given a mutex of
65 If the nested graph remains unchanged in structure between invocations
50 std::uintptr_t nested = ctNested; in ConcurrencyTracker() local51 CHECK_FAST(nested <= 1); in ConcurrencyTracker()
10 Additionally, it fully supports nested parallelism, so you can build
12 …specification <https://spec.oneapi.com/versions/latest/elements/oneTBB/source/nested-index.html>`_.
25 oneTBB supports nested parallelism and load balancing. It means that you can use the library withou…
30 * [oneTBB Specification](https://spec.oneapi.com/versions/latest/elements/oneTBB/source/nested-inde…
165 Since both TBB and oneTBB support nested expressions, you can run additional functors from within an
366 # any nested class or struct is added to the same group. By default this option367 # is disabled and one has to add nested compounds explicitly via \ingroup.