@conference {icl:235, title = {Automatic Blocking of QR and LU Factorizations for Locality}, booktitle = {2nd ACM SIGPLAN Workshop on Memory System Performance (MSP 2004)}, year = {2004}, month = {2004-06}, publisher = {ACM}, organization = {ACM}, address = {Washington, DC}, abstract = {QR and LU factorizations for dense matrices are important linear algebra computations that are widely used in scientific applications. To efficiently perform these computations on modern computers, the factorization algorithms need to be blocked when operating on large matrices to effectively exploit the deep cache hierarchy prevalent in today{\textquoteright}s computer memory systems. Because both QR (based on Householder transformations) and LU factorization algorithms contain complex loop structures, few compilers can fully automate the blocking of these algorithms. Though linear algebra libraries such as LAPACK provides manually blocked implementations of these algorithms, by automatically generating blocked versions of the computations, more benefit can be gained such as automatic adaptation of different blocking strategies. This paper demonstrates how to apply an aggressive loop transformation technique, dependence hoisting, to produce efficient blockings for both QR and LU with partial pivoting. We present different blocking strategies that can be generated by our optimizer and compare the performance of auto-blocked versions with manually tuned versions in LAPACK, both using reference BLAS, ATLAS BLAS and native BLAS specially tuned for the underlying machine architectures.}, keywords = {gco, papi, sans}, doi = {10.1145/1065895.1065898}, author = {Qing Yi and Ken Kennedy and Haihang You and Keith Seymour and Jack Dongarra} }