Proceedings Supercomputing '92
DOI: 10.1109/superc.1992.236704
|View full text |Cite
|
Sign up to set email alerts
|

Compiler blockability of numerical algorithms

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
55
0
2

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 61 publications
(58 citation statements)
references
References 8 publications
0
55
0
2
Order By: Relevance
“…Tiling (blocking) is a transformation which combines strip-mining with loop permutation to form small tiles of loop iterations which are executed together to exploit data locality [2,15,36].…”
Section: Tiling Transformationsmentioning
confidence: 99%
“…Tiling (blocking) is a transformation which combines strip-mining with loop permutation to form small tiles of loop iterations which are executed together to exploit data locality [2,15,36].…”
Section: Tiling Transformationsmentioning
confidence: 99%
“…The analysis of data dependencies and reference patterns has been used in a variety of loop transformations to improve locality of reference in the program and reduce accesses to the main memory. Researchers have worked on numerous such re-ordering or transformation techniques to improve the locality of reference in applications like loop interchange [9] [20], loop fusion/fission [20] and loop tiling [6][8] [16].…”
Section: Design Space Exploration Using Static Control Flow Graphsmentioning
confidence: 99%
“…For cache optimizations, a variety of sophisticated static models have been developed for kernels like matrix multiply to help understand cache behavior, to predict optimal tile sizes, and to transform loops to improve temporal locality [29,36,53,95,18,59,16]. Some of these models are expensive to evaluate due to the complexity of accurately modeling interactions between the processor and various levels of the memory hierarchy [62].…”
Section: Factors Influencing Matrix Multiply Performancementioning
confidence: 99%