Hybrid Parallelism

Home > Computer Science > Algorithms and data structures > Parallel algorithms > Hybrid Parallelism

In this type of parallel algorithm, multiple parallel computing techniques are combined to achieve maximum performance. For example, a hybrid parallel algorithm may use both shared-memory and distributed-memory parallelism, or both data-parallel and task-parallel techniques.