Mapping of Nested Loops to Multiprocessors

殷新春,陈崚,谢立
2002-01-01
Journal of Software
Abstract:Two new methods for partitioning and mapping nested loops with non-constant dependencies into distributed memory multiprocessors are presented. By partitioning the dependencies vectors or using direction vectors, the methods can partition the loops with non-constant dependencies into independent parts without any mutual dependencies. These parts can be processed independently so as to be mapped into multiprocessors and be executed in parallel.
What problem does this paper attempt to address?