| /oneTBB/examples/graph/binpack/ |
| H A D | README.md | 2 …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 D | Data_Flow_Graph.rst | 14 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 D | Parallelizing_Flow_Graph.rst | 22 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 D | Concurrent_Queue_Classes.rst | 8 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 D | Timing.rst | 18 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 D | Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst | 56 that return the values of the proportion. These values should be used to
|
| H A D | parallel_reduce.rst | 81 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 D | Debug_Versus_Release_Libraries.rst | 48 The :ref:`reference` section explains the default values in more detail.
|
| H A D | Lambda_Expressions.rst | 41 capture the values by reference. After the [=] is the parameter list and
|
| H A D | Flow_Graph_Reservation.rst | 232 reserved values were used, and the buffers discard those values. Now
|
| H A D | Cancellation_and_Nested_Parallelism.rst | 130 ``true`` and ``false`` values.
|
| /oneTBB/doc/main/reference/ |
| H A D | concurrent_lru_cache_cls.rst | 18 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 D | conformance_indexer_node.cpp | 49 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 D | conformance_join_node.cpp | 90 auto values = conformance::get_values(node3); variable 91 …CHECK_MESSAGE((conformance::get_values(node2).size() == 0 && values.size() == 1), "Copied node doe…
|
| H A D | conformance_flowgraph.h | 494 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 D | Lazy_Initialization.rst | 63 …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 D | README.md | 4 …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 D | README.md | 10 …-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 D | test_classification.dox | 23 /// This class of tests checks boundary values, possible overflows, etc.
|
| /oneTBB/cmake/ |
| H A D | sanitize.cmake | 16 # Possible values of sanitizer parameter for cmake-gui for convenience, user still can use any othe…
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | README.md | 10 * `EXAMPLES_UI_MODE` - defines the GUI mode, supported values are `gdi`, `d2d`, `con` on Windows, `…
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 13 * `EXAMPLES_UI_MODE` - defines the GUI mode, supported values are `gdi`, `d2d`, `con` on Windows, `…
|
| /oneTBB/examples/ |
| H A D | README.md | 33 Supported values are:
|
| /oneTBB/cmake/templates/ |
| H A D | TBBConfig.cmake.in | 21 # Initialize to default values
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 14 * `EXAMPLES_UI_MODE` - defines the GUI mode, supported values are `gdi`, `d2d`, `con` on Windows, `…
|