IFEG   20353
INSTITUTO DE FISICA ENRIQUE GAVIOLA
Unidad Ejecutora - UE
congresos y reuniones científicas
Título:
OpenCL Overview, Implementation, and Performance Comparison
Autor/es:
JUAN A. FRAIRE; PABLO A. FERREYRA; CARLOS ALBERTO MARQUÉS; HECTOR RISSO
Lugar:
Córdoba
Reunión:
Conferencia; IEEE ARGENCON 2012; 2012
Institución organizadora:
Facultad de Ciencias Exactas, Físicas y Naturales de la Universidad Nacional de Córdoba (Argentina)
Resumen:
High performance parallel computing was something exclusive for expensive specialized hardware some years ago. But now we can find powerful parallel processors in many home graphics card whose interface has been recently opened by many manufacturers for general purpose computing. OpenCL, created by the world most important processors manufacturers, went a little further, aiming for a platform and manufacturer independent parallel language. However, understanding this new processing paradigm is challenging and critical for future computation demanding applications. The first approach of this document is to provide a deep technical background of OpenCL architecture. Second, we propose an implementation of a matrix product calculation OpenCL kernel directly implemented in C++ without wrappers so as to describe in detail the OpenCL programming flow. Thirdly, different platforms and algebraic scenarios are created for this program concluding that the improvement of calculation performance can reach up to 10 orders of magnitude over the same algorithm in plain C++.