GPU Enhanced Stream-Based Matrix Multiplication
Dept. of Automatics, Transilvania University of Brasov
Bulletin of the Transilvania University of Brasov, Series I: Engineering Sciences, Vol. 5 (54) No. 2, 2012
@article{multiplication2012gpu,
title={GPU Enhanced Stream-Based Matrix Multiplication},
author={Itu, L. M. and Suciu, C. and Moldoveanu, F. and Postelnicu, A.},
journal={Bulletin of the Transilvania University of Bra{c{s}}ov Series I},
volume={5},
number={54},
year={2012}
}
The paper introduces an algorithm which improves the value of the real giga floating point operations per second (GFLOPS) for matrix multiplication algorithm on Graphical Process Unit-GPU by overlapping the data transfers between (CPU) and the device (GPU) with the kernel execution. The input matrices are divided into n sections and the output matrix into n^2 sections. Streams are used to perform simultaneous data transfers and kernel executions in order to hide the memory copy operations. The results show that improved execution times and GFLOP values are obtained. The optimum value of n depends mainly on the matrix dimension and on the GPU type.
January 31, 2013 by hgpu