Multi-GPU Load Balancing for In-Situ Simulation and Visualization
Virginia Tech, Computer Science Department Blacksburg, VA, USA
Journal of SuperComputing, 2013
@article{cao2013multi,
title={Multi-GPU Load Balancing for In-Situ Simulation and Visualization},
author={Cao, Yong and Hagan, Robert},
year={2013}
}
Multiple-GPU systems have become ubiquitously available due to their support of massive parallel computing and more device memory for large scale problems. Such systems are ideal for In-Situ visualization applications, which require significant computational power for concurrent execution of simulation and visualization. While pipelining based parallel computing scheme overlaps the execution of simulation and rendering among multiple GPUs, workload imbalance can cause substantial performance loss in such parallel configuration. The aim of this paper is to research on the memory management and scheduling issues in the multi-GPU environment, in order to balance the workload between this two-stage pipeline execution. We first propose a data-driven load balancing scheme which takes into account of some important performance factors for scientific simulation and rendering, such as the number of iterations for the simulation and the rendering resolution. As an improvement to this scheduling method, we also introduce a dynamic load balancing approach that can automatically adjust the workload changes at runtime to achieve better load balancing results. This approach is based on an idea to analytically approximate the execution time difference between the simulation and the rendering by using fullness of the synchronization data buffer.We have evaluated our approaches on an eight-GPU system and showed significant performance improvement.
December 27, 2013 by hgpu