Sciweavers

379 search results - page 3 / 76
» Optimal loop parallelization for maximizing iteration-level ...
Sort
View
142
Voted
TPDS
1998
157views more  TPDS 1998»
15 years 2 months ago
A Compiler Optimization Algorithm for Shared-Memory Multiprocessors
This paper presents a new compiler optimization algorithm that parallelizes applications for symmetric, sharedmemory multiprocessors. The algorithm considers data locality, parall...
Kathryn S. McKinley
91
Voted
IPPS
2000
IEEE
15 years 7 months ago
Loop Pipelining and Optimization for Run Time Reconfiguration
Kiran Bondalapati, Viktor K. Prasanna
120
Voted
CGO
2007
IEEE
15 years 9 months ago
Loop Optimization using Hierarchical Compilation and Kernel Decomposition
The increasing complexity of hardware features for recent processors makes high performance code generation very challenging. In particular, several optimization targets have to b...
Denis Barthou, Sébastien Donadio, Patrick C...
101
Voted
ISPAN
1997
IEEE
15 years 7 months ago
A method for estimating optimal unrolling times for nested loops
Loop unrolling is one of the most promising parallelization techniques, because the nature of programs causes most of the processing time to be spent in their loops. Unrolling not...
Akira Koseki, Hideaki Komatsu, Yoshiaki Fukazawa
ICS
2009
Tsinghua U.
15 years 9 months ago
Parametric multi-level tiling of imperfectly nested loops
Tiling is a crucial loop transformation for generating high performance code on modern architectures. Efficient generation of multilevel tiled code is essential for maximizing da...
Albert Hartono, Muthu Manikandan Baskaran, C&eacut...