Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 36) sorted by relevance

12

/oneTBB/examples/graph/binpack/
H A DREADME.md2 …s an `oneapi::tbb::flow` example that performs binpacking of `N` integer values into a near-optima…
4 …sses randomly generated integer values of `size <= V` to a `queue_node`. Multiple function nodes s…
26 * `N` - number of values to pack.
/oneTBB/doc/main/tbb_userguide/
H A DData_Flow_Graph.rst14 integer values from 1 to 10 and passes them to two successor nodes. One
17 the result downstream. The right-most node receives values from both of
19 of values. When the application is run to completion, the value of sum
72 - one to square values
73 - one to cube values
74 - one to add values to the global sum
H A DParallelizing_Flow_Graph.rst22 where a sequence of values is processed as each value passes through the
25 cubes the value. J then takes each of the squared and cubed values and
26 adds them to a global sum. After all values in the sequence are
28 and cubes from 1 to 10. In a streaming or data flow graph, the values
86 two different values might be squared in parallel, or the same value
H A DConcurrent_Queue_Classes.rst8 queue with values of type ``T``. Multiple threads may simultaneously
55 guarantees that if a thread pushes two values, and another thread pops
56 those two values, they will be popped in the same order that they were
96 number of values, until memory runs out. It can be bounded by setting
H A DTiming.rst18 values yields a relative time in ``tick_count::interval_t``, which you
34 to use across threads. It is valid to subtract ``tick_count`` values
H A DAdvanced_Topic_Other_Kinds_of_Iteration_Spaces.rst56 that return the values of the proportion. These values should be used to
H A Dparallel_reduce.rst81 variables (``a``, ``sum``, ``end``) for scalar values accessed inside
83 to the compiler that the values can be held in registers instead of
84 memory. If the values are too large to fit in registers, or have
H A DDebug_Versus_Release_Libraries.rst48 The :ref:`reference` section explains the default values in more detail.
H A DLambda_Expressions.rst41 capture the values by reference. After the [=] is the parameter list and
H A DFlow_Graph_Reservation.rst232 reserved values were used, and the buffers discard those values. Now
H A DCancellation_and_Nested_Parallelism.rst130 ``true`` and ``false`` values.
/oneTBB/doc/main/reference/
H A Dconcurrent_lru_cache_cls.rst18 A ``concurrent_lru_cache`` container maps keys to values with the ability
19 to limit the number of stored unused values. For each key, there is at most one item
92 unused values, with a function object ``f`` for constructing new values.
/oneTBB/test/conformance/
H A Dconformance_indexer_node.cpp49 auto values = conformance::get_values(*receiver); variable
50 …CHECK_MESSAGE((values.size() == 3), std::string("Descendant of the node must receive 3 messages.")…
51 for(auto& value : values){
H A Dconformance_join_node.cpp90 auto values = conformance::get_values(node3); variable
91 …CHECK_MESSAGE((conformance::get_values(node2).size() == 0 && values.size() == 1), "Copied node doe…
H A Dconformance_flowgraph.h494 auto values = get_values(*receiver); in test_forwarding() local
495 …CHECK_MESSAGE((values.size() == messages_received), std::string("Descendant of the node must recei… in test_forwarding()
496 CHECK_MESSAGE((values[0] == expected), "Value passed is the actual one received."); in test_forwarding()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLazy_Initialization.rst63 …the full recursion tree traversal and recalculation of values. Since all the nodes are traversed o…
70 … Here you can see the code for the implementation. Already calculated values are stored in a buffer
/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DREADME.md4 …e cells have operators that compute the cell's value, using other cell's values as input. A cell t…
19 … to understand that this example is unlikely to show speedup if the cell values are changed to typ…
/oneTBB/examples/graph/cholesky/
H A DREADME.md10 …-matching `join_node` that precedes it. The tag represents the iteration values of the `i`, `j`, `…
36 * `input_file` - input matrix (optional). If omitted, randomly generated values are used.
/oneTBB/doc/
H A Dtest_classification.dox23 /// This class of tests checks boundary values, possible overflows, etc.
/oneTBB/cmake/
H A Dsanitize.cmake16 # Possible values of sanitizer parameter for cmake-gui for convenience, user still can use any othe…
/oneTBB/examples/parallel_for/seismic/
H A DREADME.md10 * `EXAMPLES_UI_MODE` - defines the GUI mode, supported values are `gdi`, `d2d`, `con` on Windows, `…
/oneTBB/examples/task_arena/fractal/
H A DREADME.md13 * `EXAMPLES_UI_MODE` - defines the GUI mode, supported values are `gdi`, `d2d`, `con` on Windows, `…
/oneTBB/examples/
H A DREADME.md33 Supported values are:
/oneTBB/cmake/templates/
H A DTBBConfig.cmake.in21 # Initialize to default values
/oneTBB/examples/parallel_for/tachyon/
H A DREADME.md14 * `EXAMPLES_UI_MODE` - defines the GUI mode, supported values are `gdi`, `d2d`, `con` on Windows, `…

12