Home
last modified time | relevance | path

Searched refs:chunk (Results 1 – 8 of 8) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DAutomatic_Chunking.rst7 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 DPartitioner_Summary.rst26 - 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 Dparallel_for_os.rst23 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 DWorking_on_the_Assembly_Line_pipeline.rst42 * - 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 DControlling_Chunking_os.rst18 ``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 Dtest_mutex.h153 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 DReduction.rst232 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 Dittnotify_static.c1401 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()