Searched refs:grain (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | README.md | 18 …n-of-threads=value] [number=value] [grain-size=value] [n-of-repeats=value] [silent] [-h] [n-of-thr… 23 * `grain-size` - the optional grain size, must be a positive integer.
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 24 …terations=value] [grain-size=value] [use-auto-partitioner] [silent] [single] [-h] [n-of-threads [n… 30 * `grain-size` - the optional grain size, must be a positive integer.
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 42 …task grain size by default. To change this default, set the `TBB_GRAINSIZE` environment variable t…
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | texture.cpp | 225 int grain; in wood_texture() local 240 grain = ((int)(radius + 0.5)) % 60; in wood_texture() 241 if (grain < 40) { in wood_texture()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Partitioner_Summary.rst | 23 - Chunksize bounded by grain size.
|
| H A D | Task-Based_Programming.rst | 89 have to deal with the relatively coarse grain of threads. With tasks,
|
| H A D | parallel_reduce.rst | 158 The rules for partitioners and grain sizes for ``parallel_reduce`` are
|
| H A D | Controlling_Chunking_os.rst | 156 iteration of an outer loop is likely to provide a bigger grain of
|
| /oneTBB/test/tbb/ |
| H A D | test_eh_algorithms.cpp | 124 inline intptr_t NumSubranges ( intptr_t length, intptr_t grain ) { in NumSubranges() argument 125 return CountSubranges(range_type(0,length,grain)); in NumSubranges() 129 intptr_t TestNumSubrangesCalculation ( intptr_t length, intptr_t grain, intptr_t inner_length, intp… in TestNumSubrangesCalculation() argument 132 intptr_t outerCalls = NumSubranges(length, grain), in TestNumSubrangesCalculation() 135 tbb::parallel_for( range_type(0, length, grain), Body() ); in TestNumSubrangesCalculation()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Agglomeration.rst | 23 Many algorithms permit parallelism at a very fine grain, on the order
|
| H A D | Wavefront.rst | 128 Another consideration is grain size. Scheduling each ``F[i][j]``
|
| H A D | Reduction.rst | 206 Besides the function name change, note the grain size of 1000
|