Treffer: Cache-aware Multigrid Methods for Solving Poisson's Equation in Two Dimensions

Title:
Cache-aware Multigrid Methods for Solving Poisson's Equation in Two Dimensions
Contributors:
The Pennsylvania State University CiteSeerX Archives
Publisher Information:
Springer Verlag
Publication Year:
1999
Collection:
CiteSeerX
Document Type:
Fachzeitschrift text
File Description:
application/postscript
Language:
English
Rights:
Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number:
edsbas.877AD329
Database:
BASE

Weitere Informationen

Conventional implementations of iterative numerical algorithms, especially multigrid methods, merely reach a disappointing small percentage of the theoretically available CPU performance when applied to representative large problems. One of the most important reasons for this phenomenon is that the need for data locality due to poor main memory latency and limited bandwidth is entirely neglected by many developers designing numerical software. Only when most of the data to be accessed during the computation are found in the system cache (or in one of the caches if the machine architecture comprises a cache hierarchy) fast program execution can be expected. Otherwise, i.e. in case of a signicant rate of cache misses, the processor must stay idle until the necessary operands are fetched from main memory, whose cycle time is in general extremely large compared to the time needed to execute a oating point instruction. In this paper, we describe program transformation techniques .