Towards a functional run-time for dense NLA domain
Instituto de Computacion, Universidad de la Republica, Montevideo, Uruguay
2nd ACM SIGPLAN Workshop on Functional High-Performance Computing (FHPC 2013), 2013
@article{blanco2013towards,
title={Towards a functional run-time for dense NLA domain},
author={Blanco, Mauro and Perdomo, Pablo and Ezzatti, Pablo and Pardo, Alberto and Viera, Marcos},
year={2013}
}
We investigate the use of functional programming to develop a numerical linear algebra run-time; i.e. a framework where the solvers can be adapted easily to different contexts and task parallelism can be attained (semi-) automatically. We follow a bottom up strategy, where the first step is the design and implementation of a framework layer, composed by a functional version of BLAS (Basic Linear Algebra Subprograms) routines. The framework allows the manipulation of arbitrary representations for matrices and vectors and it is also possible to write and combine multiple implementations of BLAS operations based on different algorithms and parallelism strategies. Using this framework, we implement a functional version of Cholesky factorization, which serves as a proof of concept to evaluate the flexibility and performance of our approach.
September 2, 2013 by hgpu