Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 9 of 9) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_parallel_for.cpp299 void increase() const { in increase() function in SmartIndex
316 oneapi::tbb::parallel_for(range, &range_type::increase); in test_pfor_body_invoke()
317 oneapi::tbb::parallel_for(range, &range_type::increase, oneapi::tbb::simple_partitioner()); in test_pfor_body_invoke()
318 oneapi::tbb::parallel_for(range, &range_type::increase, oneapi::tbb::auto_partitioner()); in test_pfor_body_invoke()
319 oneapi::tbb::parallel_for(range, &range_type::increase, oneapi::tbb::static_partitioner()); in test_pfor_body_invoke()
321 oneapi::tbb::parallel_for(range, &range_type::increase, aff); in test_pfor_body_invoke()
338 oneapi::tbb::parallel_for(first, last, &SmartIndex::increase); in test_pfor_func_invoke()
340 oneapi::tbb::parallel_for(first, last, &SmartIndex::increase, oneapi::tbb::auto_partitioner()); in test_pfor_func_invoke()
343 oneapi::tbb::parallel_for(first, last, &SmartIndex::increase, aff); in test_pfor_func_invoke()
350 oneapi::tbb::parallel_for(first, last, stride, &SmartIndex::increase); in test_pfor_func_invoke()
[all …]
/oneTBB/test/common/
H A Dtest_invoke.h45 void increase() const { in increase() function
/oneTBB/doc/main/tbb_userguide/
H A Duse_nested_algorithms.rst7 One powerful way to increase the scalability of a flow graph is to nest
H A DControlling_Chunking_os.rst144 scheduling overhead, not useful work. An increase in grainsize brings a
/oneTBB/examples/task_arena/fractal/
H A DREADME.md45 * `r` - increase quality (count of iterations for each pixel) the active fractal.
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h148 decrease, increase enumerator
H A Dlarge_objects.cpp902 updateCacheState(increase, alignToBin(newSize)); in registerRealloc()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst188 Step 2 could be done after step 3 in some contexts to increase
/oneTBB/doc/
H A DDoxyfile.in1962 # the XML output. Note that enabling this will significantly increase the size
1990 # increase the size of the DOCBOOK output.
2328 # Note that enabling this option will significantly increase the time of a run.
2340 # Note that enabling this option will significantly increase the time of a run.