@inproceedings{44f0a7462b7b4005bb65ba837a36c0c4,
title = "Scheduling for numerical linear algebra library at scale",
abstract = "State-of-the-art dense linear algebra software, such as the LAPACK and ScaLAPACK libraries, suffer performance losses on multicore processors due to their inability to fully exploit thread-level parallelism. At the same time the coarse-grain dataflow model gains popularity as a paradigm for programming multicore architectures. This work looks at implementing classic dense linear algebra workloads, Cholesky factorization and QR factorization, using dynamic data-driven execution. Two emerging approaches to implementing coarse-grain dataflow are examined, the model of nested parallelism, represented by the Cilk framework, and the model of parallelism expressed through an arbitrary Direct Acyclic Graph, represented by the SMP Superscalar framework. Performance and coding effort are analyzed and compared agains code manually parallelized at the thread level.",
keywords = "Cholesky, QR, linear algebra, matrix factorization, multicore, scheduling, task graph",
author = "Jakub Kurzak and Hatem Ltaief and Dongarra, {Jack J.} and Badia, {Rosa M.}",
year = "2009",
doi = "10.3233/978-1-60750-073-5-3",
language = "English (US)",
isbn = "9781607500735",
series = "Advances in Parallel Computing",
publisher = "IOS Press BV",
pages = "3--26",
booktitle = "High Speed and Large Scale Scientific Computing",
}