Fast Linear Algebra on GPU
Brno University of Technology, Faculty of Information Technology, IT4Innovations Centre of Excellence, Bozetechova 2, 61266 Brno, Czech Republic
IEEE conference proceedings, Liverpool, GB, IEEE CS, 2012
@inproceedings{polok2012fast,
title={Fast Linear Algebra on GPU},
author={Polok, L. and Smr{v{z}}, P.},
booktitle={IEEE conference proceedings},
pages={6},
organization={IEEE Computer Society},
year={2012}
}
GPUs have been successfully used for acceleration of many mathematical functions and libraries. A common limitation of those libraries is the minimal size of primitives being handled, in order to achieve a significant speedup compared to their CPU versions. The minimal size requirement can prove prohibitive for many applications. It can be loosened by batching operations in order to have sufficient amount of data to perform the calculation maximally efficiently on the GPU. A fast OpenCL implementation of two basic vector functions – vector reduction and vector scaling – is described in this paper. Its performance is analyzed by running benchmarks on two of the most common GPUs in use – Tesla and Fermi GPUs from NVIDIA. Reported experimental results show that our implementation significantly outperforms the current state-of-the-art GPUbased basic linear algebra library CUBLAS.
July 28, 2012 by hgpu