Searched refs:chunk (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Automatic_Chunking.rst | 7 A parallel loop construct incurs overhead cost for every chunk of work 9 chooses chunk sizes automatically, depending upon load balancing 23 chunk size more precisely might yield better performance.
|
| H A D | Partitioner_Summary.rst | 26 - Automatic chunk size. 29 - Automatic chunk size, cache affinity and uniform distribution of iterations. 32 …- Deterministic chunk size, cache affinity and uniform distribution of iterations without loa…
|
| H A D | parallel_for_os.rst | 23 space into chunks, and runs each chunk on a separate thread. The first 25 that operates on a chunk. The form is an STL-style function object, 26 called the *body* object, in which ``operator()`` processes a chunk. The
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 42 * - Read chunk from input file 44 - Square numerals in chunk 46 - Write chunk to output file 60 of text. Each input chunk is approximately 4000 characters. Each chunk
|
| H A D | Controlling_Chunking_os.rst | 18 ``grainsize`` is 1. It is in units of loop iterations per chunk. 44 iterations in a chunk. Using ``simple_partitioner`` guarantees that
|
| /oneTBB/test/tbb/ |
| H A D | test_mutex.h | 153 static constexpr std::size_t chunk = 100; member 160 while( (step = Order.fetch_add(chunk, std::memory_order_acquire)) < TestSize ) { in operator() 161 for (std::size_t i = 0; i < chunk && step < TestSize; ++i, ++step) { in operator()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Reduction.rst | 232 separately, and merging floating-point flags from each chunk. To do 253 // Operates on a chunk and collects floating-point exception state into flags member.
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.c | 1401 const char* chunk; in __itt_get_groups() local 1402 while ((group_str = __itt_fsplit(group_str, ",; ", &chunk, &len)) != NULL) in __itt_get_groups() 1405 __itt_fstrcpyn(gr, sizeof(gr) - 1, chunk, min_len); in __itt_get_groups()
|