Sciweavers

CGO
2009
IEEE

Computer Generation of General Size Linear Transform Libraries

13 years 11 months ago
Computer Generation of General Size Linear Transform Libraries
The development of high-performance libraries has become extraordinarily difficult due to multiple processor cores, vector instruction sets, and deep memory hierarchies. Often, the library has to be reimplemented and reoptimized, when a new platform is released. In this paper we show how to automatically generate general input-size libraries for the domain of linear transforms. The input to our generator is a formal specification of the transform and the recursive algorithms the library should use; the output is a library that supports general input size, is vectorized and multithreaded, provides an adaptation mechanism for the memory hierarchy, and has excellent performance, comparable to or better than the best human-written libraries. Further, we show that our library generator enables various customizations; one example is the generation of Java libraries.
Yevgen Voronenko, Frédéric de Mesmay
Added 18 May 2010
Updated 18 May 2010
Type Conference
Year 2009
Where CGO
Authors Yevgen Voronenko, Frédéric de Mesmay, Markus Püschel
Comments (0)