Sciweavers

EUROPAR
2010
Springer

Multi-GPU and Multi-CPU Parallelization for Interactive Physics Simulations

13 years 4 months ago
Multi-GPU and Multi-CPU Parallelization for Interactive Physics Simulations
Today, it is possible to associate multiple CPUs and multiple GPUs in a single shared memory architecture. Using these resources efficiently in a seamless way is a challenging issue. In this paper, we propose a parallelization scheme for dynamically balancing work load between multiple CPUs and GPUs. Most tasks have a CPU and GPU implementation, so they can be executed on any processing unit. We rely on a two level scheduling associating a traditional task graph partitioning and a work stealing guided by processor affinity and heterogeneity. These criteria are intended to limit inefficient task migrations between GPUs, the cost of memory transfers being high, and to favor mapping small tasks on CPUs and large ones on GPUs to take advantage of heterogeneity. This scheme has been implemented to support the SOFA physics simulation engine. Experiments show that we can reach speedups of 22 with 4 GPUs and 29 with 4 CPU cores and 4 GPUs. CPUs unload GPUs from small tasks making these GPUs mo...
Everton Hermann, Bruno Raffin, François Fau
Added 06 Dec 2010
Updated 06 Dec 2010
Type Conference
Year 2010
Where EUROPAR
Authors Everton Hermann, Bruno Raffin, François Faure, Thierry Gautier, Jérémie Allard
Comments (0)