Submitted by webmaster on
Title | Taking Advantage of Hybrid Systems for Sparse Direct Solvers via Task-Based Runtimes |
Publication Type | Conference Paper |
Year of Publication | 2014 |
Authors | Lacoste, X., M. Faverge, P. Ramet, S. Thibault, and G. Bosilca |
Conference Name | 23rd International Heterogeneity in Computing Workshop, IPDPS 2014 |
Date Published | 2014-05 |
Publisher | IEEE |
Conference Location | Phoenix, AZ |
Keywords | DAG based runtime, gpu, Multicore, Sparse linear solver |
Abstract | The ongoing hardware evolution exhibits an escalation in the number, as well as in the heterogeneity, of the computing resources. The pressure to maintain reasonable levels of performance and portability, forces the application developers to leave the traditional programming paradigms and explore alternative solutions. PaStiX is a parallel sparse direct solver, based on a dynamic scheduler for modern hierarchical architectures. In this paper, we study the replacement of the highly specialized internal scheduler in PaStiX by two generic runtime frameworks: PaRSEC and StarPU. The tasks graph of the factorization step is made available to the two runtimes, providing them with the opportunity to optimize it in order to maximize the algorithm eefficiency for a predefined execution environment. A comparative study of the performance of the PaStiX solver with the three schedulers { native PaStiX, StarPU and PaRSEC schedulers { on different execution contexts is performed. The analysis highlights the similarities from a performance point of view between the different execution supports. These results demonstrate that these generic DAG-based runtimes provide a uniform and portable programming interface across heterogeneous environments, and are, therefore, a sustainable solution for hybrid environments. |