| Using an architectural knowledge base to generate code for parallel computers |
| Full text |
Pdf
(516 KB)
|
| Source
|
ACM Annual Computer Science Conference
archive
Proceedings of the 17th conference on ACM Annual Computer Science Conference
table of contents
Louisville, Kentucky
Pages: 239 - 244
Year of Publication: 1989
ISBN:0-89791-299-3
|
|
Authors
|
|
A. E. Terrano
|
Department of Electrical and Computer Engineering, Rutgers University, Piscataway, New Jersey
|
|
S. M. Dunn
|
Department of Electrical and Computer Engineering, Rutgers University, Piscataway, New Jersey
|
|
J. E. Peters
|
Department of Electrical and Computer Engineering, Rutgers University, Piscataway, New Jersey
|
|
| Sponsor |
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 3, Downloads (12 Months): 7, Citation Count: 0
|
|
|
ABSTRACT
Code generation for existing parallel computers involves partitioning the work into schedulable units, assigning the resulting computational units to specific processors, and generating the code for interprocessor communication and synchronization. The options for partitioning and mapping depend in detail on the problem being solved and the algorithm and architecture being used. For each new combination of problem, algorithm, and architecture, a new partitioning and mapping must be created and evaluated based on the actual communication costs incurred. If a particular choice of partition and map is found to be too inefficient when the communication cost is analyzed, it is usually necessary to repeat the code generation process from the beginning.
Given the complexity of this problem, it is not practical to develop a general algorithmic approach. A more promising approach is to develop restricted code generation strategies which are suitable for a class of problems and architectures, and compilers which use heuristic advice to guide code generation.
In this paper we present a compiler for distributed memory parallel computers which perform automatic program partitioning, mapping and communication code generation under the guidance of a strategy rule-base. All partitioning and mapping is performed automatically, and communication primitives are generated. We describe the compiler system and present an example code generation strategy for iterative elliptic partial differential equation solvers.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
|
 |
2
|
|
 |
3
|
|
 |
4
|
Roderic G.G. Cattell , Joseph M. Newcomer , Bruce W. Leverett, Code generation in a machine-independent compiler, Proceedings of the 1979 SIGPLAN symposium on Compiler construction, p.65-75, August 06-10, 1979, Denver, Colorado, United States
|
 |
5
|
|
| |
6
|
Harlan Mills, Victor Basili, Jqhn Gannon, and Richard Hamlet. Principles of Computer Programming: A Mathematical Approach. Allyn & Bacon Inc., Newton, Mass., 1987.
|
| |
7
|
Alfred V. Aho , Ravi Sethi , Jeffrey D. Ullman, Compilers: principles, techniques, and tools, Addison-Wesley Longman Publishing Co., Inc., Boston, MA, 1986
|
| |
8
|
Anthony E. Terrano. On the grain-size dependence of interprocessor communication demand. IEEE Transactions on Computing, submitted.
|
|