Mixed-Tool Performance Analysis on Hybrid Multicore Architectures
University of Tennessee Innovative Computing Laboratory
39th International Conference on Parallel Processing Workshops (ICPPW), 2010
@inproceedings{du2010mixed,
title={Mixed-tool performance analysis on hybrid multicore architectures},
author={Du, P. and Luszczek, P. and Tomov, S. and Dongarra, J.},
booktitle={2010 39th International Conference on Parallel Processing Workshops},
pages={236–244},
year={2010},
organization={IEEE}
}
This paper proposes a triangular solve algorithm with variable block size for graphics processing unit (GPU). By using diagonal blocks inversion with recursion, this algorithm works with tunable block size to achieve the best performance. Various methods are shown on how to make use of existing profiling tools to successfully measure and analyze performance of this algorithm. We use some of the most popular CPU and GPU profiling tools for their advantages and overcome their disadvantages with several new techniques to analyze the performance and relationship of different components of applications. With the presented methodologies, insight information is produced which helps to understand and tune the proposed algorithm and considerably improve the performance of the solver itself as well as the application using it.
June 3, 2011 by hgpu