Article ID: | iaor19962237 |
Country: | United States |
Volume: | 30 |
Issue: | 8 |
Start Page Number: | 134 |
End Page Number: | 143 |
Publication Date: | Aug 1995 |
Journal: | ACM SIGPLAN Notices |
Authors: | Subhlok J., Vondran G. |
Keywords: | computational analysis: parallel computers |
Many applications in a variety of domains including digital signal processing, image processing, and computer vision are composed of a sequence of tasks that act on a stream of input data sets in a pipelined manner. Recent research has established that these applications are best mapped to a massively parallel machine by dividing the tasks into modules and assigning a subset of the available processors to each module. This paper addresses the problem of optimally mapping such applications onto a massively parallel machine. The authors formulate the problem of optimizing throughput in task pipelines and present two new solution algorithms. The formulation uses a general and realistic model for inter-task communication, takes memory constraints into account, and addresses the entire problem of mapping which includes clustering tasks into modules, assignment of processors to modules, and possible replication of modules. The first algorithm is based on dynamic programming and finds the optimal mapping of