Distributed heterogeneous computing with clOpenCL

Clusters of heterogeneous computing nodes provide an opportunity to significantly increase the performance of parallel and High-Performance Computing (HPC) applications, by combining traditional multi-core CPUs coupled with accelerator devices, interconnected by high throughput and low latency netwo...

ver descrição completa

Detalhes bibliográficos
Autor principal: Ribeiro, Tiago Filipe Rodrigues (author)
Outros Autores: Afonso, Mário João da Costa (author), Rufino, José (author), Alves, Albano (author)
Formato: conferenceObject
Idioma:eng
Publicado em: 2014
Assuntos:
Texto completo:http://hdl.handle.net/10198/10278
País:Portugal
Oai:oai:bibliotecadigital.ipb.pt:10198/10278
Descrição
Resumo:Clusters of heterogeneous computing nodes provide an opportunity to significantly increase the performance of parallel and High-Performance Computing (HPC) applications, by combining traditional multi-core CPUs coupled with accelerator devices, interconnected by high throughput and low latency networking technologies. However, developing efficient applications to run in clusters that integrate GPUs and other accelerators often requires a great effort, demanding programmers to follow complex development methodologies in order to suit algorithms and applications to the new heterogeneous parallel environment. OpenCL is an open programming standard for heterogeneous computing. It suffers, however, from a major limitation: applications can only make use of the local compute devices, present on a single machine. clOpenCL (cluster OpenCL) supports the simple deployment and efficient running of unmodified OpenCL-based parallel applications that may span several cluster nodes, expanding the original single-node OpenCL model.