A framework for dense triangular matrix kernels on various manycore architectures

Abstract
We present a new high-performance framework for dense triangular Basic Linear Algebra Subroutines (BLAS) kernels, ie, triangular matrix-matrix multiplication (TRMM) and triangular solve (TRSM), on various manycore architectures. This is an extension of a previous work on a single GPU by the same authors, presented at the EuroPar'16 conference, in which we demonstrated the effectiveness of recursive formulations in enhancing the performance of these kernels. In this paper, the performance of triangular BLAS kernels on a single GPU is further enhanced by implementing customized in-place CUDA kernels for TRMM and TRSM, which are called at the bottom of the recursion. In addition, a multi-GPU implementation of TRMM and TRSM is proposed and we show an almost linear performance scaling, as the number of GPUs increases. Finally, the algorithmic recursive formulation of these triangular BLAS kernels is in fact oblivious to the targeted hardware architecture. We, therefore, port these recursive kernels to homogeneous x86 hardware architectures by relying on the vendor optimized BLAS implementations. Results reported on various hardware architectures highlight a significant performance improvement against state-of-the-art implementations. These new kernels are freely available in the KAUST BLAS (KBLAS) open-source library at https://github.com/ecrc/kblas.

Citation
Charara A, Keyes D, Ltaief H (2017) A framework for dense triangular matrix kernels on various manycore architectures. Concurrency and Computation: Practice and Experience 29: e4187. Available: http://dx.doi.org/10.1002/cpe.4187.

Acknowledgements
We would like to thank NVIDIA for hardware donations in the context of a GPU Research Center and Intel for support in the form of a Parallel Computing Center award to the Extreme Computing Research Center at King Abdullah University of Science and Technology and KAUST IT Research Computing for their hardware support on the GPU-based system.

Publisher
Wiley

Journal
Concurrency and Computation: Practice and Experience

DOI
10.1002/cpe.4187

Additional Links
http://onlinelibrary.wiley.com/doi/10.1002/cpe.4187/full

Relations
Is Supplemented By:

Permanent link to this record

Version History

Now showing 1 - 2 of 2
VersionDateSummary
2*
2017-10-02 12:57:17
Final version published with DOI.
2016-12-28 06:27:48
* Selected version