Searched refs:increase (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_for.cpp | 299 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 D | test_invoke.h | 45 void increase() const { in increase() function
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | use_nested_algorithms.rst | 7 One powerful way to increase the scalability of a flow graph is to nest
|
| H A D | Controlling_Chunking_os.rst | 144 scheduling overhead, not useful work. An increase in grainsize brings a
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 45 * `r` - increase quality (count of iterations for each pixel) the active fractal.
|
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc_internal.h | 148 decrease, increase enumerator
|
| H A D | large_objects.cpp | 902 updateCacheState(increase, alignToBin(newSize)); in registerRealloc()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Local_Serializer.rst | 188 Step 2 could be done after step 3 in some contexts to increase
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 1962 # 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.
|