A Light-weight API for Portable Multicore Programming

Parallel, Distributed and Network-Based Processing(2010)

引用 21|浏览0
暂无评分
摘要
Multicore nodes have become ubiquitous in just a few years. At the same time, writing portable parallel software for multicore nodes is extremely challenging. Widely available programming models such as OpenMP and Pthreads are not useful for devices such as graphics cards, and more flexible programming models such as RapidMind are only available commercially. OpenCL represents the first truly portable standard, but its availability is limited. In the presence of such transition, we have developed a minimal application programming interface (API) for multicore nodes that allows us to write portable parallel linear algebra software that can use any of the aforementioned programming models and any future standard models. We utilize C++ template meta-programming to enable users to write parallel kernels that can be executed on a variety of node types, including Cell, GPUs and multicore CPUs. The support for a parallel node is provided by implementing a Node object, according to the requirements specified by the API. This ability to provide custom support for particular node types gives developers a level of control not allowed by the current slate of proprietary parallel programming APIs. We demonstrate implementations of the API for a simple vector dot-product on sequential CPU, multicore CPU and GPU nodes.
更多
查看译文
关键词
C++ language,application program interfaces,linear algebra,mathematics computing,metacomputing,multiprocessing systems,parallel programming,C++ template meta-programming,GPU node,application programming interface,multicore CPU,multicore nodes,node object,parallel kernels,parallel programming,portable multicore programming,portable parallel linear algebra software,programming model,sequential CPU,vector dot-product,Parallel programming,multicore architectures
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要