Loading…
Cache-Oblivious Algorithms
This article presents asymptotically optimal algorithms for rectangular matrix transpose, fast Fourier transform (FFT), and sorting on computers with multiple levels of caching. Unlike previous optimal algorithms, these algorithms are cache oblivious : no variables dependent on hardware parameters,...
Saved in:
Published in: | ACM transactions on algorithms 2012-01, Vol.8 (1), p.1-22 |
---|---|
Main Authors: | , , , |
Format: | Article |
Language: | English |
Subjects: | |
Citations: | Items that this one cites Items that cite this one |
Online Access: | Get full text |
Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Summary: | This article presents asymptotically optimal algorithms for rectangular matrix transpose, fast Fourier transform (FFT), and sorting on computers with multiple levels of caching. Unlike previous optimal algorithms, these algorithms are
cache oblivious
: no variables dependent on hardware parameters, such as cache size and cache-line length, need to be tuned to achieve optimality. Nevertheless, these algorithms use an optimal amount of work and move data optimally among multiple levels of cache. For a cache with size
M
and cache-line length
B
where
M
=
Ω
(
B
2
), the number of cache misses for an
m
×
n
matrix transpose is
Θ
(1 +
mn
/
B
). The number of cache misses for either an
n
-point FFT or the sorting of
n
numbers is
Θ
(1 + (
n
/
B
)(1 + log
M n
)). We also give a
Θ
(
mnp
)-work algorithm to multiply an
m
×
n
matrix by an
n
×
p
matrix that incurs
Θ
(1 + (
mn
+
np
+
mp
)/
B
+
mnp
/
B
√
M
) cache faults.
We introduce an “ideal-cache” model to analyze our algorithms. We prove that an optimal cache-oblivious algorithm designed for two levels of memory is also optimal for multiple levels and that the assumption of optimal replacement in the ideal-cache model can be simulated efficiently by LRU replacement. We offer empirical evidence that cache-oblivious algorithms perform well in practice. |
---|---|
ISSN: | 1549-6325 1549-6333 |
DOI: | 10.1145/2071379.2071383 |