Optimizing the Exploitation of Multicore Processors and GPUs with OpenMP and OpenCL

Roger Ferrer,Judit Planas,Pieter Bellens,Alejandro Duran,Marc Gonzalez,Xavier Martorell,Rosa M. Badia,Eduard Ayguade,Jesus Labarta
DOI: https://doi.org/10.1007/978-3-642-19595-2_15
2011-01-01
Abstract:In this paper, we present OMPSs, a programming model based on OpenMP and StarSs, that can also incorporate the use of OpenCL or CUDA kernels. We evaluate the proposal on three different architectures, SMP, Cell/B.E. and GPUs, showing the wide usefulness of the approach. The evaluation is done with four different benchmarks, Matrix Multiply, BlackScholes, Perlin Noise, and Julia Set. We compare the results obtained with the execution of the same benchmarks written in OpenCL, in the same architectures. The results show that OMPSs greatly outperforms the OpenCL environment. It is more flexible to exploit multiple accelerators. And due to the simplicity of the annotations, it increases programmer’s productivity.
What problem does this paper attempt to address?