#include <Algorithms.h>
Public Member Functions | |
Internal::ParallelIndexType | GetWorkGrain () |
Internal::ParallelIndexType | GetNumChunks (Internal::ParallelIndexType numElementsToProcess, JobContext *jobContext) const |
Static Public Attributes | |
static const bool | s_isSpawnAssistJob = true |
Default partition algorithms. It will create one chunk for each worker thread, it will spawn assisting jobs for load balance (if iteration time is NOT the same) and we will process one task at a time