10616

Exploring Programming Multi-GPUs using OpenMP & OpenACC-based Hybrid Model

Rengan Xu, Sunita Chandrasekaran, Barbara Chapman
Department of Computer Science, University of Houston, Houston, USA
IEEE 27th International Symposium on Parallel & Distributed Processing Workshops and PhD Forum, 2013

@article{xu2013exploring,

   title={Exploring Programming Multi-GPUs using OpenMP & OpenACC-based Hybrid Model},

   author={Xu, Rengan and Chandrasekaran, Sunita and Chapman, Barbara},

   year={2013}

}

Download Download (PDF)   View View   Source Source   

2130

views

Heterogeneous computing come with tremendous potential and is a leading candidate for scientific applications that are becoming more and more complex. Accelerators such as GPUs whose computing momentum is growing faster than ever offer application performance when compute intensive portions of an application are offloaded to them. It is quite evident that future computing architectures are moving towards hybrid systems consisting of multi-GPUs and multicore CPUs. A variety of high-level languages and software tools can simplify programming these systems. Directive-based programming models are being embraced since they not only ease programming complex systems but also abstract low-level details from the programmer. We already know that OpenMP has been making programming CPUs easy and portable. Similarly, a directive-based programming model for accelerators is OpenACC that is gaining popularity since the directives play an important role in developing portable software for GPUs. A combination of OpenMP and OpenACC, a hybrid model, is a plausible solution to port scientific applications to heterogeneous architectures especially when there is more than one GPU on a single node to port an application to. However OpenACC meant for accelerators is yet to provide support for multi-GPUs. But using OpenMP we could conveniently exploit features such as for and section to distribute compute intensive kernels to more than one GPU. We demonstrate the effectiveness of this hybrid approach with some case studies in this paper.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: