Practical Parallel Divide-and-Conquer Algorithms (1997)
| Citations: | 5 - 2 self |
BibTeX
@MISC{Hardwick97practicalparallel,
author = {Jonathan Hardwick},
title = {Practical Parallel Divide-and-Conquer Algorithms},
year = {1997}
}
Years of Citing Articles
OpenURL
Abstract
Nested data parallelism has been shown to be an important feature of parallel languages, allowing the concise expression of algorithms that operate on irregular data structures such as graphs and sparse matrices. However, previous nested dataparallel languages have relied on a vector PRAM implementation layer that cannot be efficiently mapped to MPPs with high inter-processor latency. This thesis shows that by restricting the problem set to that of data-parallel divide-and-conquer algorithms I can maintain the expressibility of full nested data-parallel languages while achieving good efficiency on current distributed-memory machines. Specifically, I define







