Batched triangular dense linear algebra kernels for very small matrix sizes on GPUs
Al. Charara, D.E. Keyes, H. Ltaief
ACM Transactions on Mathematical Software (TOMS),
Volume 45, Issue 2, (2019)
Keywords
KBLAS, Recursive formulation, Batched BLAS kernels, Dense linear algebra, Hardware accelerators
Abstract
Page Content
Batched dense linear algebra kernels are becoming ubiquitous in scientific applications, ranging from tensor contractions in deep learning to data compression in hierarchical low-rank matrix approximation. Within a single API call, these kernels are capable of simultaneously launching up to thousands of similar matrix computations, removing the expensive overhead of multiple API calls while increasing the occupancy of the underlying hardware. A challenge is that for the existing hardware landscape (x86, GPUs, etc.), only a subset of the required batched operations is implemented by the vendors, with limited support for very small problem sizes. We describe the design and performance of a new class of batched triangular dense linear algebra kernels on very small data sizes (up to 256) using single and multiple GPUs. By deploying recursive formulations, stressing the register usage, maintaining data locality, reducing threads synchronization, and fusing successive kernel calls, the new batched kernels outperform existing state-of-the-art implementations.
Code
DOI: 10.1145/3267101
See all publications 2019
No